/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_tex_copy.c | 98 GLshort src_pitch; local 115 src_pitch = -region->pitch; 118 src_pitch = region->pitch; 124 src_pitch,
|
intel_regions.c | 343 GLuint src_pitch, GLuint src_x, GLuint src_y) 348 src_pitch *= cpp; 352 src += src_y * src_pitch; 355 if (width == dst_pitch && width == src_pitch) 361 src += src_pitch; 380 uint32_t src_pitch = src->pitch; local 390 src_pitch = -src_pitch; 394 src_pitch, src->bo, src_offset, src->tiling,
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_tex_copy.c | 98 GLshort src_pitch; local 115 src_pitch = -region->pitch; 118 src_pitch = region->pitch; 124 src_pitch,
|
intel_regions.c | 343 GLuint src_pitch, GLuint src_x, GLuint src_y) 348 src_pitch *= cpp; 352 src += src_y * src_pitch; 355 if (width == dst_pitch && width == src_pitch) 361 src += src_pitch; 380 uint32_t src_pitch = src->pitch; local 390 src_pitch = -src_pitch; 394 src_pitch, src->bo, src_offset, src->tiling,
|
/external/opencv/otherlibs/highgui/ |
grfmt_sunras.cpp | 182 int src_pitch = ((m_width*m_bpp + 7)/8 + 1) & -2; local 190 if( src_pitch+32 > buffer_size ) 191 src = new uchar[src_pitch+32]; 211 m_strm.GetBytes( src, src_pitch ); 280 m_strm.GetBytes( src, src_pitch ); 358 m_strm.GetBytes( color ? data : bgr, src_pitch ); 379 m_strm.GetBytes( src + 3, src_pitch );
|
grfmt_bmp.cpp | 196 int src_pitch = ((m_width*(m_bpp != 15 ? m_bpp : 16) + 7)/8 + 3) & -4; local 207 if( (m_bpp != 24 || !color) && src_pitch+32 > buffer_size ) 208 src = new uchar[src_pitch+32]; 229 m_strm.GetBytes( src, src_pitch ); 243 m_strm.GetBytes( src, src_pitch ); 331 m_strm.GetBytes( src, src_pitch ); 427 m_strm.GetBytes( src, src_pitch ); 439 m_strm.GetBytes( src, src_pitch ); 451 m_strm.GetBytes( color ? data : src, src_pitch ); 461 m_strm.GetBytes( src, src_pitch ); [all...] |
grfmt_pxm.cpp | 205 int src_pitch = (m_width*m_bpp*m_bit_depth/8 + 7)/8; local 213 if( src_pitch+32 > buffer_size ) 255 m_strm.GetBytes( src, src_pitch ); 285 m_strm.GetBytes( src, src_pitch );
|
grfmt_tiff.cpp | 566 int src_pitch = (m_width*m_bpp + 7)/8; local 572 if( src_pitch+32 > buffer_size ) 573 src = new uchar[src_pitch+32]; 596 m_strm.GetBytes( src, src_pitch );
|
/external/qemu/android/skin/ |
scaler.c | 65 int src_pitch; member in struct:__anon24761 123 op.src_pitch = src_surface->pitch;
|
surface.c | 280 int src_pitch; member in struct:__anon24762 410 blit->src_pitch = src->surface->pitch; 411 blit->src_line = (uint8_t*) src->surface->pixels + sy*blit->src_pitch; 605 int spitch = blit->src_pitch;
|
argb.h | 226 int src_pitch = op->src_pitch; local 238 src_line += (sx >> 16)*4 + (sy >> 16)*src_pitch; 266 uint8_t* s = src + (gsx >> 16)*4 + (gsy >> 16)*src_pitch; 299 src_line += (sy >> 16)*src_pitch; 322 int src_pitch = op->src_pitch; local 334 src_line += (sx >> 16)*4 + (sy >> 16)*src_pitch; 352 int off = src_pitch; 411 off += src_pitch; 461 int src_pitch = op->src_pitch; local 548 int src_pitch = op->src_pitch; local 802 int src_pitch = op->src_pitch; local [all...] |
window.c | 395 int src_pitch = disp->datasize.w*2; local 406 src_line += x*2 + y*src_pitch; 418 src_line += src_pitch; 424 src_line += y*2 + (disp_w - x - 1)*src_pitch; 433 src -= src_pitch; 442 src_line += (disp_w -1 - x)*2 + (disp_h-1-y)*src_pitch; 454 src_line -= src_pitch; 460 src_line += (disp_h-1-y)*2 + x*src_pitch; 470 src += src_pitch; 489 int src_pitch = disp->datasize.w*4 local [all...] |
/external/qemu/hw/ |
goldfish_fb.c | 244 int src_pitch; member in struct:__anon25432 293 int len = fbs->src_pitch; 435 src_line += fbs->src_pitch; 444 cpu_physical_memory_reset_dirty(dirty_base + rect->ymin * fbs->src_pitch, 445 dirty_base + (rect->ymax+1)* fbs->src_pitch, 497 fbs.src_pitch = width*s->ds->surface->pf.bytes_per_pixel;
|