Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/base/image/
Dpixel_map.h198 struct WritePixelsOptions { struct
199 const uint8_t* source = nullptr;
200 uint64_t bufferSize = 0;
201 uint32_t offset = 0;
202 uint32_t stride = 0;
203 Rect region;
204 PixelFormat srcPixelFormat = PixelFormat::BGRA_8888;