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

/haiku-fatelf/src/kits/tracker/
H A DPose.h70 bool fullDraw = true);
72 BView* drawView, bool fullDraw, BPoint offset, bool selected);
242 bool fullDraw)
244 Draw(poseRect, updateRect, view, (BView*)view, fullDraw, BPoint(0, 0),
241 Draw(BRect poseRect, const BRect& updateRect, BPoseView* view, bool fullDraw) argument
H A DPose.cpp545 BView* drawView, bool fullDraw, BPoint offset, bool selected)
548 // having edited a name or similar (with fullDraw)
549 if (!fBackgroundClean && !fullDraw) {
577 if (fullDraw)
544 Draw(BRect rect, const BRect& updateRect, BPoseView* poseView, BView* drawView, bool fullDraw, BPoint offset, bool selected) argument
H A DPoseView.h543 void DrawPose(BPose*, int32 index, bool fullDraw = true);
H A DPoseView.cpp8698 BPoseView::DrawPose(BPose* pose, int32 index, bool fullDraw) argument
8700 BRect rect = CalcPoseRect(pose, index, fullDraw);
8706 pose->Draw(rect, rect, this, fullDraw);

Completed in 71 milliseconds