HomeSort by relevance Sort by last modified time
    Searched defs:dest_pitch (Results 1 - 12 of 12) sorted by null

  /external/pdfium/core/fxge/dib/
cfx_bitmapcomposer.cpp 132 int dest_pitch = m_pBitmap->GetPitch(); local
137 m_pBitmap->GetBuffer() + dest_x * Bpp + m_DestTop * dest_pitch;
143 dest_buf += dest_pitch * (m_DestHeight - 1);
146 int y_step = dest_pitch;
cfx_dibitmap.cpp 1191 int dest_pitch = (dest_bpp * m_Width + 31) \/ 32 * 4; local
    [all...]
cfx_dibsource.cpp 102 int dest_pitch,
112 uint8_t* dest_scan = dest_buf + row * dest_pitch;
124 int dest_pitch,
131 uint8_t* dest_scan = dest_buf + row * dest_pitch;
138 int dest_pitch,
171 uint8_t* dest_scan = dest_buf + row * dest_pitch;
183 int dest_pitch,
209 uint8_t* dest_scan = dest_buf + row * dest_pitch;
217 int dest_pitch,
226 uint8_t* dest_scan = dest_buf + row * dest_pitch;
904 uint32_t dest_pitch = pFlipped->m_pAlphaMask->GetPitch(); local
978 int dest_pitch = pTransBitmap->GetPitch(); local
    [all...]
  /external/pdfium/core/fxge/
cfx_facecache.cpp 168 int dest_pitch = pGlyphBitmap->m_pBitmap->GetPitch(); local
182 pDestBuf[i * dest_pitch + n * bytes + b] = data;
186 memset(pDestBuf, 0, dest_pitch * bmheight);
187 int rowbytes = std::min(abs(src_pitch), dest_pitch);
189 memcpy(pDestBuf + row * dest_pitch, pSrcBuf + row * src_pitch, rowbytes);
cfx_renderdevice.cpp 220 int dest_pitch = bitmap->GetPitch(); local
228 uint8_t* dest_scan = dest_buf + dest_row * dest_pitch + start_col * Bpp;
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_image.cpp 179 size_t dest_pitch = 0; local
220 dest_pitch = (BitmapWidth + 7) / 8;
249 dest_pitch = BitmapWidth;
253 dest_pitch = BitmapWidth * 3;
291 uint8_t* dest_buf = FX_Alloc2D(uint8_t, dest_pitch, BitmapHeight);
293 size_t dest_size = dest_pitch * BitmapHeight;
297 memcpy(pDest, src_buf, dest_pitch);
298 pDest += dest_pitch;
315 pDest += dest_pitch;
  /bionic/libc/kernel/uapi/drm/
mga_drm.h 234 int source_pitch, dest_pitch; member in struct:_drm_mga_blit
  /external/kernel-headers/original/uapi/drm/
mga_drm.h 402 int source_pitch, dest_pitch; member in struct:_drm_mga_blit
  /external/libdrm/include/drm/
mga_drm.h 398 int source_pitch, dest_pitch; member in struct:_drm_mga_blit
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
mga_drm.h 398 int source_pitch, dest_pitch; member in struct:_drm_mga_blit
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 2661 int dest_pitch = pMask->GetPitch(); local
    [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_gdipext.cpp 1542 int dest_pitch = (width * pInfo->pbmi->bmiHeader.biBitCount + 31) \/ 32 * 4; local
    [all...]

Completed in 264 milliseconds