Home
last modified time | relevance | path

Searched defs:fillRect (Results 26 – 50 of 932) sorted by relevance

12345678910>>...38

/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpainter.h730 inline void QPainter::fillRect(int x, int y, int w, int h, const QBrush &b) in fillRect() function
735 inline void QPainter::fillRect(int x, int y, int w, int h, const QColor &b) in fillRect() function
740 inline void QPainter::fillRect(int x, int y, int w, int h, Qt::GlobalColor c) in fillRect() function
745 inline void QPainter::fillRect(const QRect &r, Qt::GlobalColor c) in fillRect() function
750 inline void QPainter::fillRect(const QRectF &r, Qt::GlobalColor c) in fillRect() function
755 inline void QPainter::fillRect(int x, int y, int w, int h, Qt::BrushStyle style) in fillRect() function
760 inline void QPainter::fillRect(const QRect &r, Qt::BrushStyle style) in fillRect() function
765 inline void QPainter::fillRect(const QRectF &r, Qt::BrushStyle style) in fillRect() function
770 inline void QPainter::fillRect(int x, int y, int w, int h, QGradient::Preset p) in fillRect() function
775 inline void QPainter::fillRect(const QRect &r, QGradient::Preset p) in fillRect() function
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpainter.h730 inline void QPainter::fillRect(int x, int y, int w, int h, const QBrush &b) in fillRect() function
735 inline void QPainter::fillRect(int x, int y, int w, int h, const QColor &b) in fillRect() function
740 inline void QPainter::fillRect(int x, int y, int w, int h, Qt::GlobalColor c) in fillRect() function
745 inline void QPainter::fillRect(const QRect &r, Qt::GlobalColor c) in fillRect() function
750 inline void QPainter::fillRect(const QRectF &r, Qt::GlobalColor c) in fillRect() function
755 inline void QPainter::fillRect(int x, int y, int w, int h, Qt::BrushStyle style) in fillRect() function
760 inline void QPainter::fillRect(const QRect &r, Qt::BrushStyle style) in fillRect() function
765 inline void QPainter::fillRect(const QRectF &r, Qt::BrushStyle style) in fillRect() function
770 inline void QPainter::fillRect(int x, int y, int w, int h, QGradient::Preset p) in fillRect() function
775 inline void QPainter::fillRect(const QRect &r, QGradient::Preset p) in fillRect() function
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpainter.h730 inline void QPainter::fillRect(int x, int y, int w, int h, const QBrush &b) in fillRect() function
735 inline void QPainter::fillRect(int x, int y, int w, int h, const QColor &b) in fillRect() function
740 inline void QPainter::fillRect(int x, int y, int w, int h, Qt::GlobalColor c) in fillRect() function
745 inline void QPainter::fillRect(const QRect &r, Qt::GlobalColor c) in fillRect() function
750 inline void QPainter::fillRect(const QRectF &r, Qt::GlobalColor c) in fillRect() function
755 inline void QPainter::fillRect(int x, int y, int w, int h, Qt::BrushStyle style) in fillRect() function
760 inline void QPainter::fillRect(const QRect &r, Qt::BrushStyle style) in fillRect() function
765 inline void QPainter::fillRect(const QRectF &r, Qt::BrushStyle style) in fillRect() function
770 inline void QPainter::fillRect(int x, int y, int w, int h, QGradient::Preset p) in fillRect() function
775 inline void QPainter::fillRect(const QRect &r, QGradient::Preset p) in fillRect() function
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpainter.h730 inline void QPainter::fillRect(int x, int y, int w, int h, const QBrush &b) in fillRect() function
735 inline void QPainter::fillRect(int x, int y, int w, int h, const QColor &b) in fillRect() function
740 inline void QPainter::fillRect(int x, int y, int w, int h, Qt::GlobalColor c) in fillRect() function
745 inline void QPainter::fillRect(const QRect &r, Qt::GlobalColor c) in fillRect() function
750 inline void QPainter::fillRect(const QRectF &r, Qt::GlobalColor c) in fillRect() function
755 inline void QPainter::fillRect(int x, int y, int w, int h, Qt::BrushStyle style) in fillRect() function
760 inline void QPainter::fillRect(const QRect &r, Qt::BrushStyle style) in fillRect() function
765 inline void QPainter::fillRect(const QRectF &r, Qt::BrushStyle style) in fillRect() function
770 inline void QPainter::fillRect(int x, int y, int w, int h, QGradient::Preset p) in fillRect() function
775 inline void QPainter::fillRect(const QRect &r, QGradient::Preset p) in fillRect() function
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpainter.h730 inline void QPainter::fillRect(int x, int y, int w, int h, const QBrush &b) in fillRect() function
735 inline void QPainter::fillRect(int x, int y, int w, int h, const QColor &b) in fillRect() function
740 inline void QPainter::fillRect(int x, int y, int w, int h, Qt::GlobalColor c) in fillRect() function
745 inline void QPainter::fillRect(const QRect &r, Qt::GlobalColor c) in fillRect() function
750 inline void QPainter::fillRect(const QRectF &r, Qt::GlobalColor c) in fillRect() function
755 inline void QPainter::fillRect(int x, int y, int w, int h, Qt::BrushStyle style) in fillRect() function
760 inline void QPainter::fillRect(const QRect &r, Qt::BrushStyle style) in fillRect() function
765 inline void QPainter::fillRect(const QRectF &r, Qt::BrushStyle style) in fillRect() function
770 inline void QPainter::fillRect(int x, int y, int w, int h, QGradient::Preset p) in fillRect() function
775 inline void QPainter::fillRect(const QRect &r, QGradient::Preset p) in fillRect() function
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/saga2/
H A Dvwdraw.cpp37 void gDisplayPort::fillRect(const Rect16 r) { in fillRect() function in Saga2::gDisplayPort
398 void vDisplayPage::fillRect(Rect16 r, uint8 color) { in fillRect() function in Saga2::vDisplayPage
/dports/graphics/krita/krita-4.4.8/libs/ui/tests/
H A Dkis_animation_exporter_test.cpp39 QRect fillRect(10,0,502,512); in testAnimationExport() local
/dports/graphics/kipi-plugins/kipi-plugins-21.12.3/printimages/tools/
H A Dtemplateicon.cpp88 void TemplateIcon::fillRect( int x, int y, int w, int h, const QColor& color ) in fillRect() function in KIPIPrintImagesPlugin::TemplateIcon
/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/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/valgrind/
H A Dcallgrindtextmark.cpp68 QRect fillRect = paintRect; in paintIcon() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/
H A Dskia_benchmarking_extension_unittest.cc48 SkRect fillRect = SkRect::MakeXYWH(SkIntToScalar(25), SkIntToScalar(25), in TEST() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/renderer/
H A Dskia_benchmarking_extension_unittest.cc48 SkRect fillRect = SkRect::MakeXYWH(SkIntToScalar(25), SkIntToScalar(25), in TEST() local
/dports/editors/abiword/abiword-3.0.5/src/af/gr/xp/
H A Dgr_CairoNullGraphics.cpp106 void CairoNull_Graphics::fillRect(const UT_RGBColor&, UT_sint32, UT_sint32, UT_sint32, in fillRect() function in CairoNull_Graphics
202 void CairoNull_Graphics::fillRect(GR_Color3D /*c*/, UT_sint32 /*x*/, UT_sint32 /*y*/, UT_sint32 /*w… in fillRect() function in CairoNull_Graphics
206 void CairoNull_Graphics::fillRect(GR_Color3D /*c*/, UT_Rect & /*r*/) in fillRect() function in CairoNull_Graphics
/dports/textproc/kdiff3/kdiff3-1.9.4/src/
H A DRLPainter.h38 void fillRect(int x, int y, int w, int h, const QBrush& b) in fillRect() function
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/sdl/
H A Dsdl2_gui_common.cpp40 SDL_Rect fillRect = { x, y, w, h }; in renderPanel() local
/dports/lang/ghc/ghc-8.10.7/libraries/Win32/Graphics/Win32/GDI/
H A DGraphics2D.hs109 fillRect dc rect brush = function
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/printcreator/tools/
H A Dtemplateicon.cpp119 void TemplateIcon::fillRect( int x, int y, int w, int h, const QColor& color ) in fillRect() function in DigikamGenericPrintCreatorPlugin::TemplateIcon
/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/net/tigervnc-server/tigervnc-1.12.0/java/com/tigervnc/rfb/
H A DModifiablePixelBuffer.java65 public void fillRect(Rect r, byte[] pix) in fillRect() method in ModifiablePixelBuffer
220 public void fillRect(PixelFormat pf, Rect dest, byte[] pix) in fillRect() method in ModifiablePixelBuffer
/dports/net/tigervnc-viewer/tigervnc-1.12.0/java/com/tigervnc/rfb/
H A DModifiablePixelBuffer.java65 public void fillRect(Rect r, byte[] pix) in fillRect() method in ModifiablePixelBuffer
220 public void fillRect(PixelFormat pf, Rect dest, byte[] pix) in fillRect() method in ModifiablePixelBuffer
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/awt/peer/x/
H A DGLGraphics.java106 public void fillRect(int x, int y, int w, int h) in fillRect() method in GLGraphics
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/awt/peer/x/
H A DGLGraphics.java106 public void fillRect(int x, int y, int w, int h) in fillRect() method in GLGraphics
/dports/graphics/krita/krita-4.4.8/libs/image/tests/
H A Dkis_colorize_mask_test.cpp89 QRect fillRect; member
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/awt/peer/x/
H A DGLGraphics.java106 public void fillRect(int x, int y, int w, int h) in fillRect() method in GLGraphics
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/awt/peer/x/
H A DGLGraphics.java106 public void fillRect(int x, int y, int w, int h) in fillRect() method in GLGraphics

12345678910>>...38