Searched refs:DrawAfterChildren (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/src/preferences/printers/
H A DTestPageView.h21 void DrawAfterChildren(BRect rect);
H A DTestPageView.cpp312 TestPageView::DrawAfterChildren(BRect updateRect) function in class:TestPageView
/haiku-fatelf/src/tests/servers/app/draw_after_children/
H A DDrawAfterChildren.cpp12 * The hook function DrawAfterChildren is not called at all if the
16 executed in Draw() AND DrawAfterChildren() will paint on top of children.
25 called. So while DrawAfterChildren() may be called after the Draw() hooks
34 * Both Draw() and DrawAfterChildren() appear to push their own graphics
44 and those from DrawAfterChildren()
46 * The DrawAfterChildren() hook is called after the children have drawn,
63 virtual void DrawAfterChildren(BRect updateRect);
95 TestView::DrawAfterChildren(BRect updateRect) function in class:TestView
97 printf("DrawAfterChildren(BRect(%.1f, %.1f, %.1f, %.1f))\n",
149 BApplication app("application/x-vnd.Haiku-DrawAfterChildren");
[all...]
/haiku-fatelf/headers/os/interface/
H A DSplitView.h66 virtual void DrawAfterChildren(BRect updateRect);
H A DView.h528 virtual void DrawAfterChildren(BRect r);
/haiku-fatelf/src/kits/interface/
H A DSplitView.cpp254 BSplitView::DrawAfterChildren(BRect r) function in class:BSplitView
256 return BView::DrawAfterChildren(r);
H A DPrintJob.cpp568 view->DrawAfterChildren(rect);
H A DView.cpp1194 BView::DrawAfterChildren(BRect r) function in class:BView
1197 STRACE(("\tHOOK: BView(%s)::DrawAfterChildren()\n", Name()));
5529 DrawAfterChildren(updateRect);
5741 view->BView::DrawAfterChildren(rect);
/haiku-fatelf/src/kits/tracker/
H A DPoseView.h166 virtual void DrawAfterChildren(BRect update_rect);
H A DPoseView.cpp8770 DrawAfterChildren(updateRect);
8775 BPoseView::DrawAfterChildren(BRect updateRect) function in class:BPoseView

Completed in 174 milliseconds