Searched refs:RectI (Results 1 – 6 of 6) sorted by relevance
15 : 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()
17 enum ClipType { RectI, MaskF }; enumerator
37 if (pClipRgn && pClipRgn->GetType() != CFX_ClipRgn::RectI) in Compose()
860 if (pClipRgn && pClipRgn->GetType() != CFX_ClipRgn::RectI) { in CompositeBitmap()938 if (pClipRgn && pClipRgn->GetType() != CFX_ClipRgn::RectI) { in CompositeMask()
1264 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()
1382 if (m_pClipRgn->GetType() == CFX_ClipRgn::RectI) { in SetPixel()1418 if (!m_pClipRgn || m_pClipRgn->GetType() == CFX_ClipRgn::RectI) { in FillRectWithBlend()