Searched refs:rtDocClip (Results 1 – 1 of 1) sorted by relevance
110 CFX_RectF rtDocClip = m_pRenderDevice->GetClipRect(); in DoRender() local111 if (rtDocClip.IsEmpty()) { in DoRender()112 rtDocClip.left = rtDocClip.top = 0; in DoRender()113 rtDocClip.width = (FX_FLOAT)m_pRenderDevice->GetWidth(); in DoRender()114 rtDocClip.height = (FX_FLOAT)m_pRenderDevice->GetHeight(); in DoRender()116 rm.TransformRect(rtDocClip); in DoRender()129 if (!rtDocClip.IntersectWith(rtObj)) { in DoRender()