Searched defs:ImageData (Results 1 – 2 of 2) sorted by relevance
27 explicit ImageData(const RefPtr<PixelMap>& pixelMap) : pixelMap_(pixelMap) {} in ImageData() function
98 struct ImageData { struct99 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;