Searched refs:png_xy (Results 1 – 6 of 6) sorted by relevance
/external/libpng/ |
D | pngstruct.h | 84 typedef struct png_xy struct 90 } png_xy; argument 120 png_xy end_points_xy; /* End points as chromaticities */
|
D | png.c | 1196 png_xy_from_XYZ(png_xy *xy, const png_XYZ *XYZ) 1231 png_XYZ_from_xy(png_XYZ *XYZ, const png_xy *xy) 1530 png_colorspace_endpoints_match(const png_xy *xy1, const png_xy *xy2, int delta) 1554 png_colorspace_check_xy(png_XYZ *XYZ, const png_xy *xy) 1557 png_xy xy_test; 1578 png_colorspace_check_XYZ(png_xy *xy, png_XYZ *XYZ) 1594 static const png_xy sRGB_xy = /* From ITU-R BT.709-3 */ 1605 png_colorspacerp colorspace, const png_xy *xy, const png_XYZ *XYZ, 1651 png_colorspacerp colorspace, const png_xy *xy, int preferred) 1692 png_xy xy;
|
D | pngpriv.h | 1046 const png_xy *xy), PNG_EMPTY); 1485 (png_const_structrp png_ptr, png_colorspacerp colorspace, const png_xy *xy,
|
D | pngset.c | 45 png_xy xy; in png_set_cHRM_fixed()
|
D | pngwutil.c | 1393 png_write_cHRM_fixed(png_structrp png_ptr, const png_xy *xy) in png_write_cHRM_fixed()
|
D | pngrutil.c | 1208 png_xy xy; in png_handle_cHRM()
|