Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_cliprgn.cpp15 : m_Type(RectI), m_Box(0, 0, width, height) {} in CFX_ClipRgn()
26 m_Type = RectI; in Reset()
32 if (m_Type == RectI) { in IntersectRect()
49 m_Type = RectI; in IntersectMaskRect()
75 if (m_Type == RectI) { in IntersectMaskF()
83 m_Type = RectI; in IntersectMaskF()
Dcfx_cliprgn.h17 enum ClipType { RectI, MaskF }; enumerator
/external/pdfium/core/fxge/dib/
Dcfx_bitmapcomposer.cpp37 if (pClipRgn && pClipRgn->GetType() != CFX_ClipRgn::RectI) in Compose()
Dcfx_dibitmap.cpp860 if (pClipRgn && pClipRgn->GetType() != CFX_ClipRgn::RectI) { in CompositeBitmap()
938 if (pClipRgn && pClipRgn->GetType() != CFX_ClipRgn::RectI) { in CompositeMask()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1264 if (driver->m_StateStack[index]->GetType() != CFX_ClipRgn::RectI) { in AggSaveCount()
1278 if (clipType != CFX_ClipRgn::RectI || !foundLast || in AggSaveCount()
1319 if (m_pDriver->m_StateStack[aggIndex]->GetType() != CFX_ClipRgn::RectI) in DebugCheckClip()
1377 : CFX_ClipRgn::RectI == clipType ? "0" : "?"); in DumpClipStacks()
1386 : CFX_ClipRgn::RectI == clipType ? "0" : "?"); in DumpClipStacks()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp1382 if (m_pClipRgn->GetType() == CFX_ClipRgn::RectI) { in SetPixel()
1418 if (!m_pClipRgn || m_pClipRgn->GetType() == CFX_ClipRgn::RectI) { in FillRectWithBlend()