Searched refs:GetDrawingEngine (Results 1 - 22 of 22) sorted by relevance

/haiku/src/servers/app/
H A DOffscreenWindow.cpp34 if (!fHWInterface.IsSet() || !GetDrawingEngine())
38 GetDrawingEngine()->SetHWInterface(fHWInterface.Get());
50 if (GetDrawingEngine())
51 GetDrawingEngine()->SetHWInterface(NULL);
H A DServerPicture.cpp224 fCanvas->GetDrawingEngine()->FillShape(frame, opCount, opList,
227 fCanvas->GetDrawingEngine()->DrawShape(frame, opCount, opList,
288 canvas->GetDrawingEngine()->StrokeLine(start, end);
305 canvas->GetDrawingEngine()->FillRect(rect);
307 canvas->GetDrawingEngine()->StrokeRect(rect);
320 canvas->GetDrawingEngine()->DrawRoundRect(rect, radii.x * scale,
337 canvas->GetDrawingEngine()->DrawBezier(points, fill);
350 canvas->GetDrawingEngine()->DrawArc(rect, startTheta, arcTheta, fill);
361 canvas->GetDrawingEngine()->DrawEllipse(rect, fill);
383 canvas->GetDrawingEngine()
[all...]
H A DCanvas.h75 virtual DrawingEngine* GetDrawingEngine() const = 0;
99 virtual DrawingEngine* GetDrawingEngine() const { return fDrawingEngine; } function in class:OffscreenCanvas
H A DScreen.h53 inline DrawingEngine* GetDrawingEngine() const function in class:Screen
H A DLayer.cpp29 virtual DrawingEngine* GetDrawingEngine() const function in class:LayerCanvas
H A DCanvas.cpp267 GetDrawingEngine()->DrawBitmap(layerBitmap, layerBitmap->Bounds(),
H A DServerWindow.cpp1304 fWindow->GetDrawingEngine()->SetFont(
1523 fWindow->GetDrawingEngine()->SetStrokeMode(info.lineCap,
1552 fWindow->GetDrawingEngine()->SetFillRule(fillRule);
1736 fWindow->GetDrawingEngine()->SetPenSize(
1793 fWindow->GetDrawingEngine()->SetHighColor(color);
1814 fWindow->GetDrawingEngine()->SetHighColor(color);
1835 fWindow->GetDrawingEngine()->SetLowColor(color);
1932 fWindow->GetDrawingEngine()->SetLowColor(color);
1959 fWindow->GetDrawingEngine()->SetPattern(pat);
1974 fWindow->GetDrawingEngine()
[all...]
H A DVirtualScreen.cpp152 fDrawingEngine = screen->GetDrawingEngine();
H A DView.h82 DrawingEngine* GetDrawingEngine() const;
H A DDesktop.h141 DrawingEngine* GetDrawingEngine() const function in class:Desktop
H A DWindow.h174 DrawingEngine* GetDrawingEngine() const function in class:Window
H A DWindow.cpp184 if (GetDrawingEngine() == NULL
1814 DrawingEngine* engine = decorator->GetDrawingEngine();
1964 fTopView->Draw(GetDrawingEngine(), dirty, &fContentRegion, true);
2140 decorator->SetDrawingEngine(remainingTop->GetDrawingEngine());
2252 decorator->SetDrawingEngine(GetDrawingEngine());
H A DDesktop.cpp1517 if (GetDrawingEngine()->LockParallelAccess()) {
1518 GetDrawingEngine()->CopyRegion(&copyRegion, (int32)x, (int32)y);
1519 GetDrawingEngine()->UnlockParallelAccess();
3495 if (GetDrawingEngine()->LockParallelAccess()) {
3496 GetDrawingEngine()->FillRegion(dirtyBackground,
3499 GetDrawingEngine()->UnlockParallelAccess();
3904 if (GetDrawingEngine()->LockParallelAccess()) {
3905 GetDrawingEngine()->FillRegion(dirty, (rgb_color){255, 0, 0});
3906 GetDrawingEngine()->UnlockParallelAccess();
H A DView.cpp208 View::GetDrawingEngine() const function in class:View
210 return Window()->GetDrawingEngine();
H A DServerApp.cpp3434 if (fDesktop->GetDrawingEngine()->LockExclusiveAccess()) {
3435 success = fDesktop->GetDrawingEngine()->ReadBitmap(bitmap,
3437 fDesktop->GetDrawingEngine()->UnlockExclusiveAccess();
/haiku/src/tests/servers/app/newerClipping/
H A DDesktop.h94 DrawingEngine* GetDrawingEngine() const function in class:Desktop
H A DWindowLayer.h97 DrawingEngine* GetDrawingEngine() const function in class:WindowLayer
H A Dmain.cpp367 fDesktop->GetDrawingEngine(),
/haiku/src/servers/app/decorator/
H A DDecorManager.cpp143 window->GetDrawingEngine(), window->Frame(), window->Title(),
151 window->GetDrawingEngine(), window->Frame(), window->Title(),
H A DDecorator.h127 inline DrawingEngine* GetDrawingEngine() const function in class:Decorator
H A DDefaultWindowBehaviour.cpp536 DrawingEngine* engine = decorator->GetDrawingEngine();
585 DrawingEngine* engine = decorator->GetDrawingEngine();
/haiku/src/servers/app/drawing/
H A DAlphaMask.cpp565 canvas->GetDrawingEngine()->DrawShape(fBounds,

Completed in 298 milliseconds