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 182 int dest_pitch = pTempBitmap->GetPitch(); local
184 dest_pitch * result_height);
187 uint8_t* dest_scan = dest_buf + dest_y * dest_pitch;
204 uint8_t* dest_scan = dest_buf + dest_y * dest_pitch;
fx_win32_gdipext.cpp 1500 int dest_pitch = (width * pInfo->pbmi->bmiHeader.biBitCount + 31) \/ 32 * 4; local
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_image.cpp 123 FX_STRSIZE dest_pitch = 0, dest_size = 0, opType = -1; local
158 dest_pitch = (BitmapWidth + 7) / 8;
191 dest_pitch = BitmapWidth;
200 dest_pitch = BitmapWidth * 3;
322 dest_buf = FX_Alloc2D(uint8_t, dest_pitch, BitmapHeight);
324 dest_pitch * BitmapHeight; // Safe since checked alloc returned.
329 FXSYS_memcpy(pDest, src_buf, dest_pitch);
330 pDest += dest_pitch;
332 pFileWrite->WriteBlock(src_buf, dest_pitch);
338 dest_buf = FX_Alloc2D(uint8_t, dest_pitch, BitmapHeight)
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_convert.cpp 257 int dest_pitch,
267 uint8_t* dest_scan = dest_buf + row * dest_pitch;
280 int dest_pitch,
287 uint8_t* dest_scan = dest_buf + row * dest_pitch;
294 int dest_pitch,
343 uint8_t* dest_scan = dest_buf + row * dest_pitch;
356 int dest_pitch,
399 uint8_t* dest_scan = dest_buf + row * dest_pitch;
408 int dest_pitch,
421 uint8_t* dest_scan = dest_buf + row * dest_pitch;
1168 int dest_pitch = (dest_bpp * m_Width + 31) \/ 32 * 4; local
    [all...]
fx_dib_transform.cpp 194 int dest_pitch = pTransBitmap->GetPitch(); local
201 FXSYS_memset(dest_buf, 0xff, dest_pitch * result_height);
208 dest_scan += (result_height - 1) * dest_pitch;
210 int dest_step = bYFlip ? -dest_pitch : dest_pitch;
220 int dest_step = bYFlip ? -dest_pitch : dest_pitch;
229 dest_scan += (result_height - 1) * dest_pitch;
256 dest_pitch = pTransBitmap->m_pAlphaMask->GetPitch();
258 int dest_step = bYFlip ? -dest_pitch : dest_pitch
    [all...]
fx_dib_main.cpp 17 int dest_pitch,
1472 FX_DWORD dest_pitch = pFlipped->m_pAlphaMask->GetPitch(); local
    [all...]
fx_dib_composite.cpp 5122 int dest_pitch = m_pBitmap->GetPitch(); local
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 957 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/libdrm/include/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 376 int dest_pitch = bitmap.GetPitch(); local
429 dest_buf + dest_row * dest_pitch + (start_col << 2);
1606 int dest_pitch = pGlyphBitmap->m_Bitmap.GetPitch(); local
    [all...]
  /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

Completed in 1677 milliseconds