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

  /external/libpng/
png.c 3322 png_fixed(png_const_structrp png_ptr, double fp, png_const_charp text) function
    [all...]
pngpriv.h 791 #define png_fixed(png_ptr, fp, s) ((fp) <= 21474 && (fp) >= -21474 ?\ macro
    [all...]
  /external/pdfium/third_party/libpng16/
png.c 3256 png_fixed(png_const_structrp png_ptr, double fp, png_const_charp text) function
    [all...]
pngpriv.h 718 #define png_fixed(png_ptr, fp, s) ((fp) <= 21474 && (fp) >= -21474 ?\ macro
    [all...]

Completed in 87 milliseconds