Home
last modified time | relevance | path

Searched refs:PNG_FIXED_ERROR (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/samples/fx_lpng/lpng_v163/
Dfx_pngrutil.c37 #define PNG_FIXED_ERROR (-1) macro
51 return PNG_FIXED_ERROR; in png_get_fixed_point()
1212 if (xy.whitex == PNG_FIXED_ERROR || in png_handle_cHRM()
1213 xy.whitey == PNG_FIXED_ERROR || in png_handle_cHRM()
1214 xy.redx == PNG_FIXED_ERROR || in png_handle_cHRM()
1215 xy.redy == PNG_FIXED_ERROR || in png_handle_cHRM()
1216 xy.greenx == PNG_FIXED_ERROR || in png_handle_cHRM()
1217 xy.greeny == PNG_FIXED_ERROR || in png_handle_cHRM()
1218 xy.bluex == PNG_FIXED_ERROR || in png_handle_cHRM()
1219 xy.bluey == PNG_FIXED_ERROR) in png_handle_cHRM()
/external/libpng/
Dpngrutil.c38 #define PNG_FIXED_ERROR (-1) macro
52 return PNG_FIXED_ERROR; in png_get_fixed_point()
1302 if (xy.whitex == PNG_FIXED_ERROR || in png_handle_cHRM()
1303 xy.whitey == PNG_FIXED_ERROR || in png_handle_cHRM()
1304 xy.redx == PNG_FIXED_ERROR || in png_handle_cHRM()
1305 xy.redy == PNG_FIXED_ERROR || in png_handle_cHRM()
1306 xy.greenx == PNG_FIXED_ERROR || in png_handle_cHRM()
1307 xy.greeny == PNG_FIXED_ERROR || in png_handle_cHRM()
1308 xy.bluex == PNG_FIXED_ERROR || in png_handle_cHRM()
1309 xy.bluey == PNG_FIXED_ERROR) in png_handle_cHRM()