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

  /external/libjpeg-turbo/
jpeglib.h 70 typedef JSAMPROW *JSAMPARRAY; /* ptr to some rows (a 2-D sample array) */
71 typedef JSAMPARRAY *JSAMPIMAGE; /* a 3-D sample array: top index is color */
540 JSAMPARRAY colormap; /* The color map as a 2-D pixel array */
    [all...]
  /external/pdfium/third_party/libjpeg/
jpeglib.h 169 typedef JSAMPROW *JSAMPARRAY; /* ptr to some rows (a 2-D sample array) */
170 typedef JSAMPARRAY *JSAMPIMAGE; /* a 3-D sample array: top index is color */
581 JSAMPARRAY colormap; /* The color map as a 2-D pixel array */
    [all...]

Completed in 231 milliseconds