Home
last modified time | relevance | path

Searched defs:ImagePaintConfig (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dcanvas_image.h43 struct ImagePaintConfig { struct
44 RectF srcRect_;
45 RectF dstRect_;
46 ImageColorFilter colorFilter_;
48 float scaleX_ = 1.0f;
49 float scaleY_ = 1.0f;
54 float smoothEdge_ = 0.0f;
57 bool flipHorizontally_ = false;
58 bool isSvg_ = false;
59 int32_t frameCount_ = 1;
[all …]