Searched defs:SwImage (Results 1 – 1 of 1) sorted by relevance
224 struct SwImage struct226 SwOutline* outline = nullptr;227 SwRle* rle = nullptr;228 union {233 uint32_t w, h, stride;234 int32_t ox = 0; //offset x235 int32_t oy = 0; //offset y236 float scale;237 uint8_t channelSize;239 bool direct = false; //draw image directly (with offset)[all …]