Searched defs:ImageHandle (Results 1 – 1 of 1) sorted by relevance
28 struct ImageHandle { struct29 size_t offset = 0;30 size_t size = 0;31 int32_t width = 0;32 int32_t height = 0;33 ColorType colorType = COLORTYPE_UNKNOWN;34 AlphaType alphaType = ALPHATYPE_UNKNOWN;