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

  /external/pdfium/core/fxge/dib/
fx_dib_transform.cpp 406 m_StretchClip = clip_rect_f.GetOuterRect();
407 m_StretchClip.Intersect(0, 0, stretch_width, stretch_height);
409 &m_Storer, m_pSrc, stretch_width, stretch_height, m_StretchClip, m_Flags);
436 int stretch_width = m_StretchClip.Width();
437 int stretch_height = m_StretchClip.Height();
459 result2stretch.Translate(-m_StretchClip.left, -m_StretchClip.top);
    [all...]
  /external/pdfium/core/fxge/
fx_dib.h 651 FX_RECT m_StretchClip;

Completed in 71 milliseconds