Searched defs:PixelDecodeOptions (Results 1 – 1 of 1) sorted by relevance
106 struct PixelDecodeOptions { struct107 OHOS::Media::Rect CropRect;108 OHOS::Media::Size desiredSize;109 float rotateDegrees = 0;110 static constexpr uint32_t DEFAULT_SAMPLE_SIZE = 1;111 uint32_t sampleSize = DEFAULT_SAMPLE_SIZE;115 bool allowPartialImage = true;116 bool editable = false;117 OHOS::Media::FillColor plFillColor;118 OHOS::Media::FillColor plStrokeColor;[all …]