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

  /external/pdfium/core/fpdfapi/render/
cpdf_imagerenderer.cpp 62 int dest_width = local
69 m_pRenderStatus, dest_width, dest_height)) {
430 int dest_width = image_rect.Width(); local
448 dest_width = -dest_width;
453 int dest_left = dest_width > 0 ? image_rect.left : image_rect.right;
457 m_pDIBSource, dest_left, dest_top, dest_width, dest_height, m_Flags,
466 m_pDIBSource, dest_left, dest_top, dest_width, dest_height,
483 m_pDIBSource->StretchTo(dest_width, dest_height, m_Flags, &dest_clip));
525 int dest_width local
    [all...]
  /external/pdfium/core/fxge/dib/
fx_dib_transform.cpp 321 int dest_width,
325 FX_RECT clip_rect(0, 0, FXSYS_abs(dest_width), FXSYS_abs(dest_height));
332 if (dest_width == m_Width && dest_height == m_Height)
336 CFX_ImageStretcher stretcher(&storer, this, dest_width, dest_height,
370 int dest_width = result_rect.Width(); local
373 result_clip = FXDIB_SwapClipBox(result_clip, dest_width, dest_height,
376 &m_Storer, m_pSrc, dest_height, dest_width, result_clip, m_Flags);
383 int dest_width = m_pMatrix->a > 0 ? (int)FXSYS_ceil(m_pMatrix->a) local
389 &m_Storer, m_pSrc, dest_width, dest_height, result_clip, m_Flags);
    [all...]
fx_dib_main.cpp 1517 int dest_width = image_rect.Width(); local
1542 int dest_width = image_rect.Width(); local
    [all...]
  /external/pdfium/core/fxge/ge/
cfx_renderdevice.cpp 765 int dest_width,
769 FX_RECT dest_rect(left, top, left + dest_width, top + dest_height);
774 return m_pDeviceDriver->StretchDIBits(pBitmap, 0, left, top, dest_width,
791 int dest_width,
794 return StretchBitMaskWithFlags(pBitmap, left, top, dest_width, dest_height,
801 int dest_width,
805 FX_RECT dest_rect(left, top, left + dest_width, top + dest_height);
808 return m_pDeviceDriver->StretchDIBits(pBitmap, argb, left, top, dest_width,
1005 int dest_width = pixel_width; local
    [all...]
  /external/pdfium/xfa/fxfa/app/
xfa_ffwidget.cpp 642 int dest_width = image_rect.Width(); local
670 dest_width = -dest_width;
676 dest_left = dest_width > 0 ? image_rect.left : image_rect.right;
680 m_pDIBSource, dest_left, dest_top, dest_width, dest_height, m_Flags,
690 dest_width, dest_height, m_FillArgb,
706 m_pDIBSource->StretchTo(dest_width, dest_height, m_Flags, &dest_clip));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 255 milliseconds