Home
last modified time | relevance | path

Searched refs:m_Box (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_cliprgn.cpp15 : m_Type(RectI), m_Box(0, 0, width, height) {} in CFX_ClipRgn()
19 m_Box = src.m_Box; in CFX_ClipRgn()
27 m_Box = rect; in Reset()
33 m_Box.Intersect(rect); in IntersectRect()
37 IntersectMaskRect(rect, m_Box, m_Mask); in IntersectRect()
46 m_Box = rect; in IntersectMaskRect()
47 m_Box.Intersect(mask_rect); in IntersectMaskRect()
48 if (m_Box.IsEmpty()) { in IntersectMaskRect()
52 if (m_Box == mask_rect) { in IntersectMaskRect()
58 m_Mask->Create(m_Box.Width(), m_Box.Height(), FXDIB_8bppMask); in IntersectMaskRect()
[all …]
Dcfx_cliprgn.h24 const FX_RECT& GetBox() const { return m_Box; } in GetBox()
37 FX_RECT m_Box; variable