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

  /external/libpng/
png.c 1050 (png_muldiv(&gtest, colorspace->gamma, PNG_FP_1, gAMA) == 0 ||
3277 png_muldiv(png_fixed_point_p res, png_fixed_point a, png_int_32 times, function
    [all...]
pngget.c 222 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1,
339 if (ppm <= PNG_UINT_31_MAX && png_muldiv(&result, (png_int_32)ppm, 127,
    [all...]
pngpriv.h     [all...]
pngread.c     [all...]
pngrtran.c     [all...]
  /external/pdfium/third_party/libpng16/
png.c 1050 (png_muldiv(&gtest, colorspace->gamma, PNG_FP_1, gAMA) == 0 ||
3246 png_muldiv(png_fixed_point_p res, png_fixed_point a, png_int_32 times, function
    [all...]
pngget.c 222 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1,
339 if (ppm <= PNG_UINT_31_MAX && png_muldiv(&result, (png_int_32)ppm, 127,
    [all...]
pngpriv.h     [all...]
pngread.c     [all...]
pngrtran.c     [all...]
  /external/skia/third_party/libpng/
png.c 1050 (png_muldiv(&gtest, colorspace->gamma, PNG_FP_1, gAMA) == 0 ||
3245 png_muldiv(png_fixed_point_p res, png_fixed_point a, png_int_32 times, function
    [all...]
pngprefix.h 197 #define png_muldiv skia_png_muldiv macro
pngget.c 222 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1,
339 if (ppm <= PNG_UINT_31_MAX && png_muldiv(&result, (png_int_32)ppm, 127,
    [all...]
pngpriv.h     [all...]
pngread.c     [all...]
pngrtran.c     [all...]
  /external/libpng/contrib/libtests/
tarith.c 694 if (png_muldiv(&result, a, times, div) != ok)
946 * 2: validates png_muldiv

Completed in 832 milliseconds