Searched refs:clipBox (Results 1 – 4 of 4) sorted by relevance
452 RECT clipBox; in drawPattern() local453 int clipType = GetClipBox(hdc, &clipBox); in drawPattern()455 …trRect.intersect(FloatRect(clipBox.left, clipBox.top, clipBox.right - clipBox.left, clipBox.bottom… in drawPattern()
275 RECT clipBox; in getTransparentLayerBitmap() local276 int clipType = GetClipBox(m_dc, &clipBox); in getTransparentLayerBitmap()278 origRect.intersect(clipBox); in getTransparentLayerBitmap()
71 static IntRect clipBox(RenderBox* renderer);316 static IntRect clipBox(RenderBox* renderer) in clipBox() function367 IntRect clippingBox = clipBox(toRenderBox(compAncestor->renderer())); in updateGraphicsLayerGeometry()411 clippingBox = clipBox(toRenderBox(renderer())); in updateGraphicsLayerGeometry()
75683 (WebCore::clipBox): s/ClipRects::infiniteRect/PaintInfo::infiniteRect/120635 (WebCore::clipBox): Utility function that returns the union of the clip and overflow120637 (WebCore::RenderLayerBacking::updateGraphicsLayerGeometry): Use clipBox() to