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

  /external/pdfium/xfa/fxfa/
cxfa_imagerenderer.cpp 62 int dest_left, dest_top; local
63 dest_left = dest_width > 0 ? image_rect.left : image_rect.right;
67 m_pDIBSource, dest_left, dest_top, dest_width, dest_height,
73 if (m_pDevice->StretchBitMaskWithFlags(m_pDIBSource, dest_left, dest_top,
  /external/pdfium/core/fpdfapi/render/
cpdf_imagerenderer.cpp 436 int dest_left = dest_width > 0 ? image_rect.left : image_rect.right; local
440 m_pDIBSource, dest_left, dest_top, dest_width, dest_height, m_Flags,
449 m_pDIBSource, dest_left, dest_top, dest_width, dest_height,

Completed in 59 milliseconds