Searched defs:PNG_IMAGE_SIZE (Results 1 - 3 of 3) sorted by relevance

/external/libpng/
H A Dpng.h2942 #define PNG_IMAGE_SIZE(image)\ macro
3153 #define PNG_IMAGE_DATA_SIZE(image) (PNG_IMAGE_SIZE(image)+(image).height)
3157 * NOTE: while PNG_IMAGE_SIZE cannot overflow for an image in memory this
/external/pdfium/third_party/libpng16/
H A Dpng.h2936 #define PNG_IMAGE_SIZE(image)\ macro
3147 #define PNG_IMAGE_DATA_SIZE(image) (PNG_IMAGE_SIZE(image)+(image).height)
3151 * NOTE: while PNG_IMAGE_SIZE cannot overflow for an image in memory this
/external/skia/third_party/libpng/
H A Dpng.h2936 #define PNG_IMAGE_SIZE(image)\ macro
3147 #define PNG_IMAGE_DATA_SIZE(image) (PNG_IMAGE_SIZE(image)+(image).height)
3151 * NOTE: while PNG_IMAGE_SIZE cannot overflow for an image in memory this

Completed in 214 milliseconds