HomeSort by relevance Sort by last modified time
    Searched refs:png_get_fixed_point (Results 1 - 3 of 3) sorted by null

  /external/libpng/
pngrutil.c 41 png_get_fixed_point(png_structrp png_ptr, png_const_bytep buf) function
    [all...]
  /external/opencv3/3rdparty/libpng/
pngrutil.c 43 png_get_fixed_point(png_structp png_ptr, png_const_bytep buf) function
811 igamma = png_get_fixed_point(NULL, buf);
965 x_white = png_get_fixed_point(NULL, buf);
966 y_white = png_get_fixed_point(NULL, buf + 4);
967 x_red = png_get_fixed_point(NULL, buf + 8);
968 y_red = png_get_fixed_point(NULL, buf + 12);
969 x_green = png_get_fixed_point(NULL, buf + 16);
970 y_green = png_get_fixed_point(NULL, buf + 20);
971 x_blue = png_get_fixed_point(NULL, buf + 24);
972 y_blue = png_get_fixed_point(NULL, buf + 28)
    [all...]
  /external/pdfium/third_party/lpng_v163/
pngrutil.c 40 png_get_fixed_point(png_structrp png_ptr, png_const_bytep buf) function
    [all...]

Completed in 276 milliseconds