MCPcopy Create free account
hub / github.com/Tencent/libpag / ParseScaleMode

Function ParseScaleMode

exporter/src/export/stream/StreamValue.cpp:351–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349}
350
351pag::PAGScaleMode ParseScaleMode(const AEGP_StreamVal2& streamValue, const QVariantMap&) {
352 return AEScaleModeToScaleMode(static_cast<int>(streamValue.one_d));
353}
354
355pag::BlurDimensionsDirection ParseBlurDimensionsDirection(const AEGP_StreamVal2& streamValue,
356 const QVariantMap&) {

Callers

nothing calls this directly

Calls 1

AEScaleModeToScaleModeFunction · 0.85

Tested by

no test coverage detected