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

  /external/pdfium/xfa/fxfa/
cxfa_imagerenderer.cpp 62 int dest_left, dest_top; local
64 dest_top = dest_height > 0 ? image_rect.top : image_rect.bottom;
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 437 int dest_top = dest_height > 0 ? image_rect.top : image_rect.bottom; 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 94 milliseconds