Home
last modified time | relevance | path

Searched refs:TestingImageInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_image_info.h25 class TestingImageInfo {
27 TestingImageInfo() = default;
28 TestingImageInfo(int width, int height, ColorType colorType, AlphaType alphaType,
31 ~TestingImageInfo() = default;
H A Dtesting_bitmap.h25 class TestingImageInfo; variable
73 …const TestingImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, int32_t srcX, int32_t srcY) … in ReadPixels()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Ddrawing_mock.h117 using RSImageInfo = Testing::TestingImageInfo;