Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_renderer_type.h56 struct ImageSize { struct
57 double left;
58 double top;
59 double width;
60 double height;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_format_convert_fail_test.cpp34 struct ImageSize { struct
35 int32_t width = 0;
36 int32_t height = 0;
37 float dstWidth = 0;
38 float dstHeight = 0;
39 const uint32_t color = 0;
40 uint32_t dst = 0;
H A Dimage_format_convert_test.cpp55 struct ImageSize { struct
56 int32_t width = 0;
57 int32_t height = 0;
58 float dstWidth = 0;
59 float dstHeight = 0;
60 const uint32_t color = 0;
61 uint32_t dst = 0;
H A Djpg_yuv_test.cpp52 struct ImageSize { struct
53 int32_t width = 0;
54 int32_t height = 0;
55 float dstWidth = 0;
56 float dstHeight = 0;
57 const uint32_t color = 0;
58 uint32_t dst = 0;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageyuvconvert_fuzzer/src/
H A Dimage_yuv_convert_fuzzer.cpp58 struct ImageSize { struct
59 int32_t width = 0;
60 int32_t height = 0;
61 float dstWidth = 0;
62 float dstHeight = 0;
63 const uint32_t color = 0;
64 uint32_t dst = 0;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-appendix-enums.md531 ## ImageSize section
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-appendix-enums.md531 ## ImageSize section
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js235 var ImageSize; variable