/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_zs.c | 116 const uint8_t *src_row, unsigned src_stride, in util_format_s8_uint_unpack_s_8uint() argument 121 memcpy(dst_row, src_row, width); in util_format_s8_uint_unpack_s_8uint() 122 src_row += src_stride/sizeof(*src_row); in util_format_s8_uint_unpack_s_8uint() 129 const uint8_t *src_row, unsigned src_stride, in util_format_s8_uint_pack_s_8uint() argument 134 memcpy(dst_row, src_row, width); in util_format_s8_uint_pack_s_8uint() 135 src_row += src_stride/sizeof(*src_row); in util_format_s8_uint_pack_s_8uint() 142 const uint8_t *src_row, unsigned src_stride, in util_format_z16_unorm_unpack_z_float() argument 148 const uint16_t *src = (const uint16_t *)src_row; in util_format_z16_unorm_unpack_z_float() 156 src_row += src_stride/sizeof(*src_row); in util_format_z16_unorm_unpack_z_float() 163 const float *src_row, unsigned src_stride, in util_format_z16_unorm_pack_z_float() argument [all …]
|
D | u_format_zs.h | 37 util_format_s8_uint_unpack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, u… 41 util_format_s8_uint_pack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, uns… 45 util_format_z16_unorm_unpack_z_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, u… 49 util_format_z16_unorm_pack_z_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, uns… 53 …_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… 57 util_format_z16_unorm_pack_z_32unorm(uint8_t *dst_row, unsigned dst_stride, const uint32_t *src_row… 61 util_format_z32_unorm_unpack_z_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, u… 65 util_format_z32_unorm_pack_z_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, uns… 69 …_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… 73 util_format_z32_unorm_pack_z_32unorm(uint8_t *dst_row, unsigned dst_stride, const uint32_t *src_row… [all …]
|
D | u_format_yuv.h | 126 const uint8_t *src_row, unsigned src_stride, 131 const uint8_t *src_row, unsigned src_stride, 136 const float *src_row, unsigned src_stride, 141 const uint8_t *src_row, unsigned src_stride, 150 const uint8_t *src_row, unsigned src_stride, 155 const uint8_t *src_row, unsigned src_stride, 160 const float *src_row, unsigned src_stride, 165 const uint8_t *src_row, unsigned src_stride, 175 const uint8_t *src_row, unsigned src_stride, 179 const uint8_t *src_row, unsigned src_stride, [all …]
|
D | u_format_other.c | 37 const uint8_t *src_row, unsigned src_stride, in util_format_r9g9b9e5_float_unpack_rgba_float() argument 43 const uint8_t *src = src_row; in util_format_r9g9b9e5_float_unpack_rgba_float() 54 src_row += src_stride; in util_format_r9g9b9e5_float_unpack_rgba_float() 61 const float *src_row, unsigned src_stride, in util_format_r9g9b9e5_float_pack_rgba_float() argument 66 const float *src = src_row; in util_format_r9g9b9e5_float_pack_rgba_float() 78 src_row += src_stride/sizeof(*src_row); in util_format_r9g9b9e5_float_pack_rgba_float() 97 const uint8_t *src_row, unsigned src_stride, in util_format_r9g9b9e5_float_unpack_rgba_8unorm() argument 104 const uint8_t *src = src_row; in util_format_r9g9b9e5_float_unpack_rgba_8unorm() 118 src_row += src_stride; in util_format_r9g9b9e5_float_unpack_rgba_8unorm() 126 const uint8_t *src_row, unsigned src_stride, in util_format_r9g9b9e5_float_pack_rgba_8unorm() argument [all …]
|
D | u_format_s3tc.h | 73 …unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… 76 util_format_dxt1_rgb_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row… 82 …unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… 85 …a_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… 91 …unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… 94 …a_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… 100 …unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… 103 …a_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… 109 …unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… 112 …b_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… [all …]
|
D | u_format_yuv.c | 42 const uint8_t *src_row, unsigned src_stride, in util_format_r8g8_b8g8_unorm_unpack_rgba_float() argument 49 const uint32_t *src = (const uint32_t *)src_row; in util_format_r8g8_b8g8_unorm_unpack_rgba_float() 96 src_row += src_stride/sizeof(*src_row); in util_format_r8g8_b8g8_unorm_unpack_rgba_float() 104 const uint8_t *src_row, unsigned src_stride, in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm() argument 111 const uint32_t *src = (const uint32_t *)src_row; in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm() 158 src_row += src_stride/sizeof(*src_row); in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm() 166 const float *src_row, unsigned src_stride, in util_format_r8g8_b8g8_unorm_pack_rgba_float() argument 172 const float *src = src_row; in util_format_r8g8_b8g8_unorm_pack_rgba_float() 216 src_row += src_stride/sizeof(*src_row); in util_format_r8g8_b8g8_unorm_pack_rgba_float() 223 const uint8_t *src_row, unsigned src_stride, in util_format_r8g8_b8g8_unorm_pack_rgba_8unorm() argument [all …]
|
D | u_format_other.h | 38 const uint8_t *src_row, unsigned src_stride, 43 const float *src_row, unsigned src_stride, 52 const uint8_t *src_row, unsigned src_stride, 57 const uint8_t *src_row, unsigned src_stride, 63 const uint8_t *src_row, unsigned src_stride, 68 const float *src_row, unsigned src_stride, 77 const uint8_t *src_row, unsigned src_stride, 82 const uint8_t *src_row, unsigned src_stride, 88 const uint8_t *src_row, unsigned src_stride, 93 const float *src_row, unsigned src_stride, [all …]
|
D | u_format_rgtc.h | 35 …unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… 38 …m_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… 41 …rm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… 44 util_format_rgtc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row… 55 …unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… 58 …m_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… 61 util_format_rgtc1_snorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row… 64 …rm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… 74 …unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… 77 …m_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… [all …]
|
D | u_format_rgtc.c | 51 …unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… in util_format_rgtc1_unorm_unpack_rgba_8unorm() argument 58 const uint8_t *src = src_row; in util_format_rgtc1_unorm_unpack_rgba_8unorm() 71 src_row += src_stride; in util_format_rgtc1_unorm_unpack_rgba_8unorm() 76 …format_rgtc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, in util_format_rgtc1_unorm_pack_rgba_8unorm() argument 88 tmp[j][i] = src_row[(y + j)*src_stride/sizeof(*src_row) + (x + i)*4]; in util_format_rgtc1_unorm_pack_rgba_8unorm() 99 …rm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… in util_format_rgtc1_unorm_unpack_rgba_float() argument 104 const uint8_t *src = src_row; in util_format_rgtc1_unorm_unpack_rgba_float() 119 src_row += src_stride; in util_format_rgtc1_unorm_unpack_rgba_float() 124 util_format_rgtc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row… in util_format_rgtc1_unorm_pack_rgba_float() argument 135 tmp[j][i] = float_to_ubyte(src_row[(y + j)*src_stride/sizeof(*src_row) + (x + i)*4]); in util_format_rgtc1_unorm_pack_rgba_float() [all …]
|
D | u_format_latc.h | 35 …unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… 38 …m_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… 41 …rm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… 44 util_format_latc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row… 55 …unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… 58 …m_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… 61 util_format_latc1_snorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row… 64 …rm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… 74 …unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… 77 …m_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… [all …]
|
D | u_format_latc.c | 56 …unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… in util_format_latc1_unorm_unpack_rgba_8unorm() argument 58 …util_format_rgtc1_unorm_unpack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, width, height… in util_format_latc1_unorm_unpack_rgba_8unorm() 62 …_format_latc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, in util_format_latc1_unorm_pack_rgba_8unorm() argument 65 … util_format_rgtc1_unorm_pack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, width, height); in util_format_latc1_unorm_pack_rgba_8unorm() 69 …rm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… in util_format_latc1_unorm_unpack_rgba_float() argument 75 const uint8_t *src = src_row; in util_format_latc1_unorm_unpack_rgba_float() 90 src_row += src_stride; in util_format_latc1_unorm_unpack_rgba_float() 95 util_format_latc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row… in util_format_latc1_unorm_pack_rgba_float() argument 97 util_format_rgtc1_unorm_pack_rgba_float(dst_row, dst_stride, src_row, src_stride, width, height); in util_format_latc1_unorm_pack_rgba_float() 119 …unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… in util_format_latc1_snorm_unpack_rgba_8unorm() argument [all …]
|
D | u_format_s3tc.c | 245 const uint8_t *src_row, unsigned src_stride, in util_format_dxtn_rgb_unpack_rgba_8unorm() argument 253 const uint8_t *src = src_row; in util_format_dxtn_rgb_unpack_rgba_8unorm() 263 src_row += src_stride; in util_format_dxtn_rgb_unpack_rgba_8unorm() 269 const uint8_t *src_row, unsigned src_stride, in util_format_dxt1_rgb_unpack_rgba_8unorm() argument 273 src_row, src_stride, in util_format_dxt1_rgb_unpack_rgba_8unorm() 280 const uint8_t *src_row, unsigned src_stride, in util_format_dxt1_rgba_unpack_rgba_8unorm() argument 284 src_row, src_stride, in util_format_dxt1_rgba_unpack_rgba_8unorm() 291 const uint8_t *src_row, unsigned src_stride, in util_format_dxt3_rgba_unpack_rgba_8unorm() argument 295 src_row, src_stride, in util_format_dxt3_rgba_unpack_rgba_8unorm() 302 const uint8_t *src_row, unsigned src_stride, in util_format_dxt5_rgba_unpack_rgba_8unorm() argument [all …]
|
D | u_format.c | 256 const uint8_t *src_row; in util_format_read_4f() local 264 src_row = (const uint8_t *)src + y*src_stride + x*(format_desc->block.bits/8); in util_format_read_4f() 267 format_desc->unpack_rgba_float(dst_row, dst_stride, src_row, src_stride, w, h); in util_format_read_4f() 279 const float *src_row; in util_format_write_4f() local 287 src_row = src; in util_format_write_4f() 289 format_desc->pack_rgba_float(dst_row, dst_stride, src_row, src_stride, w, h); in util_format_write_4f() 297 const uint8_t *src_row; in util_format_read_4ub() local 305 src_row = (const uint8_t *)src + y*src_stride + x*(format_desc->block.bits/8); in util_format_read_4ub() 308 format_desc->unpack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, w, h); in util_format_read_4ub() 317 const uint8_t *src_row; in util_format_write_4ub() local [all …]
|
D | u_format_etc.c | 14 …unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… in util_format_etc1_rgb8_unpack_rgba_8unorm() argument 16 etc1_unpack_rgba8888(dst_row, dst_stride, src_row, src_stride, width, height); in util_format_etc1_rgb8_unpack_rgba_8unorm() 20 …8_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… in util_format_etc1_rgb8_pack_rgba_8unorm() argument 26 util_format_etc1_rgb8_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row… in util_format_etc1_rgb8_unpack_rgba_float() argument 33 const uint8_t *src = src_row; in util_format_etc1_rgb8_unpack_rgba_float() 55 src_row += src_stride; in util_format_etc1_rgb8_unpack_rgba_float() 60 util_format_etc1_rgb8_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, … in util_format_etc1_rgb8_pack_rgba_float() argument
|
D | u_format_etc.h | 32 …unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… 35 …8_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_str… 38 util_format_etc1_rgb8_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row… 41 util_format_etc1_rgb8_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, …
|
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_transform.cpp | 521 int src_col, src_row; in Continue() local 522 result2stretch_fix.Transform(col, row, src_col, src_row); in Continue() 523 if (src_col >= 0 && src_col <= stretch_width && src_row >= 0 && in Continue() 524 src_row <= stretch_height) { in Continue() 528 if (src_row == stretch_height) { in Continue() 529 src_row--; in Continue() 532 stretch_buf_mask[src_row * stretch_pitch_mask + src_col]; in Continue() 604 int src_col, src_row; in Continue() local 605 result2stretch_fix.Transform(col, row, src_col, src_row); in Continue() 606 if (src_col >= 0 && src_col <= stretch_width && src_row >= 0 && in Continue() [all …]
|
/external/mesa3d/src/mesa/main/ |
D | texcompress_etc.c | 95 const uint8_t *src_row, in _mesa_etc1_unpack_rgba8888() argument 101 src_row, src_stride, in _mesa_etc1_unpack_rgba8888()
|
D | texcompress_etc_tmp.h | 141 const uint8_t *src_row, in etc1_unpack_rgba8888() argument 151 const uint8_t *src = src_row; in etc1_unpack_rgba8888() 168 src_row += src_stride; in etc1_unpack_rgba8888()
|
D | texcompress_etc.h | 44 const uint8_t *src_row,
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType_common.cpp | 214 const uint8_t* src_row = src; in copyFTBitmap() local 218 byte = *src_row++; in copyFTBitmap() 231 const uint8_t* src_row = src; in copyFTBitmap() local 234 uint8_t b = *src_row++; in copyFTBitmap() 235 uint8_t g = *src_row++; in copyFTBitmap() 236 uint8_t r = *src_row++; in copyFTBitmap() 237 uint8_t a = *src_row++; in copyFTBitmap()
|
/external/pdfium/core/src/fxcodec/lbmp/ |
D | fx_bmp.cpp | 730 size = bmp_ptr->src_pitch * bmp_ptr->src_row * in _bmp_encode_bitfields() 784 for (int32_t row_num = bmp_ptr->src_row - 1; row_num > -1; row_num--, i = 0) { in _bmp_encode_bitfields() 820 size = dst_pitch * bmp_ptr->src_row; in _bmp_encode_rgb() 828 for (int32_t row_num = bmp_ptr->src_row - 1; row_num > -1; row_num--) { in _bmp_encode_rgb() 852 size = bmp_ptr->src_pitch * bmp_ptr->src_row * 2; in _bmp_encode_rle8() 860 for (int32_t row_num = bmp_ptr->src_row - 1, i = 0; row_num > -1;) { in _bmp_encode_rle8() 900 size = bmp_ptr->src_pitch * bmp_ptr->src_row; in _bmp_encode_rle4() 908 for (int32_t row_num = bmp_ptr->src_row - 1, i = 0; row_num > -1; in _bmp_encode_rle4()
|
D | fx_bmp.h | 141 FX_DWORD src_row; member
|
/external/libjpeg-turbo/ |
D | rdrle.c | 210 JSAMPROW src_row, dest_row; in get_pseudocolor_row() local 218 src_row = * (*cinfo->mem->access_virt_sarray) in get_pseudocolor_row() 222 val = GETJSAMPLE(*src_row++); in get_pseudocolor_row()
|
/external/skia/src/core/ |
D | SkSpriteBlitter_ARGB32.cpp | 199 static void src_row(SkPMColor* SK_RESTRICT dst, in src_row() function 220 src_row(dst, src, width); in blitRect()
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_progress.cpp | 188 int src_row = 0; in Calc() local 191 step = scale * (++src_row); in Calc() 543 int src_row = line - src_top; in PngFillScanlineBufCompletedFunc() local 544 int des_row = (int)(src_row * scale_y) + des_top; in PngFillScanlineBufCompletedFunc() 730 int src_row = line - src_top; in GifReadScanlineCallback() local 731 int des_row = (int)(src_row * scale_y) + des_top; in GifReadScanlineCallback() 903 int src_row = row_num - src_top; in BmpReadScanlineCallback() local 904 int des_row = (int)(src_row * scale_y) + des_top; in BmpReadScanlineCallback() 1796 int src_row = src_line - src_top; in Resample() local 1797 int des_row = (int)(src_row * scale_y) + des_top; in Resample()
|