Lines Matching defs:SwImage
224 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)
240 bool scaled = false; //draw scaled image