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

  /external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 162 int dest_pitch = pTempBitmap->GetPitch(); local
163 FXSYS_memset8(dest_buf, pSrc->IsAlphaMask() ? 0 : 0xff, dest_pitch * result_height);
166 FX_LPBYTE dest_scan = dest_buf + dest_y * dest_pitch;
181 FX_LPBYTE dest_scan = dest_buf + dest_y * dest_pitch;
fx_win32_gdipext.cpp 1270 int dest_pitch = (width * pInfo->pbmi->bmiHeader.biBitCount + 31) \/ 32 * 4; local
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_image.cpp 117 FX_STRSIZE dest_pitch = 0, dest_size = 0, opType = -1; local
151 dest_pitch = (BitmapWidth + 7) / 8;
183 dest_pitch = BitmapWidth;
192 dest_pitch = BitmapWidth * 3;
309 dest_size = dest_pitch * BitmapHeight;
315 FXSYS_memcpy32(pDest, src_buf, dest_pitch);
316 pDest += dest_pitch;
318 pFileWrite->WriteBlock(src_buf, dest_pitch);
324 dest_size = dest_pitch * BitmapHeight;
327 dest_buf = FX_Alloc(FX_BYTE, dest_pitch);
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_convert.cpp 294 FX_BOOL _ConvertBuffer_1bppMask2Gray(FX_LPBYTE dest_buf, int dest_pitch, int width, int height,
301 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch;
313 FX_BOOL _ConvertBuffer_8bppMask2Gray(FX_LPBYTE dest_buf, int dest_pitch, int width, int height,
317 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch;
323 FX_BOOL _ConvertBuffer_1bppPlt2Gray(FX_LPBYTE dest_buf, int dest_pitch, int width, int height,
364 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch;
376 FX_BOOL _ConvertBuffer_8bppPlt2Gray(FX_LPBYTE dest_buf, int dest_pitch, int width, int height,
411 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch;
419 FX_BOOL _ConvertBuffer_RgbOrCmyk2Gray(FX_LPBYTE dest_buf, int dest_pitch, int width, int height,
427 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch;
1020 int dest_pitch = (dest_bpp * m_Width + 31) \/ 32 * 4; local
    [all...]
fx_dib_transform.cpp 77 int dest_pitch = pTransBitmap->GetPitch(); local
84 FXSYS_memset8(dest_buf, 0xff, dest_pitch * result_height);
90 dest_scan += (result_height - 1) * dest_pitch;
92 int dest_step = bYFlip ? -dest_pitch : dest_pitch;
102 int dest_step = bYFlip ? -dest_pitch : dest_pitch;
110 dest_scan += (result_height - 1) * dest_pitch;
137 dest_pitch = pTransBitmap->m_pAlphaMask->GetPitch();
139 int dest_step = bYFlip ? -dest_pitch : dest_pitch;
    [all...]
fx_dib_main.cpp 12 FX_BOOL ConvertBuffer(FXDIB_Format dest_format, FX_LPBYTE dest_buf, int dest_pitch, int width, int height,
1481 FX_DWORD dest_pitch = pFlipped->m_pAlphaMask->GetPitch(); local
    [all...]
fx_dib_composite.cpp 4538 int dest_pitch = m_pBitmap->GetPitch(); local
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 1125 int dest_pitch = pMask->GetPitch(); local
    [all...]
  /bionic/libc/kernel/uapi/drm/
mga_drm.h 285 int source_pitch, dest_pitch; member in struct:_drm_mga_blit
  /external/kernel-headers/original/uapi/drm/
mga_drm.h 398 int source_pitch, dest_pitch; member in struct:_drm_mga_blit
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 327 int dest_pitch = bitmap.GetPitch(); local
378 FX_LPBYTE dest_scan = dest_buf + dest_row * dest_pitch + (start_col << 2);
1450 int dest_pitch = pGlyphBitmap->m_Bitmap.GetPitch(); local
1500 int dest_pitch = mask.GetPitch(); local
    [all...]
  /hardware/intel/img/libdrm/shared-core/
mga_drm.h 404 int source_pitch, dest_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 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

Completed in 194 milliseconds