Searched refs:drawView (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/tracker/
H A DTextWidget.cpp612 BView* drawView, bool selected, uint32 clipboardMode, BPoint offset,
628 drawView->SetDrawingMode(B_OP_COPY);
629 drawView->FillRect(textRect, B_SOLID_LOW);
631 drawView->SetDrawingMode(B_OP_OVER);
638 drawView->SetDrawingMode(B_OP_ALPHA);
639 drawView->SetBlendingMode(B_PIXEL_ALPHA, B_ALPHA_OVERLAY);
642 drawView->SetHighColor(highColor);
644 drawView->SetHighColor(view->BackColor(true)); // inverse
646 drawView->SetHighColor(view->TextColor());
654 // TODO: Comparing view and drawView her
611 Draw(BRect eraseRect, BRect textRect, float, BPoseView* view, BView* drawView, bool selected, uint32 clipboardMode, BPoint offset, bool direct) argument
[all...]
H A DPose.cpp555 BView* drawView, bool fullDraw, BPoint offset, bool selected)
566 bool direct = (drawView == poseView);
578 DrawIcon(iconRect.LeftTop(), drawView, poseView->IconSize(),
610 drawView->PushState();
611 drawView->SetLowColor(poseView->BackColor(true));
614 drawView->SetLowColor(poseView->TextColor(true)); // inverse
615 drawView->FillRect(widgetTextRect.OffsetByCopy(offset), B_SOLID_LOW);
620 column->Width(), poseView, drawView, selected,
624 column->Width(), poseView, drawView, false,
630 drawView
554 Draw(BRect rect, const BRect& updateRect, BPoseView* poseView, BView* drawView, bool fullDraw, BPoint offset, bool selected) argument
[all...]
H A DTextWidget.h65 BView* drawView, bool selected, uint32 clipboardMode, BPoint offset,
H A DPose.h72 BView* drawView, bool fullDraw, BPoint offset, bool selected);
/haiku/src/tests/servers/app/newerClipping/
H A DDesktop.h37 Desktop(DrawView* drawView,
H A DDesktop.cpp17 Desktop::Desktop(DrawView* drawView, DrawingEngine* engine) argument
33 fDrawView(drawView),

Completed in 44 milliseconds