Searched refs:RectI (Results 1 – 4 of 4) sorted by relevance
12 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()
82 typedef enum { RectI, MaskF } ClipType; enumerator
1546 if (m_pClipRgn->GetType() == CFX_ClipRgn::RectI) { in SetPixel()1593 if (!m_pClipRgn || m_pClipRgn->GetType() == CFX_ClipRgn::RectI) { in FillRect()
4673 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()