| 349 | } |
| 350 | |
| 351 | pag::PAGScaleMode ParseScaleMode(const AEGP_StreamVal2& streamValue, const QVariantMap&) { |
| 352 | return AEScaleModeToScaleMode(static_cast<int>(streamValue.one_d)); |
| 353 | } |
| 354 | |
| 355 | pag::BlurDimensionsDirection ParseBlurDimensionsDirection(const AEGP_StreamVal2& streamValue, |
| 356 | const QVariantMap&) { |
nothing calls this directly
no test coverage detected