| /external/mesa3d/src/gallium/auxiliary/util/ |
| u_format_rgtc.c | 51 util_format_rgtc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) 58 const uint8_t *src = src_row; 71 src_row += src_stride; 76 util_format_rgtc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, 88 tmp[j][i] = src_row[(y + j)*src_stride/sizeof(*src_row) + (x + i)*4]; 99 util_format_rgtc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) 104 const uint8_t *src = src_row; 119 src_row += src_stride; 124 util_format_rgtc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height [all...] |
| u_format.c | 256 const uint8_t *src_row; local 264 src_row = (const uint8_t *)src + y*src_stride + x*(format_desc->block.bits/8); 267 format_desc->unpack_rgba_float(dst_row, dst_stride, src_row, src_stride, w, h); 279 const float *src_row; local 287 src_row = src; 289 format_desc->pack_rgba_float(dst_row, dst_stride, src_row, src_stride, w, h); 297 const uint8_t *src_row; local 305 src_row = (const uint8_t *)src + y*src_stride + x*(format_desc->block.bits/8); 308 format_desc->unpack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, w, h); 317 const uint8_t *src_row; local 337 const uint8_t *src_row; local 359 const unsigned *src_row; local 379 const uint8_t *src_row; local 401 const int *src_row; local 543 const uint8_t *src_row; local [all...] |
| u_format_s3tc.c | 245 const uint8_t *src_row, unsigned src_stride, 253 const uint8_t *src = src_row; 263 src_row += src_stride; 269 const uint8_t *src_row, unsigned src_stride, 273 src_row, src_stride, 280 const uint8_t *src_row, unsigned src_stride, 284 src_row, src_stride, 291 const uint8_t *src_row, unsigned src_stride, 295 src_row, src_stride, 302 const uint8_t *src_row, unsigned src_stride [all...] |
| /external/chromium_org/third_party/mesa/src/src/mesa/main/ |
| texcompress_etc.h | 44 const uint8_t *src_row,
|
| texcompress_etc.c | 95 const uint8_t *src_row, 101 src_row, src_stride,
|
| texcompress_etc_tmp.h | 141 const uint8_t *src_row, 151 const uint8_t *src = src_row; 168 src_row += src_stride;
|
| /external/mesa3d/src/mesa/main/ |
| texcompress_etc.h | 44 const uint8_t *src_row,
|
| texcompress_etc.c | 95 const uint8_t *src_row, 101 src_row, src_stride,
|
| texcompress_etc_tmp.h | 141 const uint8_t *src_row, 151 const uint8_t *src = src_row; 168 src_row += src_stride;
|
| /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
| u_format.c | 256 const uint8_t *src_row; local 264 src_row = (const uint8_t *)src + y*src_stride + x*(format_desc->block.bits/8); 267 format_desc->unpack_rgba_float(dst_row, dst_stride, src_row, src_stride, w, h); 279 const float *src_row; local 287 src_row = src; 289 format_desc->pack_rgba_float(dst_row, dst_stride, src_row, src_stride, w, h); 297 const uint8_t *src_row; local 305 src_row = (const uint8_t *)src + y*src_stride + x*(format_desc->block.bits/8); 308 format_desc->unpack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, w, h); 317 const uint8_t *src_row; local 337 const uint8_t *src_row; local 359 const unsigned *src_row; local 379 const uint8_t *src_row; local 401 const int *src_row; local 543 const uint8_t *src_row; local [all...] |
| u_format_s3tc.c | 245 const uint8_t *src_row, unsigned src_stride, 253 const uint8_t *src = src_row; 263 src_row += src_stride; 269 const uint8_t *src_row, unsigned src_stride, 273 src_row, src_stride, 280 const uint8_t *src_row, unsigned src_stride, 284 src_row, src_stride, 291 const uint8_t *src_row, unsigned src_stride, 295 src_row, src_stride, 302 const uint8_t *src_row, unsigned src_stride [all...] |
| /external/chromium_org/third_party/skia/experimental/pixman/ |
| junk.cpp | 39 uint32_t *src_row = &bits[i * (stride / 4)]; local 42 a8r8g8b8_to_rgba_np (dst_row, src_row, width);
|
| /external/skia/experimental/pixman/ |
| junk.cpp | 39 uint32_t *src_row = &bits[i * (stride / 4)]; local 42 a8r8g8b8_to_rgba_np (dst_row, src_row, width);
|
| /external/pdfium/core/src/fxge/dib/ |
| fx_dib_transform.cpp | 448 int src_col, src_row;
local 449 result2stretch_fix.Transform(col, row, src_col, src_row);
450 if (src_col >= 0 && src_col <= stretch_width && src_row >= 0 && src_row <= stretch_height) {
454 if (src_row == stretch_height) {
455 src_row --;
457 *dest_pos_mask = stretch_buf_mask[src_row * stretch_pitch_mask + src_col];
521 int src_col, src_row;
local 522 result2stretch_fix.Transform(col, row, src_col, src_row);
523 if (src_col >= 0 && src_col <= stretch_width && src_row >= 0 && src_row <= stretch_height) { 628 int src_col, src_row; local 759 int src_col, src_row; local [all...] |
| /external/qemu/distrib/sdl-1.2.15/src/video/ |
| SDL_stretch.c | 209 int src_row, dst_row; local 282 src_row = srcrect->y; 298 srcp = (Uint8 *)src->pixels + (src_row*src->pitch) 300 ++src_row;
|
| /external/pixman/demos/ |
| gtk-utils.c | 86 uint32_t *src_row = &bits[i * (stride / 4)]; local 89 a8r8g8b8_to_rgba_np (dst_row, src_row, width);
|
| /external/chromium_org/third_party/skia/src/ports/ |
| SkFontHost_FreeType_common.cpp | 214 const uint8_t* src_row = src; local 218 byte = *src_row++; 231 const uint8_t* src_row = src; local 234 uint8_t b = *src_row++; 235 uint8_t g = *src_row++; 236 uint8_t r = *src_row++; 237 uint8_t a = *src_row++;
|
| /external/skia/src/ports/ |
| SkFontHost_FreeType_common.cpp | 214 const uint8_t* src_row = src; local 218 byte = *src_row++; 231 const uint8_t* src_row = src; local 234 uint8_t b = *src_row++; 235 uint8_t g = *src_row++; 236 uint8_t r = *src_row++; 237 uint8_t a = *src_row++;
|
| /external/jpeg/ |
| rdrle.c | 208 JSAMPROW src_row, dest_row; local 216 src_row = * (*cinfo->mem->access_virt_sarray) 220 val = GETJSAMPLE(*src_row++);
|
| /external/qemu/distrib/jpeg-6b/ |
| rdrle.c | 208 JSAMPROW src_row, dest_row; local 216 src_row = * (*cinfo->mem->access_virt_sarray) 220 val = GETJSAMPLE(*src_row++);
|
| /external/chromium_org/skia/ext/ |
| image_operations.cc | 406 uint32* src_row = img.getAddr32(0, 0); 409 uint32* src = src_row; 455 src_row += h * row_words;
|
| /external/chromium_org/third_party/skia/src/core/ |
| SkSpriteBlitter_ARGB32.cpp | 206 static void src_row(SkPMColor* SK_RESTRICT dst, function 228 src_row(dst, src, width);
|
| /external/skia/src/core/ |
| SkSpriteBlitter_ARGB32.cpp | 206 static void src_row(SkPMColor* SK_RESTRICT dst, function 228 src_row(dst, src, width);
|
| /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/ |
| scale.c | 3237 int src_row = 0; local 3320 int src_row = 0; local [all...] |
| /external/libvpx/libvpx/third_party/libyuv/source/ |
| scale.c | 3237 int src_row = 0; local 3320 int src_row = 0; local [all...] |