Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Drecording_handle.h28 struct ImageHandle { struct
29 size_t offset = 0;
30 size_t size = 0;
31 int32_t width = 0;
32 int32_t height = 0;
33 ColorType colorType = COLORTYPE_UNKNOWN;
34 AlphaType alphaType = ALPHATYPE_UNKNOWN;
/ohos5.0/base/startup/hvb/tools/
H A Dhvbtool.py292 class ImageHandle(object): class