Home
last modified time | relevance | path

Searched refs:fillEvenOdd (Results 1 – 19 of 19) sorted by relevance

/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/tools/pathfinder/
H A Dpathfinderdialog.cpp62 if (shape1->fillEvenOdd()) in PathFinderDialog()
72 if (shape2->fillEvenOdd()) in PathFinderDialog()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dgraphictools.hxx221 fillEvenOdd enumerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dgraphictools.hxx221 fillEvenOdd enumerator
/dports/sysutils/fluxengine/fluxengine-61ff48c/dep/agg/include/
H A Dagg2d.h313 void fillEvenOdd(bool evenOddFlag);
314 bool fillEvenOdd() const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx1711 SvtGraphicFill::fillEvenOdd, in processPolyPolygonGraphicPrimitive2D()
1805 SvtGraphicFill::fillEvenOdd, in processPolyPolygonHatchPrimitive2D()
1928 SvtGraphicFill::fillEvenOdd, in processPolyPolygonGradientPrimitive2D()
/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx1798 getFillPolyPolygon(aLocalPolyPolygon), Color(), 0.0, SvtGraphicFill::fillEvenOdd, in processPolyPolygonGraphicPrimitive2D()
1882 getFillPolyPolygon(aLocalPolyPolygon), Color(), 0.0, SvtGraphicFill::fillEvenOdd, in processPolyPolygonHatchPrimitive2D()
1998 aToolsPolyPolygon, Color(), 0.0, SvtGraphicFill::fillEvenOdd, in processPolyPolygonGradientPrimitive2D()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_2D.pas393 procedure fillEvenOdd(evenOddFlag : boolean ); overload; procedure
394 function fillEvenOdd : boolean; overload; in fillEvenOdd() function
1688 procedure Agg2D.fillEvenOdd(evenOddFlag : boolean );
1700 function Agg2D.fillEvenOdd : boolean; in Agg2D.fillEvenOdd()
/dports/editors/lazarus/lazarus/components/aggpas/src/
H A Dagg_2D.pas393 procedure fillEvenOdd(evenOddFlag : boolean ); overload; procedure
394 function fillEvenOdd : boolean; overload; in fillEvenOdd() function
1688 procedure Agg2D.fillEvenOdd(evenOddFlag : boolean );
1700 function Agg2D.fillEvenOdd : boolean; in Agg2D.fillEvenOdd()
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/
H A Dagg_2D.pas393 procedure fillEvenOdd(evenOddFlag : boolean ); overload; procedure
394 function fillEvenOdd : boolean; overload; in fillEvenOdd() function
1688 procedure Agg2D.fillEvenOdd(evenOddFlag : boolean );
1700 function Agg2D.fillEvenOdd : boolean; in Agg2D.fillEvenOdd()
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_2D.pas393 procedure fillEvenOdd(evenOddFlag : boolean ); overload; procedure
394 function fillEvenOdd : boolean; overload; in fillEvenOdd() function
1688 procedure Agg2D.fillEvenOdd(evenOddFlag : boolean );
1700 function Agg2D.fillEvenOdd : boolean; in Agg2D.fillEvenOdd()
/dports/sysutils/fluxengine/fluxengine-61ff48c/dep/agg/src/
H A Dagg2d.cpp683 void Agg2D::fillEvenOdd(bool evenOddFlag) in fillEvenOdd() function in Agg2D
691 bool Agg2D::fillEvenOdd() const in fillEvenOdd() function in Agg2D
/dports/editors/lazarus/lazarus/components/aggpas/
H A DAgg2DDemo.dpr556 m_graphics.fillEvenOdd(false );
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/
H A DAgg2DDemo.dpr556 m_graphics.fillEvenOdd(false );
/dports/editors/lazarus-qt5/lazarus/components/aggpas/
H A DAgg2DDemo.dpr556 m_graphics.fillEvenOdd(false );
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/
H A DAgg2DDemo.dpr556 m_graphics.fillEvenOdd(false );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx662 …llType() == SvtGraphicFill::fillSolid ) && ( aFill.getFillRule() == SvtGraphicFill::fillEvenOdd ) ) in playMetafile()
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dpageitem.h711 bool fillEvenOdd() const { return fillRule; } in fillEvenOdd() function
H A Dscribusdoc.cpp15349 if (currItem->fillEvenOdd()) in resizeGroupToContents()
15399 if (currItem->fillEvenOdd()) in resizeGroupToContents()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx681 …llType() == SvtGraphicFill::fillSolid ) && ( aFill.getFillRule() == SvtGraphicFill::fillEvenOdd ) ) in playMetafile()