Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dfx_ge_path.cpp13 m_Box.left = m_Box.top = 0; in CFX_ClipRgn()
14 m_Box.right = width; in CFX_ClipRgn()
15 m_Box.bottom = height; in CFX_ClipRgn()
19 m_Box = rect; in CFX_ClipRgn()
23 m_Box = src.m_Box; in CFX_ClipRgn()
29 m_Box = rect; in Reset()
34 m_Box.Intersect(rect); in IntersectRect()
38 IntersectMaskRect(rect, m_Box, m_Mask); in IntersectRect()
47 m_Box = rect; in IntersectMaskRect()
48 m_Box.Intersect(mask_rect); in IntersectMaskRect()
[all …]
/external/pdfium/core/include/fxge/
Dfx_ge.h88 const FX_RECT& GetBox() const { return m_Box; } in GetBox()
99 FX_RECT m_Box; variable