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

  /external/pdfium/third_party/libjpeg/
fpdfapi_jmemnobs.c 79 jpeg_mem_available (j_common_ptr cinfo, long min_bytes_needed, function
88 * Since jpeg_mem_available always promised the moon,
jmemsys.h 26 #define jpeg_mem_available jMemAvail macro
50 * memory (up to the total free space designated by jpeg_mem_available).
85 * jpeg_mem_available returns zero. The maximum space needed, enough to hold
91 * It is OK for jpeg_mem_available to underestimate the space available
100 EXTERN(long) jpeg_mem_available JPP((j_common_ptr cinfo,
141 * (If jpeg_mem_available always returns a large value, this routine can
157 * jpeg_mem_available chooses to consult it ... no one else will.)
jpeglib.h 83 #define jpeg_mem_available FOXIT_PREFIX(jpeg_mem_available) macro
    [all...]

Completed in 71 milliseconds