Home
last modified time | relevance | path

Searched refs:RectI (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fxge/ge/
Dfx_ge_path.cpp11 m_Type = RectI; in CFX_ClipRgn()
18 m_Type = RectI; in CFX_ClipRgn()
32 m_Type = RectI; in Reset()
38 if (m_Type == RectI) { in IntersectRect()
54 m_Type = RectI; in IntersectMaskRect()
78 if (m_Type == RectI) { in IntersectMaskF()
86 m_Type = RectI; in IntersectMaskF()
/external/pdfium/core/include/fxge/
Dfx_ge.h103 RectI, enumerator
/external/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_driver.cpp1424 if (m_pClipRgn->GetType() == CFX_ClipRgn::RectI) { in SetPixel()
1466 if (m_pClipRgn == NULL || m_pClipRgn->GetType() == CFX_ClipRgn::RectI) { in FillRect()
/external/pdfium/core/src/fxge/dib/
Dfx_dib_composite.cpp4140 if (pClipRgn && pClipRgn->GetType() != CFX_ClipRgn::RectI) { in CompositeBitmap()
4201 if (pClipRgn && pClipRgn->GetType() != CFX_ClipRgn::RectI) { in CompositeMask()
4455 if (pClipRgn && pClipRgn->GetType() != CFX_ClipRgn::RectI) { in Compose()