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.cpp12 m_Type = RectI; in CFX_ClipRgn()
18 m_Type = RectI; in CFX_ClipRgn()
28 m_Type = RectI; in Reset()
33 if (m_Type == RectI) { in IntersectRect()
50 m_Type = RectI; in IntersectMaskRect()
77 if (m_Type == RectI) { in IntersectMaskF()
85 m_Type = RectI; in IntersectMaskF()
/external/pdfium/core/include/fxge/
Dfx_ge.h82 typedef enum { RectI, MaskF } ClipType; enumerator
/external/pdfium/core/src/fxge/agg/src/
Dfx_agg_driver.cpp1546 if (m_pClipRgn->GetType() == CFX_ClipRgn::RectI) { in SetPixel()
1593 if (!m_pClipRgn || m_pClipRgn->GetType() == CFX_ClipRgn::RectI) { in FillRect()
/external/pdfium/core/src/fxge/dib/
Dfx_dib_composite.cpp4673 if (pClipRgn && pClipRgn->GetType() != CFX_ClipRgn::RectI) { in CompositeBitmap()
4751 if (pClipRgn && pClipRgn->GetType() != CFX_ClipRgn::RectI) { in CompositeMask()
5030 if (pClipRgn && pClipRgn->GetType() != CFX_ClipRgn::RectI) { in Compose()