Searched refs:clippingFrame (Results 1 - 4 of 4) sorted by relevance

/haiku/src/servers/app/drawing/Painter/
H A DAGGTextRenderer.h52 const BRect& clippingFrame, bool dryRun,
59 const BRect& clippingFrame, bool dryRun,
H A DAGGTextRenderer.cpp121 StringRenderer(const IntRect& clippingFrame, bool dryRun, argument
132 fClippingFrame(clippingFrame),
379 const BPoint& baseLine, const BRect& clippingFrame, bool dryRun,
402 IntRect clippingIntFrame(clippingFrame);
420 const BPoint* offsets, const BRect& clippingFrame, bool dryRun,
441 IntRect clippingIntFrame(clippingFrame);
378 RenderString(const char* string, uint32 length, const BPoint& baseLine, const BRect& clippingFrame, bool dryRun, BPoint* nextCharPos, const escapement_delta* delta, FontCacheReference* cacheReference) argument
419 RenderString(const char* string, uint32 length, const BPoint* offsets, const BRect& clippingFrame, bool dryRun, BPoint* nextCharPos, FontCacheReference* cacheReference) argument
/haiku/src/servers/app/drawing/
H A DDrawingEngine.cpp1349 BRect clippingFrame = fPainter->ClippingRegion()->Frame(); local
1350 if (pt.x - fontSize > clippingFrame.right
1351 || pt.y + fontSize < clippingFrame.top
1352 || pt.y - fontSize > clippingFrame.bottom) {
/haiku/src/tests/servers/app/painter/
H A DPainter.cpp788 BRect clippingFrame; local
790 clippingFrame = _Transform(fClippingRegion->Frame());
797 clippingFrame,

Completed in 43 milliseconds