Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwCommon.h224 struct SwImage struct
226 SwOutline* outline = nullptr;
227 SwRle* rle = nullptr;
228 union {
233 uint32_t w, h, stride;
234 int32_t ox = 0; //offset x
235 int32_t oy = 0; //offset y
236 float scale;
237 uint8_t channelSize;
239 bool direct = false; //draw image directly (with offset)
[all …]