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

  /external/opencv3/3rdparty/libpng/
png.c 856 png_int_32 d, dwhite, whiteX, whiteY;
863 whiteY = XYZ.redY;
870 whiteY += XYZ.greenY;
877 whiteY += XYZ.blueY;
883 if (!png_muldiv(&xy->whitey, whiteY, PNG_FP_1, dwhite)) return 1;
904 if (xy.whitey < 0 || xy.whitey > PNG_FP_1-xy.whitex) return 1;
    [all...]
pngget.c 482 xy.whitey = info_ptr->y_white;
pngpriv.h 1369 png_fixed_point whitex, whitey; member in struct:png_xy
    [all...]
pngset.c 96 png_set_cHRM_fixed(png_ptr, info_ptr, xy.whitex, xy.whitey, xy.redx, xy.redy,
    [all...]
pngrutil.c 1038 xy.whitey = y_white;
    [all...]
  /external/libpng/
png.c     [all...]
pngstruct.h 88 png_fixed_point whitex, whitey; member in struct:png_xy
pngget.c 532 info_ptr->colorspace.end_points_xy.whitey, "cHRM white Y");
654 *white_y = info_ptr->colorspace.end_points_xy.whitey;
    [all...]
pngset.c 59 xy.whitey = white_y;
    [all...]
pngwutil.c     [all...]
pngrutil.c     [all...]
  /external/pdfium/third_party/lpng_v163/
png.c     [all...]
pngstruct.h 89 png_fixed_point whitex, whitey; member in struct:png_xy
pngget.c 499 info_ptr->colorspace.end_points_xy.whitey, "cHRM white Y");
621 *white_y = info_ptr->colorspace.end_points_xy.whitey;
    [all...]
pngset.c 58 xy.whitey = white_y;
    [all...]
pngrutil.c     [all...]
pngwutil.c     [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 1369 png_fixed_point whitex, whitey; member in struct:png_xy
    [all...]

Completed in 153 milliseconds