Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
Dimage_data.h27 explicit ImageData(const RefPtr<PixelMap>& pixelMap) : pixelMap_(pixelMap) {} in ImageData() function
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
Dpaint_state.h98 struct ImageData { struct
99 RefPtr<Ace::PixelMap> pixelMap;
100 int32_t x = 0;
101 int32_t y = 0;
102 int32_t dirtyX = 0;
103 int32_t dirtyY = 0;
104 int32_t dirtyWidth = 0;
105 int32_t dirtyHeight = 0;
106 std::vector<Color> data;