Home
last modified time | relevance | path

Searched refs:png_get_fixed_point (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/libpng16/
Dpngrutil.c41 png_get_fixed_point(png_structrp png_ptr, png_const_bytep buf) in png_get_fixed_point() function
1139 igamma = png_get_fixed_point(NULL, buf); in png_handle_gAMA()
1259 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
1260 xy.whitey = png_get_fixed_point(NULL, buf + 4); in png_handle_cHRM()
1261 xy.redx = png_get_fixed_point(NULL, buf + 8); in png_handle_cHRM()
1262 xy.redy = png_get_fixed_point(NULL, buf + 12); in png_handle_cHRM()
1263 xy.greenx = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM()
1264 xy.greeny = png_get_fixed_point(NULL, buf + 20); in png_handle_cHRM()
1265 xy.bluex = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM()
1266 xy.bluey = png_get_fixed_point(NULL, buf + 28); in png_handle_cHRM()
/external/skia/third_party/libpng/
Dpngrutil.c41 png_get_fixed_point(png_structrp png_ptr, png_const_bytep buf) in png_get_fixed_point() function
1139 igamma = png_get_fixed_point(NULL, buf); in png_handle_gAMA()
1259 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
1260 xy.whitey = png_get_fixed_point(NULL, buf + 4); in png_handle_cHRM()
1261 xy.redx = png_get_fixed_point(NULL, buf + 8); in png_handle_cHRM()
1262 xy.redy = png_get_fixed_point(NULL, buf + 12); in png_handle_cHRM()
1263 xy.greenx = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM()
1264 xy.greeny = png_get_fixed_point(NULL, buf + 20); in png_handle_cHRM()
1265 xy.bluex = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM()
1266 xy.bluey = png_get_fixed_point(NULL, buf + 28); in png_handle_cHRM()
/external/libpng/
Dpngrutil.c41 png_get_fixed_point(png_structrp png_ptr, png_const_bytep buf) in png_get_fixed_point() function
1141 igamma = png_get_fixed_point(NULL, buf); in png_handle_gAMA()
1261 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
1262 xy.whitey = png_get_fixed_point(NULL, buf + 4); in png_handle_cHRM()
1263 xy.redx = png_get_fixed_point(NULL, buf + 8); in png_handle_cHRM()
1264 xy.redy = png_get_fixed_point(NULL, buf + 12); in png_handle_cHRM()
1265 xy.greenx = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM()
1266 xy.greeny = png_get_fixed_point(NULL, buf + 20); in png_handle_cHRM()
1267 xy.bluex = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM()
1268 xy.bluey = png_get_fixed_point(NULL, buf + 28); in png_handle_cHRM()