Searched defs:ImageSize (Results 1 – 8 of 8) sorted by relevance
56 struct ImageSize { struct57 double left;58 double top;59 double width;60 double height;
34 struct ImageSize { struct35 int32_t width = 0;36 int32_t height = 0;37 float dstWidth = 0;38 float dstHeight = 0;39 const uint32_t color = 0;40 uint32_t dst = 0;
55 struct ImageSize { struct56 int32_t width = 0;57 int32_t height = 0;58 float dstWidth = 0;59 float dstHeight = 0;60 const uint32_t color = 0;61 uint32_t dst = 0;
52 struct ImageSize { struct53 int32_t width = 0;54 int32_t height = 0;55 float dstWidth = 0;56 float dstHeight = 0;57 const uint32_t color = 0;58 uint32_t dst = 0;
58 struct ImageSize { struct59 int32_t width = 0;60 int32_t height = 0;61 float dstWidth = 0;62 float dstHeight = 0;63 const uint32_t color = 0;64 uint32_t dst = 0;
531 ## ImageSize section
235 var ImageSize; variable