Home
last modified time | relevance | path

Searched refs:overlayBounds (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/pikopixel/PikoPixel.Sources.1.0-b10/PikoPixel/
H A DPPCanvasView_EraserToolOverlay.m88 NSRect overlayBounds, visibleClippingBounds;
117 overlayBounds = NSZeroRect;
123 overlayBounds = [_eraserToolOverlayPath_Outline bounds];
126 _eraserToolOverlayDisplayBounds = PPGeometry_PixelBoundsCoveredByRect(overlayBounds);
H A DPPCanvasView_FillToolOverlay.m122 NSRect overlayBounds, visibleClippingBounds;
158 overlayBounds = NSZeroRect;
165 overlayBounds = [_fillToolOverlayPath_Fill bounds];
168 _fillToolOverlayDisplayBounds = PPGeometry_PixelBoundsCoveredByRect(overlayBounds);
H A DPPCanvasView_SelectionToolOverlay.m237 NSRect overlayBounds;
329 overlayBounds = NSZeroRect;
335 overlayBounds = [_selectionToolOverlayPath_AddFill bounds];
342 overlayBounds = NSUnionRect(overlayBounds,
351 _selectionToolOverlayDisplayBounds = PPGeometry_PixelBoundsCoveredByRect(overlayBounds);
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_utils/native/
H A Djuce_android_BluetoothMidiDevicePairingDialogue.cpp434 Rectangle<int> overlayBounds = getOverlayBounds(); in paint() local
435 g.fillRect (overlayBounds); in paint()
440 overlayBounds.removeFromTop (20).reduced (3, 3), in paint()
443 overlayBounds.removeFromTop (2); in paint()
447 overlayBounds.removeFromTop (18).reduced (3, 3), in paint()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/UI/
H A DSavedataScreen.cpp341 Bounds overlayBounds = bounds_;
349 overlayBounds.y += txOffset * 2;
H A DMainScreen.cpp271 Bounds overlayBounds = bounds_; in Draw() local
287 overlayBounds.y += txOffset * 2; in Draw()
409 dc.FillRect(Drawable(overlayColor), overlayBounds); in Draw()
/dports/emulators/ppsspp/ppsspp-1.12.3/UI/
H A DSavedataScreen.cpp341 Bounds overlayBounds = bounds_; in Draw() local
349 overlayBounds.y += txOffset * 2; in Draw()
H A DMainScreen.cpp271 Bounds overlayBounds = bounds_; in Draw() local
287 overlayBounds.y += txOffset * 2; in Draw()
409 dc.FillRect(Drawable(overlayColor), overlayBounds); in Draw()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/UI/
H A DSavedataScreen.cpp341 Bounds overlayBounds = bounds_; in Draw() local
349 overlayBounds.y += txOffset * 2; in Draw()
H A DMainScreen.cpp271 Bounds overlayBounds = bounds_; in Draw() local
287 overlayBounds.y += txOffset * 2; in Draw()
409 dc.FillRect(Drawable(overlayColor), overlayBounds); in Draw()