Home
last modified time | relevance | path

Searched defs:fillRect (Results 1 – 25 of 932) sorted by path

12345678910>>...38

/dports/audio/carla/Carla-2.4.1/source/frontend/C++/
H A Dcarla_host.cpp1297 QRect fillRect(rack_imgL.rect().adjusted(-1,-1,1,1)); in updateStyle() local
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/contexts/
H A Djuce_GraphicsContext.cpp346 void Graphics::fillRect (Rectangle<int> r) const in fillRect() function in juce::Graphics
351 void Graphics::fillRect (Rectangle<float> r) const in fillRect() function in juce::Graphics
356 void Graphics::fillRect (int x, int y, int width, int height) const in fillRect() function in juce::Graphics
361 void Graphics::fillRect (float x, float y, float width, float height) const in fillRect() function in juce::Graphics
H A Djuce_LowLevelGraphicsPostScriptRenderer.cpp341 void LowLevelGraphicsPostScriptRenderer::fillRect (const Rectangle<int>& r, const bool /*replaceExi… in fillRect() function in juce::LowLevelGraphicsPostScriptRenderer
346 void LowLevelGraphicsPostScriptRenderer::fillRect (const Rectangle<float>& r) in fillRect() function in juce::LowLevelGraphicsPostScriptRenderer
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/native/
H A Djuce_RenderingHelpers.h2261 void fillRect (Rectangle<int> r, bool replaceContents) in fillRect() function
2281 void fillRect (Rectangle<float> r) in fillRect() function
2720 …void fillRect (const Rectangle<int>& r, bool replace) override { stack->fillRect (r,… in fillRect() function
2721 …void fillRect (const Rectangle<float>& r) override { stack->fillRect (r)… in fillRect() function
H A Djuce_win32_Direct2DGraphicsContext.cpp665 void Direct2DLowLevelGraphicsContext::fillRect (const Rectangle<int>& r, bool /*replaceExistingCont… in fillRect() function in juce::Direct2DLowLevelGraphicsContext
670 void Direct2DLowLevelGraphicsContext::fillRect (const Rectangle<float>& r) in fillRect() function in juce::Direct2DLowLevelGraphicsContext
/dports/audio/carla/Carla-2.4.1/source/theme/
H A DCarlaStyle.cpp1757 … QRect fillRect = progressBar.adjusted( indeterminate || complete || !reverse ? 1 : -1, 1, in drawControl() local
/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_gui.c821 void fillRect(uint16_t xPos, uint16_t yPos, uint16_t w, uint16_t h, uint8_t paletteIndex) in fillRect() function
/dports/audio/geonkick-lv2/geonkick-2.8.0/redkite/src/
H A DRkCairoGraphicsBackend.cpp181 void RkCairoGraphicsBackend::fillRect(const RkRect &rect, const RkColor &color) in fillRect() function in RkCairoGraphicsBackend
H A DRkPainter.cpp106 void RkPainter::fillRect(const RkRect &rect, const RkColor &color) in fillRect() function in RkPainter
H A DRkPainterImpl.cpp80 void RkPainter::RkPainterImpl::fillRect(const RkRect &rect, const RkColor &color) in fillRect() function in RkPainter::RkPainterImpl
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Web/MsHtml/
H A Dmod.rs28476 … pub unsafe fn fillRect(&self, x: f32, y: f32, w: f32, h: f32) -> ::windows::runtime::Result<()> { in fillRect() method
/dports/audio/protracker/pt2-clone-1.37/src/
H A Dpt2_visuals.c136 void fillRect(int32_t x, int32_t y, int32_t w, int32_t h, const uint32_t pixelColor) in fillRect() function
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/gui/
H A DCDIBitmap.cpp53 void CDIBitmap::fillRect(CRect r, unsigned int color) in fillRect() function in CDIBitmap
/dports/biology/jalview/jalview/src/org/jibble/epsgraphics/
H A DEpsGraphics2D.java1158 public void fillRect(int x, int y, int width, int height) in fillRect() method in EpsGraphics2D
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/gui/
H A Drs_painterqt.cpp457 void RS_PainterQt::fillRect(int x1, int y1, int w, int h, in fillRect() function in RS_PainterQt
615 void RS_PainterQt::fillRect ( const QRectF & rectangle, const RS_Color & color ) { in fillRect() function in RS_PainterQt
624 void RS_PainterQt::fillRect ( const QRectF & rectangle, const QBrush & brush ) { in fillRect() function in RS_PainterQt
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/defin/
H A DdefinFill.cpp72 void definFill::fillRect(int x1, int y1, int x2, int y2) in fillRect() function in odb::definFill
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/graphicsview/padnavigator/
H A Droundrectitem.h69 bool fillRect; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/script/context2d/
H A Dcontext2d.cpp476 void Context2D::fillRect(qreal x, qreal y, qreal w, qreal h) in fillRect() function in Context2D
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp1026 void CanvasRenderingContext2D::fillRect(float x, float y, float width, float height) in fillRect() function in WebCore::CanvasRenderingContext2D
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext.cpp609 void GraphicsContext::fillRect(const FloatRect& rect, Generator& generator) in fillRect() function in WebCore::GraphicsContext
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp665 void GraphicsContext::fillRect(const FloatRect& rect) in fillRect() function in WebCore::GraphicsContext
715 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace colorSpace) in fillRect() function in WebCore::GraphicsContext
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/gpu/
H A DGraphicsContextGPU.cpp270 void GraphicsContextGPU::fillRect(const FloatRect& rect, const Color& color, ColorSpace colorSpace) in fillRect() function in WebCore::GraphicsContextGPU
282 void GraphicsContextGPU::fillRect(const FloatRect& rect) in fillRect() function in WebCore::GraphicsContextGPU
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp155 void GraphicsContext::fillRect(const FloatRect& rect) in fillRect() function in WebCore::GraphicsContext
163 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace colorSpace) in fillRect() function in WebCore::GraphicsContext
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp666 void GraphicsContext::fillRect(const FloatRect& rect) in fillRect() function in WebCore::GraphicsContext
719 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace colorSpace) in fillRect() function in WebCore::GraphicsContext
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderBoxModelObject.cpp2117 RoundedIntRect fillRect = border; in paintBoxShadow() local

12345678910>>...38