Home
last modified time | relevance | path

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

/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.cpp32 fExtendWidth(0), in RemoteDrawingEngine()
162 fExtendWidth = -(size / 2); in SetPenSize()
400 bounds.InsetBy(fExtendWidth, fExtendWidth); in DrawArc()
435 bounds.InsetBy(fExtendWidth, fExtendWidth); in DrawBezier()
467 bounds.InsetBy(fExtendWidth, fExtendWidth); in DrawEllipse()
499 clipBounds.InsetBy(fExtendWidth, fExtendWidth); in DrawPolygon()
541 bounds.InsetBy(fExtendWidth, fExtendWidth); in StrokePoint()
576 bounds.InsetBy(fExtendWidth, fExtendWidth); in StrokeRect()
620 bounds.InsetBy(fExtendWidth, fExtendWidth); in StrokeRect()
698 bounds.InsetBy(fExtendWidth, fExtendWidth); in DrawRoundRect()
[all …]
H A DRemoteDrawingEngine.h172 float fExtendWidth; variable