HomeSort by relevance Sort by last modified time
    Searched defs:png_64bit_product (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libpng/
png.c 863 png_64bit_product (long v1, long v2, unsigned long *hi_product, function
944 png_64bit_product(green_x - red_x, blue_y - red_y, &xy_hi, &xy_lo);
945 png_64bit_product(green_y - red_y, blue_x - red_x, &yx_hi, &yx_lo);
pngusr.h 130 #define png_64bit_product wk_png_64bit_product macro

Completed in 563 milliseconds