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

/haiku/src/servers/app/
H A DDrawState.cpp57 fPenLocation(0.0f, 0.0f),
95 fPenLocation(other.fPenLocation),
228 fPenLocation = info.penLocation;
296 info.viewStateInfo.penLocation = fPenLocation;
683 fPenLocation = location;
690 return fPenLocation;
819 fPenLocation.x, fPenLocation.y, PenSize(), fPenSize);
H A DDrawState.h202 BPoint fPenLocation; member in class:DrawState
/haiku/src/tests/servers/app/painter/
H A DPainter.cpp65 fPenLocation(0.0, 0.0),
268 fPenLocation = location;
335 return StrokeLine(fPenLocation, b);
748 return DrawChar(aChar, fPenLocation);
768 return DrawString(utf8String, length, fPenLocation, delta);
799 &fPenLocation);
805 transform.Transform(&fPenLocation);
815 return DrawString(utf8String, strlen(utf8String), fPenLocation, delta);
H A DPainter.h307 BPoint fPenLocation; member in class:Painter

Completed in 27 milliseconds