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

  /external/pdfium/core/fpdfapi/render/
cpdf_imagerenderer.cpp 64 int dest_height = local
69 m_pRenderStatus, dest_width, dest_height)) {
431 int dest_height = image_rect.Height(); local
451 dest_height = -dest_height;
454 int dest_top = dest_height > 0 ? image_rect.top : image_rect.bottom;
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));
527 int dest_height local
    [all...]
  /external/pdfium/core/fxge/dib/
fx_dib_transform.cpp 322 int dest_height,
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,
371 int dest_height = result_rect.Height(); 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);
385 int dest_height = m_pMatrix->d > 0 ? (int)-FXSYS_ceil(m_pMatrix->d) local
389 &m_Storer, m_pSrc, dest_width, dest_height, result_clip, m_Flags);
    [all...]
fx_dib_main.cpp 1518 int dest_height = image_rect.Height(); local
1546 int dest_height = image_rect.Height(); local
    [all...]
  /external/pdfium/xfa/fxfa/app/
xfa_ffwidget.cpp 643 int dest_height = image_rect.Height(); local
673 dest_height = -dest_height;
677 dest_top = dest_height > 0 ? image_rect.top : image_rect.bottom;
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...]

Completed in 199 milliseconds