Home
last modified time | relevance | path

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

/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.cpp497 BRect clipBounds = bounds; in DrawPolygon() local
499 clipBounds.InsetBy(fExtendWidth, fExtendWidth); in DrawPolygon()
501 if (!fClippingRegion.Intersects(clipBounds)) in DrawPolygon()
734 BRect clipBounds = bounds; in DrawShape() local
736 clipBounds.InsetBy(fExtendWidth, fExtendWidth); in DrawShape()
738 if (!fClippingRegion.Intersects(clipBounds)) in DrawShape()
781 BRect clipBounds = bounds; in DrawTriangle() local
783 clipBounds.InsetBy(fExtendWidth, fExtendWidth); in DrawTriangle()
785 if (!fClippingRegion.Intersects(clipBounds)) in DrawTriangle()