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.cpp14 m_Box.left = m_Box.top = 0; in CFX_ClipRgn()
15 m_Box.right = width; in CFX_ClipRgn()
16 m_Box.bottom = height; in CFX_ClipRgn()
21 m_Box = rect; in CFX_ClipRgn()
26 m_Box = src.m_Box; in CFX_ClipRgn()
35 m_Box = rect; in Reset()
41 m_Box.Intersect(rect); in IntersectRect()
45 IntersectMaskRect(rect, m_Box, m_Mask); in IntersectRect()
53 m_Box = rect; in IntersectMaskRect()
54 m_Box.Intersect(mask_rect); in IntersectMaskRect()
[all …]
/external/pdfium/core/include/fxge/
Dfx_ge.h115 return m_Box; in GetBox()
130 FX_RECT m_Box; variable