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

  /external/pdfium/core/fxge/dib/
cfx_imagerenderer.cpp 46 int dest_height = image_rect.Height(); local
49 bitmap_clip = FXDIB_SwapClipBox(bitmap_clip, dest_width, dest_height,
55 &m_Composer, pSource, dest_height, dest_width, bitmap_clip,
71 int dest_height = image_rect.Height(); local
73 dest_height = -dest_height;
75 if (dest_width == 0 || dest_height == 0)
84 &m_Composer, pSource, dest_width, dest_height, bitmap_clip, dib_flags);
cfx_imagetransformer.cpp 230 int dest_height = result_rect.Height(); 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);
243 int dest_height = static_cast<int>(m_pMatrix->d > 0 ? -ceil(m_pMatrix->d) local
247 &m_Storer, m_pSrc, dest_width, dest_height, result_clip, m_Flags);
  /external/pdfium/xfa/fxfa/
cxfa_imagerenderer.cpp 38 int dest_height = image_rect.Height(); local
61 dest_height = -dest_height;
64 dest_top = dest_height > 0 ? image_rect.top : image_rect.bottom;
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 415 int dest_height = image_rect.Height(); local
434 dest_height = -dest_height;
437 int dest_top = dest_height > 0 ? image_rect.top : image_rect.bottom;
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);
509 int dest_height = local
512 int top = dest_height > 0 ? image_rect.top : image_rect.bottom;
514 pAlphaMask, left, top, dest_width, dest_height,
    [all...]

Completed in 523 milliseconds