Home
last modified time | relevance | path

Searched defs:_tga_source_struct (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
Drdtarga.c43 typedef struct _tga_source_struct { struct
44 struct cjpeg_source_struct pub; /* public fields */
46 j_compress_ptr cinfo; /* back link saves passing separate parm */
48 JSAMPARRAY colormap; /* Targa colormap (converted to my format) */
50 jvirt_sarray_ptr whole_image; /* Needed if funny input row order */
51 JDIMENSION current_row; /* Current logical row number to read */
54 void (*read_pixel) (tga_source_ptr sinfo);
57 U_CHAR tga_pixel[4];
59 int pixel_size; /* Bytes per Targa pixel (1 to 4) */
60 int cmap_length; /* colormap length */
[all …]
/third_party/libjpeg-turbo/
Drdtarga.c53 typedef struct _tga_source_struct { struct
54 struct cjpeg_source_struct pub; /* public fields */
56 j_compress_ptr cinfo; /* back link saves passing separate parm */
58 JSAMPARRAY colormap; /* Targa colormap (converted to my format) */
60 jvirt_sarray_ptr whole_image; /* Needed if funny input row order */
61 JDIMENSION current_row; /* Current logical row number to read */
64 void (*read_pixel) (tga_source_ptr sinfo);
67 U_CHAR tga_pixel[4];
69 int pixel_size; /* Bytes per Targa pixel (1 to 4) */
70 int cmap_length; /* colormap length */
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Drdtarga.c52 typedef struct _tga_source_struct { struct
53 struct cjpeg_source_struct pub; /* public fields */
55 j_compress_ptr cinfo; /* back link saves passing separate parm */
57 JSAMPARRAY colormap; /* Targa colormap (converted to my format) */
59 jvirt_sarray_ptr whole_image; /* Needed if funny input row order */
60 JDIMENSION current_row; /* Current logical row number to read */
63 void (*read_pixel) (tga_source_ptr sinfo);
66 U_CHAR tga_pixel[4];
68 int pixel_size; /* Bytes per Targa pixel (1 to 4) */
71 int block_count; /* # of pixels remaining in RLE block */
[all …]