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

  /external/pdfium/core/fxge/dib/
cfx_imagerenderer.cpp 45 int dest_width = image_rect.Width(); local
49 bitmap_clip = FXDIB_SwapClipBox(bitmap_clip, dest_width, dest_height,
55 &m_Composer, pSource, dest_height, dest_width, bitmap_clip,
67 int dest_width = image_rect.Width(); local
69 dest_width = -dest_width;
75 if (dest_width == 0 || dest_height == 0)
84 &m_Composer, pSource, dest_width, dest_height, bitmap_clip, dib_flags);
cfx_imagetransformer.cpp 229 int dest_width = result_rect.Width(); local
232 result_clip = FXDIB_SwapClipBox(result_clip, dest_width, dest_height,
235 &m_Storer, m_pSrc, dest_height, dest_width, result_clip, m_Flags);
241 int dest_width = static_cast<int>(m_pMatrix->a > 0 ? ceil(m_pMatrix->a) local
247 &m_Storer, m_pSrc, dest_width, dest_height, result_clip, m_Flags);
  /external/pdfium/xfa/fxfa/
cxfa_imagerenderer.cpp 37 int dest_width = image_rect.Width(); local
59 dest_width = -dest_width;
63 dest_left = dest_width > 0 ? image_rect.left : image_rect.right;
67 m_pDIBSource, dest_left, dest_top, dest_width, dest_height,
74 dest_width, dest_height, 0,
87 dest_width, dest_height, FXDIB_INTERPOL, &dest_clip);
  /external/pdfium/core/fpdfapi/render/
cpdf_imagerenderer.cpp 414 int dest_width = image_rect.Width(); local
431 dest_width = -dest_width;
436 int dest_left = dest_width > 0 ? image_rect.left : image_rect.right;
440 m_pDIBSource, dest_left, dest_top, dest_width, dest_height, m_Flags,
449 m_pDIBSource, dest_left, dest_top, dest_width, dest_height,
466 m_pDIBSource->StretchTo(dest_width, dest_height, m_Flags, &dest_clip);
507 int dest_width = local
511 int left = dest_width > 0 ? image_rect.left : image_rect.right;
514 pAlphaMask, left, top, dest_width, dest_height
    [all...]
  /external/pdfium/core/fxge/
cfx_renderdevice.cpp 787 int dest_width,
791 FX_RECT dest_rect(left, top, left + dest_width, top + dest_height);
795 pBitmap, 0, left, top, dest_width,
811 int dest_width,
814 return StretchBitMaskWithFlags(pBitmap, left, top, dest_width, dest_height,
822 int dest_width,
826 FX_RECT dest_rect(left, top, left + dest_width, top + dest_height);
829 return m_pDeviceDriver->StretchDIBits(pBitmap, argb, left, top, dest_width,
1025 int dest_width = pixel_width; local
    [all...]

Completed in 393 milliseconds