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

  /external/pdfium/core/fxge/ge/
cfx_facecache.cpp 190 int dest_pitch = pGlyphBitmap->m_Bitmap.GetPitch(); local
204 pDestBuf[i * dest_pitch + n * bytes + b] = data;
208 FXSYS_memset(pDestBuf, 0, dest_pitch * bmheight);
213 FXSYS_abs(src_pitch) > dest_pitch ? dest_pitch : FXSYS_abs(src_pitch);
215 FXSYS_memcpy(pDestBuf + row * dest_pitch, pSrcBuf + row * src_pitch,
220 dest_pitch);
221 GammaAdjust(pDestBuf, bmheight, dest_pitch,
cfx_renderdevice.cpp 216 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 174 FX_STRSIZE dest_pitch = 0; local
214 dest_pitch = (BitmapWidth + 7) / 8;
243 dest_pitch = BitmapWidth;
247 dest_pitch = BitmapWidth * 3;
285 uint8_t* dest_buf = FX_Alloc2D(uint8_t, dest_pitch, BitmapHeight);
287 FX_STRSIZE dest_size = dest_pitch * BitmapHeight;
291 FXSYS_memcpy(pDest, src_buf, dest_pitch);
292 pDest += dest_pitch;
309 pDest += dest_pitch;
  /external/pdfium/core/fxge/dib/
fx_dib_convert.cpp 145 int dest_pitch,
155 uint8_t* dest_scan = dest_buf + row * dest_pitch;
169 int dest_pitch,
176 uint8_t* dest_scan = dest_buf + row * dest_pitch;
184 int dest_pitch,
217 uint8_t* dest_scan = dest_buf + row * dest_pitch;
231 int dest_pitch,
257 uint8_t* dest_scan = dest_buf + row * dest_pitch;
267 int dest_pitch,
276 uint8_t* dest_scan = dest_buf + row * dest_pitch;
851 int dest_pitch = (dest_bpp * m_Width + 31) \/ 32 * 4; local
    [all...]
fx_dib_transform.cpp 199 int dest_pitch = pTransBitmap->GetPitch(); local
206 FXSYS_memset(dest_buf, 0xff, dest_pitch * result_height);
213 dest_scan += (result_height - 1) * dest_pitch;
215 int dest_step = bYFlip ? -dest_pitch : dest_pitch;
225 int dest_step = bYFlip ? -dest_pitch : dest_pitch;
234 dest_scan += (result_height - 1) * dest_pitch;
261 dest_pitch = pTransBitmap->m_pAlphaMask->GetPitch();
263 int dest_step = bYFlip ? -dest_pitch : dest_pitch
    [all...]
fx_dib_main.cpp 1397 uint32_t dest_pitch = pFlipped->m_pAlphaMask->GetPitch(); local
    [all...]
fx_dib_composite.cpp 4969 int dest_pitch = m_pBitmap->GetPitch(); local
    [all...]
  /bionic/libc/kernel/uapi/drm/
mga_drm.h 287 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.11-4.8/sysroot/usr/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 2616 int dest_pitch = pMask->GetPitch(); local
    [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_gdipext.cpp 1505 int dest_pitch = (width * pInfo->pbmi->bmiHeader.biBitCount + 31) \/ 32 * 4; local
    [all...]

Completed in 705 milliseconds