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

  /external/pdfium/core/fxge/ge/
cfx_cliprgn.cpp 10 : m_Type(RectI), m_Box(0, 0, width, height) {}
14 m_Box = src.m_Box;
22 m_Box = rect;
28 m_Box.Intersect(rect);
32 IntersectMaskRect(rect, m_Box, m_Mask);
42 m_Box = rect;
43 m_Box.Intersect(mask_rect);
44 if (m_Box.IsEmpty()) {
48 if (m_Box == mask_rect)
    [all...]
cfx_cliprgn.h 21 const FX_RECT& GetBox() const { return m_Box; }
32 FX_RECT m_Box;

Completed in 2929 milliseconds