HomeSort by relevance Sort by last modified time
    Searched defs:src_pitch (Results 1 - 25 of 27) sorted by null

1 2

  /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/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 125 FX_DWORD src_pitch = pSrcBitmap->GetPitch(); local
173 if (!((src_buf + src_pitch * src_y)[src_x / 8] & (1 << (7 - src_x % 8)))) {
188 if ((src_buf + src_pitch * src_y)[src_x / 8] & (1 << (7 - src_x % 8))) {
  /external/qemu/android/skin/
scaler.c 65 int src_pitch; member in struct:__anon32911
123 op.src_pitch = src_surface->pitch;
surface.c 280 int src_pitch; member in struct:__anon32912
410 blit->src_pitch = src->surface->pitch;
411 blit->src_line = (uint8_t*) src->surface->pixels + sy*blit->src_pitch;
601 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/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_image.cpp 108 FX_INT32 src_pitch = pBitmap->GetPitch(); local
285 src_offset = row * src_pitch;
320 src_buf += src_pitch;
333 src_offset = row * src_pitch;
  /external/pdfium/core/src/fxge/ge/
fx_ge_ps.cpp 425 int src_pitch = width * Bpp; local
426 output_size = height * src_pitch;
437 FX_LPBYTE dest_scan = output_buf + row * src_pitch;
446 FXSYS_memcpy32(dest_scan, src_scan, src_pitch);
fx_ge_text.cpp 359 int src_pitch = pGlyph->GetPitch(); local
377 FX_LPBYTE src_scan = src_buf + row * src_pitch + (start_col - left) * 3;
1451 int src_pitch = FXFT_Get_Bitmap_Pitch(FXFT_Get_Glyph_Bitmap(m_Face)); local
1496 int src_pitch = FXFT_Get_Bitmap_Pitch(FXFT_Get_Glyph_Bitmap(face)); local
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_transform.cpp 76 int src_pitch = m_Pitch; local
136 src_pitch = m_pAlphaMask->m_Pitch;
    [all...]
fx_dib_main.cpp 451 int src_pitch = pMask->GetPitch(); local
    [all...]
  /external/qemu/hw/android/goldfish/
fb.c 246 int src_pitch; member in struct:__anon33369
295 int len = fbs->src_pitch;
437 src_line += fbs->src_pitch;
446 cpu_physical_memory_reset_dirty(dirty_base + rect->ymin * fbs->src_pitch,
447 dirty_base + (rect->ymax+1)* fbs->src_pitch,
499 fbs.src_pitch = width*s->ds->surface->pf.bytes_per_pixel;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 990 int src_pitch = src_width * m_Bpp; local
1127 int src_pitch = bitmap.GetPitch(); local
    [all...]
fpdf_render_loadimage.cpp 178 FX_DWORD src_pitch = m_bpc; local
180 if (src_pitch > 0 && m_nComponents > (unsigned)INT_MAX / src_pitch) {
183 src_pitch *= m_nComponents;
184 if (src_pitch > 0 && (FX_DWORD)m_Width > (unsigned)INT_MAX / src_pitch) {
187 src_pitch *= m_Width;
188 if (src_pitch + 7 < src_pitch) {
191 src_pitch += 7;
333 FX_DWORD src_pitch = m_bpc; local
1067 FX_DWORD src_pitch = (m_Width * m_bpc * m_nComponents + 7) \/ 8; local
1196 FX_DWORD src_pitch = (src_width * m_bpc * m_nComponents + 7) \/ 8; local
    [all...]
  /bionic/libc/kernel/uapi/drm/
mga_drm.h 280 int src_pitch, dst_pitch; member in struct:_drm_mga_blit
  /external/kernel-headers/original/uapi/drm/
mga_drm.h 394 int src_pitch, dst_pitch; member in struct:_drm_mga_blit
  /hardware/intel/img/libdrm/shared-core/
mga_drm.h 400 int src_pitch, dst_pitch; member in struct:_drm_mga_blit
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/
mga_drm.h 394 int src_pitch, dst_pitch; member in struct:_drm_mga_blit

Completed in 542 milliseconds

1 2