Home
last modified time | relevance | path

Searched refs:isFilled (Results 1 – 25 of 259) sorted by relevance

1234567891011

/dports/math/jts/jts-jts-1.18.1/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/
H A DBasicStyle.java34 private boolean isFilled = true; field in BasicStyle
53 this.isFilled = style.isFilled; in BasicStyle()
67 Color fillClr = isFilled ? getFillColor() : null; in paint()
132 public boolean isFilled() { in isFilled() method in BasicStyle
133 return isFilled; in isFilled()
136 public void setFilled(boolean isFilled) { in setFilled() argument
137 this.isFilled = isFilled; in setFilled()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/gerbview/
H A Dgerbview_painter.cpp216 bool isFilled = true; in draw() local
261 m_gal->SetIsFill( isFilled ); in draw()
262 m_gal->SetIsStroke( !isFilled ); in draw()
269 m_gal->SetIsFill( isFilled ); in draw()
270 m_gal->SetIsStroke( !isFilled ); in draw()
272 if( isNegative && !isFilled ) in draw()
278 if( !isFilled ) in draw()
335 m_gal->SetIsFill( isFilled ); in draw()
397 m_gal->SetIsFill( isFilled ); in draw()
400 if( isNegative && !isFilled ) in draw()
[all …]
H A Dgerber_draw_item.cpp476 bool isFilled; in Print() local
499 isFilled = aOptions->m_DisplayLinesFill; in Print()
504 isFilled = aOptions->m_DisplayPolygonsFill; in Print()
507 isFilled = true; in Print()
509 PrintGerberPoly( aDC, color, aOffset, isFilled ); in Print()
517 if( !isFilled ) in Print()
533 if( !isFilled ) in Print()
551 isFilled = aOptions->m_DisplayFlashedItemsFill; in Print()
552 d_codeDescr->DrawFlashedShape( this, nullptr, aDC, color, m_Start, isFilled ); in Print()
566 PrintGerberPoly( aDC, color, aOffset, isFilled ); in Print()
[all …]
/dports/finance/quickfix/quickfix-1.15.1/examples/ordermatch/test/
H A DOrderMatcherTestCase.cpp50 CHECK(matchedOrder1.isFilled()); in TEST()
59 CHECK(matchedOrder2.isFilled()); in TEST()
91 CHECK(!matchedOrder1.isFilled()); in TEST()
100 CHECK(matchedOrder2.isFilled()); in TEST()
118 CHECK(!matchedOrder1.isFilled()); in TEST()
127 CHECK(matchedOrder3.isFilled()); in TEST()
235 CHECK(matchedOrder2.isFilled()); in TEST()
253 CHECK(matchedOrder1.isFilled()); in TEST()
285 CHECK(matchedOrder1.isFilled()); in TEST()
294 CHECK(!matchedOrder2.isFilled()); in TEST()
[all …]
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dadjustablearrowcap.c167 GdipCreateAdjustableArrowCap (REAL height, REAL width, BOOL isFilled, GpAdjustableArrowCap **cap) in GdipCreateAdjustableArrowCap() argument
183 result->fill_state = isFilled; in GdipCreateAdjustableArrowCap()
265 GdipSetAdjustableArrowCapFillState (GpAdjustableArrowCap *cap, BOOL isFilled) in GdipSetAdjustableArrowCapFillState() argument
270 if (isFilled != cap->fill_state) { in GdipSetAdjustableArrowCapFillState()
271 cap->fill_state = isFilled; in GdipSetAdjustableArrowCapFillState()
279 GdipGetAdjustableArrowCapFillState (GpAdjustableArrowCap *cap, BOOL *isFilled) in GdipGetAdjustableArrowCapFillState() argument
281 if (!cap || !isFilled) in GdipGetAdjustableArrowCapFillState()
284 *isFilled = cap->fill_state; in GdipGetAdjustableArrowCapFillState()
H A Dadjustablearrowcap.h36 GpStatus WINGDIPAPI GdipCreateAdjustableArrowCap (REAL height, REAL width, BOOL isFilled, GpAdjusta…
47 GpStatus WINGDIPAPI GdipSetAdjustableArrowCapFillState (GpAdjustableArrowCap *cap, BOOL isFilled);
48 GpStatus WINGDIPAPI GdipGetAdjustableArrowCapFillState (GpAdjustableArrowCap *cap, BOOL *isFilled);
/dports/games/burrtools/burrtools-0.6.3/src/lib/
H A Dmillable.cpp39 if (v->isFilled(x, y, z)) in isNotchable()
49 if (v->isFilled(x, y, z) != in isNotchable()
51 vxy.isFilled(x, y, 0) && in isNotchable()
52 vxz.isFilled(x, 0, z) && in isNotchable()
53 vyz.isFilled(0, y, z) in isNotchable()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/Drawing2D/
H A DAdjustableArrowCap.cs15 public AdjustableArrowCap(float width, float height, bool isFilled) in AdjustableArrowCap() argument
18 …atus = SafeNativeMethods.Gdip.GdipCreateAdjustableArrowCap(height, width, isFilled, out nativeCap); in AdjustableArrowCap()
72 …Methods.Gdip.GdipGetAdjustableArrowCapFillState(new HandleRef(this, nativeCap), out bool isFilled);
74 return isFilled;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdipluslinecaps.h36 AdjustableArrowCap(REAL height, REAL width, BOOL isFilled): in AdjustableArrowCap() argument
41 height, width, isFilled, in AdjustableArrowCap()
99 Status SetFillState(BOOL isFilled) in SetFillState() argument
103 isFilled)); in SetFillState()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdipluslinecaps.h36 AdjustableArrowCap(REAL height, REAL width, BOOL isFilled): in AdjustableArrowCap() argument
41 height, width, isFilled, in AdjustableArrowCap()
99 Status SetFillState(BOOL isFilled) in SetFillState() argument
103 isFilled)); in SetFillState()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/gdiplus/
H A Dgdipluslinecaps.h41 AdjustableArrowCap(REAL height, REAL width, BOOL isFilled): in AdjustableArrowCap() argument
46 height, width, isFilled, in AdjustableArrowCap()
104 Status SetFillState(BOOL isFilled) in SetFillState() argument
108 isFilled)); in SetFillState()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/gdiplus/
H A Dgdipluslinecaps.h41 AdjustableArrowCap(REAL height, REAL width, BOOL isFilled): in AdjustableArrowCap() argument
46 height, width, isFilled, in AdjustableArrowCap()
104 Status SetFillState(BOOL isFilled) in SetFillState() argument
108 isFilled)); in SetFillState()
/dports/editors/ted/Ted-2.23/docHtml/
H A DdocWriteCss.c35 int isFilled= 0; in docCssUseBackgroundStyle() local
40 if ( docGetSolidRgbShadeOfItem( &isFilled, &rgb8, bd, is ) ) in docCssUseBackgroundStyle()
42 if ( isFilled ) in docCssUseBackgroundStyle()
54 int isFilled= 0; in docCssEmitBackgroundStyle() local
61 if ( docGetSolidRgbShadeOfItem( &isFilled, &rgb8, bd, is ) ) in docCssEmitBackgroundStyle()
64 if ( isFilled ) in docCssEmitBackgroundStyle()
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/tests/
H A Dtestadjustablearrowcap.c36 BOOL isFilled; in verifyArrowCap() local
54 status = GdipGetAdjustableArrowCapFillState (cap, &isFilled); in verifyArrowCap()
56 assert (isFilled == expectedIsFilled); in verifyArrowCap()
501 BOOL isFilled; in test_setAdjustableArrowCapFillState() local
513 status = GdipGetAdjustableArrowCapFillState (cap, &isFilled); in test_setAdjustableArrowCapFillState()
515 assert (isFilled == FALSE); in test_setAdjustableArrowCapFillState()
523 status = GdipGetAdjustableArrowCapFillState (cap, &isFilled); in test_setAdjustableArrowCapFillState()
525 assert (isFilled == TRUE); in test_setAdjustableArrowCapFillState()
533 status = GdipGetAdjustableArrowCapFillState (cap, &isFilled); in test_setAdjustableArrowCapFillState()
535 assert (isFilled == TRUE); in test_setAdjustableArrowCapFillState()
[all …]
/dports/lang/nim/nim-1.6.2/compiler/ic/
H A Dbitabs.nim17 template isFilled(x: LitId): bool = x.uint32 > 0'u32
49 if isFilled(eh):
51 while isFilled(t.keys[j]):
61 if not isFilled(litId): break
72 if not isFilled(litId): break
82 if not isFilled(litId): break
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/common/geometry/
H A Dpolygon.cpp104 bool Polygon::setIsFilled(bool isFilled) noexcept { in setIsFilled() argument
105 if (isFilled == mIsFilled) { in setIsFilled()
109 mIsFilled = isFilled; in setIsFilled()
H A Dcircle.cpp105 bool Circle::setIsFilled(bool isFilled) noexcept { in setIsFilled() argument
106 if (isFilled == mIsFilled) { in setIsFilled()
110 mIsFilled = isFilled; in setIsFilled()
/dports/cad/opencascade/opencascade-7.6.0/src/Select3D/
H A DSelect3D_SensitiveCircle.cxx260 Standard_Boolean isFilled = mySensType == Select3D_TOS_INTERIOR; in Handle() local
269 aNewEntity = new Select3D_SensitiveCircle (myOwnerId, myCircle, myStart, myEnd, isFilled); in Handle()
274 aNewEntity = new Select3D_SensitiveCircle (myOwnerId, myCircle, isFilled); in Handle()
286 aNewEntity = new Select3D_SensitiveCircle (myOwnerId, aPolyg, isFilled); in Handle()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/umc/codec/mpeg2_dec/include/
H A Dumc_mpeg2_frame.h76 { isFilled = true; } in SetFilled()
79 { return isFilled; } in IsFilled()
86 bool isFilled; variable
/dports/audio/supercollider/SuperCollider-3.11.0-Source/QtCollider/widgets/
H A DQcMultiSlider.cpp47 isFilled(false), in QcMultiSlider()
144 if (!isFilled) { in valueRect()
323 if (!isFilled) in paintEvent()
353 bool fill = isFilled & !drawRects; in paintEvent()
358 p.translate(spacing * 0.5, isFilled ? 0.0 : thumbSize.height() * 0.5); in paintEvent()
410 if (isFilled) { in paintEvent()
H A DQcMultiSlider.h47 Q_PROPERTY(bool isFilled READ dummyBool WRITE setIsFilled);
144 isFilled = b; in setIsFilled()
180 bool isFilled; variable
/dports/cad/librepcb/librepcb-0.1.6/tests/unittests/common/geometry/
H A Dpolygontest.cpp62 EXPECT_EQ(true, obj.isFilled()); in TEST_F()
83 EXPECT_EQ(true, obj.isFilled()); in TEST_F()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/text/
H A DTableView.java245 for (; rv.isFilled(col); col++); in updateGrid()
418 for (; row.isFilled(col); col++); // advance to a free column in calculateColumnRequirements()
438 for (; row.isFilled(col); col++); // advance to a free column in calculateColumnRequirements()
608 boolean isFilled(int col) { in isFilled() method in TableView.TableRow
673 for (; isFilled(col); col++); // advance to a free column in layoutMajorAxis()
718 for (; isFilled(col); col++); // advance to a free column in layoutMinorAxis()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/text/
H A DTableView.java245 for (; rv.isFilled(col); col++); in updateGrid()
418 for (; row.isFilled(col); col++); // advance to a free column in calculateColumnRequirements()
438 for (; row.isFilled(col); col++); // advance to a free column in calculateColumnRequirements()
608 boolean isFilled(int col) { in isFilled() method in TableView.TableRow
673 for (; isFilled(col); col++); // advance to a free column in layoutMajorAxis()
718 for (; isFilled(col); col++); // advance to a free column in layoutMinorAxis()
/dports/games/amoebax/amoebax-0.2.1/src/
H A DTrainingState.cxx315 else if ( getPlayerGrid ()->isFilled () && SDLK_RETURN == key ) in keyDown()
430 if ( getPlayerGrid ()->isFilled () ) in pauseOrEndGame()
644 if ( getPlayerGrid ()->isFilled () ) in render()
669 else if ( !getPlayerGrid ()->isFilled () ) in update()
673 if ( getPlayerGrid ()->isFilled () ) in update()

1234567891011