Searched defs:ImageHandle (Results 1 – 2 of 2) 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;
292 class ImageHandle(object): class