Searched refs:pixdata (Results 1 - 4 of 4) sorted by relevance
/third_party/cups-filters/filter/ |
H A D | rastertops.c | 181 convert_pixels(unsigned char *pixdata, /* I - Original pixel data */ in convert_pixels() argument 191 temp = *(pixdata + j); in convert_pixels() 226 unsigned char *pixdata, in write_flate() local 247 pixdata = malloc(header.cupsBytesPerLine); in write_flate() 248 cupsRasterReadPixels(ras, pixdata, header.cupsBytesPerLine); in write_flate() 252 convert_pixels(pixdata,convertedpix, header.cupsBytesPerLine); in write_flate() 258 memcpy(convertedpix, pixdata, header.cupsBytesPerLine); in write_flate() 296 free(pixdata); in write_flate()
|
/third_party/mesa3d/src/util/ |
H A D | rgtc.h | 28 void util_format_unsigned_fetch_texel_rgtc(unsigned srcRowStride, const unsigned char *pixdata, 31 void util_format_signed_fetch_texel_rgtc(unsigned srcRowStride, const signed char *pixdata,
|
H A D | texcompress_rgtc_tmp.h | 32 void TAG(fetch_texel_rgtc)(unsigned srcRowStride, const TYPE *pixdata, in fetch_texel_rgtc() argument 36 const TYPE *blksrc = (pixdata + ((srcRowStride + 3) / 4 * (j / 4) + (i / 4)) * 8 * comps); in fetch_texel_rgtc()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress_s3tc_tmp.h | 111 static void fetch_2d_texel_rgb_dxt1(GLint srcRowStride, const GLubyte *pixdata, in fetch_2d_texel_rgb_dxt1() argument 114 /* Extract the (i,j) pixel from pixdata and return it in fetch_2d_texel_rgb_dxt1() 118 const GLubyte *blksrc = (pixdata + ((srcRowStride + 3) / 4 * (j / 4) + (i / 4)) * 8); in fetch_2d_texel_rgb_dxt1() 123 static void fetch_2d_texel_rgba_dxt1(GLint srcRowStride, const GLubyte *pixdata, in fetch_2d_texel_rgba_dxt1() argument 126 /* Extract the (i,j) pixel from pixdata and return it in fetch_2d_texel_rgba_dxt1() 130 const GLubyte *blksrc = (pixdata + ((srcRowStride + 3) / 4 * (j / 4) + (i / 4)) * 8); in fetch_2d_texel_rgba_dxt1() 134 static void fetch_2d_texel_rgba_dxt3(GLint srcRowStride, const GLubyte *pixdata, in fetch_2d_texel_rgba_dxt3() argument 137 /* Extract the (i,j) pixel from pixdata and return it in fetch_2d_texel_rgba_dxt3() 142 const GLubyte *blksrc = (pixdata + ((srcRowStride + 3) / 4 * (j / 4) + (i / 4)) * 16); in fetch_2d_texel_rgba_dxt3() 148 static void fetch_2d_texel_rgba_dxt5(GLint srcRowStride, const GLubyte *pixdata, in fetch_2d_texel_rgba_dxt5() argument [all...] |
Completed in 3 milliseconds