/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/jpeg/ |
rdrle.c | 208 JSAMPROW src_row, dest_row; local 216 src_row = * (*cinfo->mem->access_virt_sarray) 220 val = GETJSAMPLE(*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/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/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/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/content/browser/renderer_host/ |
backing_store_gtk.cc | 606 const uint32* src_row = reinterpret_cast<uint32*>( local 611 *dest_row = src_row[x] | 0xff000000;
|
/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...] |
/external/mesa3d/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...] |
/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/chromium_org/ui/surface/ |
accelerated_surface_transformer_win.cc | 484 uint8* src_row = reinterpret_cast<uint8*>(locked_rect.pBits); local 486 memcpy(dst_row, src_row, dst_bytes_per_row); 487 src_row += locked_rect.Pitch;
|
/external/skia/src/ports/ |
SkFontHost_FreeType_common.cpp | 225 const uint8_t* src_row = src; local 229 byte = *src_row++; 242 const uint8_t* src_row = src; local 245 uint8_t b = *src_row++; 246 uint8_t g = *src_row++; 247 uint8_t r = *src_row++; 248 uint8_t a = *src_row++;
|
/external/chromium_org/chrome/browser/thumbnails/ |
content_analysis.cc | 691 uint8* src_row = local 703 src_row + left_copy_pixel * bitmap.bytesPerPixel(), 714 src_row + left_copy_pixel * bitmap.bytesPerPixel(),
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
scale.c | 3237 int src_row = 0; local 3320 int src_row = 0; local [all...] |
/external/chromium_org/gpu/command_buffer/client/ |
gles2_implementation_unittest.cc | 2404 const uint8* src_row = src_pixels.get() + local [all...] |