Home
last modified time | relevance | path

Searched refs:fillBrush (Results 1 – 25 of 125) sorted by relevance

12345

/dports/print/scribus-devel/scribus-1.5.7/scribus/imagedataloaders/
H A Dscimgdataloader_pict.cpp820 QBrush fillBrush; in handlePolygon() local
822 fillBrush = setFillPattern(); in handlePolygon()
824 fillBrush = QBrush(m_foreColor); in handlePolygon()
848 QBrush fillBrush; in handleShape() local
850 fillBrush = setFillPattern(); in handleShape()
852 fillBrush = QBrush(m_foreColor); in handleShape()
938 QBrush fillBrush; in handleSameShape() local
940 fillBrush = setFillPattern(); in handleSameShape()
942 fillBrush = QBrush(m_foreColor); in handleSameShape()
1191 QBrush fillBrush; in createTextPath() local
[all …]
/dports/x11-toolkits/kproperty/kproperty-3.2.0/src/editors/
H A DKPropertyStringEditor.cpp124 QBrush fillBrush; in paint() local
128 fillBrush = option.palette.highlight(); in paint()
130 fillBrush = option.palette.window(); in paint()
132 painter->fillRect(option.rect, fillBrush); in paint()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/platform/win32/direct2d/
H A Dd2ddrawcontext.cpp104 , fillBrush (nullptr) in D2DDrawContext()
117 , fillBrush (nullptr) in D2DDrawContext()
168 if (fillBrush) in releaseRenderTarget()
170 fillBrush->Release (); in releaseRenderTarget()
171 fillBrush = nullptr; in releaseRenderTarget()
562 renderTarget->FillRectangle (makeD2DRect (rect), fillBrush); in drawRect()
611 renderTarget->FillEllipse (ellipse, fillBrush); in drawEllipse()
750 if (fillBrush) in setFillColorInternal()
752 fillBrush->Release (); in setFillColorInternal()
753 fillBrush = nullptr; in setFillColorInternal()
[all …]
H A Dd2ddrawcontext.h31 ID2D1SolidColorBrush* getFillBrush () const { return fillBrush; } in getFillBrush()
101 ID2D1SolidColorBrush* fillBrush; variable
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/platform/win32/direct2d/
H A Dd2ddrawcontext.cpp97 , fillBrush (nullptr) in D2DDrawContext()
110 , fillBrush (nullptr) in D2DDrawContext()
161 if (fillBrush) in releaseRenderTarget()
163 fillBrush->Release (); in releaseRenderTarget()
164 fillBrush = nullptr; in releaseRenderTarget()
555 renderTarget->FillRectangle (makeD2DRect (rect), fillBrush); in drawRect()
604 renderTarget->FillEllipse (ellipse, fillBrush); in drawEllipse()
743 if (fillBrush) in setFillColorInternal()
745 fillBrush->Release (); in setFillColorInternal()
746 fillBrush = nullptr; in setFillColorInternal()
[all …]
H A Dd2ddrawcontext.h29 ID2D1SolidColorBrush* getFillBrush () const { return fillBrush; } in getFillBrush()
99 ID2D1SolidColorBrush* fillBrush; variable
/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/src/
H A Dqwt_thermo.h82 Q_PROPERTY( QBrush fillBrush READ fillBrush WRITE setFillBrush )
122 const QBrush &fillBrush() const;
H A Dqwt_thermo.cpp26 fillBrush(Qt::black), in PrivateData()
44 QBrush fillBrush; member in QwtThermo::PrivateData
650 painter->fillRect(fRect, d_data->fillBrush); in drawThermo()
715 d_data->fillBrush = brush; in setFillBrush()
723 const QBrush& QwtThermo::fillBrush() const in fillBrush() function in QwtThermo
725 return d_data->fillBrush; in fillBrush()
735 d_data->fillBrush.setColor(c); in setFillColor()
745 return d_data->fillBrush.color(); in fillColor()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwt/src/
H A Dqwt_thermo.h82 Q_PROPERTY( QBrush fillBrush READ fillBrush WRITE setFillBrush )
122 const QBrush &fillBrush() const;
H A Dqwt_thermo.cpp26 fillBrush(Qt::black), in PrivateData()
44 QBrush fillBrush; member in QwtThermo::PrivateData
649 painter->fillRect(fRect, d_data->fillBrush); in drawThermo()
714 d_data->fillBrush = brush; in setFillBrush()
722 const QBrush& QwtThermo::fillBrush() const in fillBrush() function in QwtThermo
724 return d_data->fillBrush; in fillBrush()
734 d_data->fillBrush.setColor(c); in setFillColor()
744 return d_data->fillBrush.color(); in fillColor()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Framework/src/win32/
H A DPropertyGrid.cpp102 …auto fillBrush = GetSysColorBrush(isSelectedItem ? (isFocused ? COLOR_HIGHLIGHT : COLOR_BTNFACE) :… in DrawItem() local
110 FillRect(drawItem->hDC, part1Rect, fillBrush); in DrawItem()
122 FillRect(drawItem->hDC, part2Rect, fillBrush); in DrawItem()
/dports/japanese/font-mona-ipa/opfc-ModuleHP-1.1.1_withIPAMonaFonts-1.0.8/opvp/
H A DHPPageColor.c284 Brush fillBrush; member
819 if (dst->fillBrush.pbrush) in CopyGraphicsState()
820 free(dst->fillBrush.pbrush); in CopyGraphicsState()
832 if (src->fillBrush.pbrush) { in CopyGraphicsState()
834 if (dst->fillBrush.pbrush == NULL) { in CopyGraphicsState()
837 memcpy(dst->fillBrush.pbrush, src->fillBrush.pbrush, sizeof(BrushData)); in CopyGraphicsState()
876 gs->fillBrush.pbrush = NULL; in NewGraphicsState()
911 if (gs->fillBrush.pbrush) in DeleteGraphicsState()
912 free(gs->fillBrush.pbrush); in DeleteGraphicsState()
2947 if (IsSameBrush(&(gs->fillBrush), brush)) { in SetFillColor()
[all …]
/dports/japanese/font-mplus-ipa/mixfont-mplus-ipa-TrueType-20060520p1/opfc-ModuleHP-1.1.1_withIPAFonts_and_Mplus/opvp/
H A DHPPageColor.c284 Brush fillBrush; member
819 if (dst->fillBrush.pbrush) in CopyGraphicsState()
820 free(dst->fillBrush.pbrush); in CopyGraphicsState()
832 if (src->fillBrush.pbrush) { in CopyGraphicsState()
834 if (dst->fillBrush.pbrush == NULL) { in CopyGraphicsState()
837 memcpy(dst->fillBrush.pbrush, src->fillBrush.pbrush, sizeof(BrushData)); in CopyGraphicsState()
876 gs->fillBrush.pbrush = NULL; in NewGraphicsState()
911 if (gs->fillBrush.pbrush) in DeleteGraphicsState()
912 free(gs->fillBrush.pbrush); in DeleteGraphicsState()
2947 if (IsSameBrush(&(gs->fillBrush), brush)) { in SetFillColor()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/manual/qdesktopwidget/
H A Dmain.cpp104 …const QBrush fillBrush = palette().brush(isPrimary ? QPalette::Active : QPalette::Inactive, QPalet… in updateScene() local
119 screen->setBrush(fillBrush); in updateScene()
134 screenNumber->setBrush(fillBrush); in updateScene()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/modelinglib/qmt/diagram_scene/items/
H A Dcomponentitem.cpp84 m_customIcon->setBrush(style->fillBrush()); in update()
98 m_shape->setBrush(style->fillBrush()); in update()
104 m_upperRect->setBrush(style->fillBrush()); in update()
109 m_lowerRect->setBrush(style->fillBrush()); in update()
H A Ddiagramitem.cpp78 m_customIcon->setBrush(style->fillBrush()); in update()
91 m_body->setBrush(style->fillBrush()); in update()
H A Ditemitem.cpp82 m_customIcon->setBrush(style->fillBrush()); in update()
95 m_shape->setBrush(style->fillBrush()); in update()
/dports/graphics/krita/krita-4.4.8/plugins/tools/basictools/
H A Dkis_tool_multihand.cpp276 QBrush fillBrush; in paint() local
277 fillBrush.setColor(QColor(255, 255, 255, 255)); in paint()
278 fillBrush.setStyle(Qt::SolidPattern); in paint()
279 gc.fillPath(pixelToView(dotPath), fillBrush); in paint()
285 fillBrush.setColor(QColor(120, 120, 120, 255)); in paint()
286 gc.fillPath(pixelToView(dotPath), fillBrush); in paint()
/dports/graphics/krita/krita-4.4.8/libs/flake/tools/
H A DKoShapeRubberSelectStrategy.cpp58 const QBrush fillBrush(selectColor); in paint() local
59 painter.setBrush(fillBrush); in paint()
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/pyqtgraph/exporters/
H A DMatplotlib.py109 fillBrush = fn.mkBrush(opts['fillBrush'])
110 fillcolor = fillBrush.color().getRgbF()
/dports/graphics/tiled/tiled-1.7.2/src/libtiled/
H A Dorthogonalrenderer.cpp405 const QBrush fillBrush(brushColor); local
428 painter->setBrush(fillBrush);
447 painter->setBrush(fillBrush);
468 painter->setBrush(fillBrush);
484 painter->setBrush(fillBrush);
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/
H A Dswl_wincoreMS.cpp990 fillBrush( 0 ), in GC()
1010 fillBrush( 0 ), in GC()
1032 if ( fillBrush ) {::DeleteObject( fillBrush ); fillBrush = 0; } in Restore()
1041 if ( fillBrush && fillRgb == rgb ) { return; } in SetFillColor()
1043 fillBrush = ::CreateSolidBrush( rgb ); in SetFillColor()
1045 HBRUSH b = ( HBRUSH ) ::SelectObject( handle, fillBrush ); in SetFillColor()
1120 ::FillRect( handle, &rect, fillBrush ); in FillRect()
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/examples/
H A DLegend.py26 c2 = win.plot([2,1,4,3,1,3,2,4,3,2], pen='g', fillLevel=0, fillBrush=(255,255,255,30), name='curve2…
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/modelinglib/qmt/style/
H A Dstyle.h61 QBrush fillBrush() const { return m_fillBrush; } in fillBrush() function
/dports/graphics/okular/okular-21.12.3/part/
H A Dpagepainter.cpp1039 fillBrush = QBrush(la->lineInnerColor());
1068 …(la->transformedLinePoints(), toNormalizedImage), la->lineClosed(), linePen, fillBrush, pageScale); in drawMainLine()
1075 …ge(image, transformPath(path, combinedTransform), la->lineClosed(), linePen, fillBrush, pageScale); in drawShortenedLine()
1152 …wShapeOnImage(image, transformPath(path, combinedTransform), close, linePen, fillBrush, pageScale); in drawLineEndArrow()
1163 …awShapeOnImage(image, transformPath(path, combinedTransform), true, linePen, fillBrush, pageScale); in drawLineEndButt()
1179 …::drawEllipseOnImage(image, transformPath(path, toNormalizedImage), linePen, fillBrush, pageScale); in drawLineEndCircle()
1186 …awShapeOnImage(image, transformPath(path, combinedTransform), true, linePen, fillBrush, pageScale); in drawLineEndSquare()
1193 …awShapeOnImage(image, transformPath(path, combinedTransform), true, linePen, fillBrush, pageScale); in drawLineEndDiamond()
1205 …awShapeOnImage(image, transformPath(path, combinedTransform), true, linePen, fillBrush, pageScale); in drawLineEndSlash()
1225 …wShapeOnImage(image, transformPath(path, combinedTransform), false, linePen, fillBrush, pageScale); in drawLeaderLine()

12345