Home
last modified time | relevance | path

Searched refs:fillType (Results 1 – 25 of 406) sorted by relevance

12345678910>>...17

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/wage/
H A Ddesign.cpp59 uint fillType; member
149 byte fillType = in.readByte(); in render() local
204 if (p->fillType > p->patterns->size()) in drawPixel()
282 if (fillType <= patterns.size()) in drawRect()
285 pd.fillType = borderFillType; in drawRect()
312 if (fillType <= patterns.size()) in drawRoundRect()
315 pd.fillType = borderFillType; in drawRoundRect()
384 if (fillType <= patterns.size()) { in drawPolygon()
388 pd.fillType = borderFillType; in drawPolygon()
407 if (fillType <= patterns.size()) in drawOval()
[all …]
H A Ddesign.h78 …ace, Common::Rect &rect, int thickness, int color, Graphics::MacPatterns &patterns, byte fillType);
79 … int y1, int x2, int y2, int thickness, int color, Graphics::MacPatterns &patterns, byte fillType);
80 …edSurface *surface, Common::Rect &rect, int color, Graphics::MacPatterns &patterns, byte fillType);
81 … *surface, Common::Rect &rect, int arc, int color, Graphics::MacPatterns &patterns, byte fillType);
82 …, int x1, int x2, int y, int thickness, int color, Graphics::MacPatterns &patterns, byte fillType);
83 …, int x, int y1, int y2, int thickness, int color, Graphics::MacPatterns &patterns, byte fillType);
98 Graphics::MacPatterns &patterns, byte fillType, byte borderThickness, byte borderFillType);
100 Graphics::MacPatterns &patterns, byte fillType, byte borderThickness, byte borderFillType);
102 Graphics::MacPatterns &patterns, byte fillType, byte borderThickness, byte borderFillType);
104 Graphics::MacPatterns &patterns, byte fillType, byte borderThickness, byte borderFillType);
/dports/games/scummvm/scummvm-2.5.1/engines/wage/
H A Ddesign.cpp59 uint fillType; member
151 byte fillType = in.readByte(); in render() local
206 if (p->fillType > p->patterns->size()) in drawPixel()
284 if (fillType <= patterns.size()) in drawRect()
287 pd.fillType = borderFillType; in drawRect()
314 if (fillType <= patterns.size()) in drawRoundRect()
317 pd.fillType = borderFillType; in drawRoundRect()
386 if (fillType <= patterns.size()) { in drawPolygon()
390 pd.fillType = borderFillType; in drawPolygon()
409 if (fillType <= patterns.size()) in drawOval()
[all …]
H A Ddesign.h78 …ace, Common::Rect &rect, int thickness, int color, Graphics::MacPatterns &patterns, byte fillType);
79 … int y1, int x2, int y2, int thickness, int color, Graphics::MacPatterns &patterns, byte fillType);
80 …edSurface *surface, Common::Rect &rect, int color, Graphics::MacPatterns &patterns, byte fillType);
81 … *surface, Common::Rect &rect, int arc, int color, Graphics::MacPatterns &patterns, byte fillType);
82 …, int x1, int x2, int y, int thickness, int color, Graphics::MacPatterns &patterns, byte fillType);
83 …, int x, int y1, int y2, int thickness, int color, Graphics::MacPatterns &patterns, byte fillType);
98 Graphics::MacPatterns &patterns, byte fillType, byte borderThickness, byte borderFillType);
100 Graphics::MacPatterns &patterns, byte fillType, byte borderThickness, byte borderFillType);
102 Graphics::MacPatterns &patterns, byte fillType, byte borderThickness, byte borderFillType);
104 Graphics::MacPatterns &patterns, byte fillType, byte borderThickness, byte borderFillType);
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-ming.all/
H A DGradientFillTest.as52 fillType = "linear";
111 fillType = "radial";
175 fillType = "linear";
188 fillType = "linear";
201 fillType = "radial";
213 fillType = "radial";
225 fillType = "radial";
237 fillType = "radial";
251 fillType = "radial";
263 fillType = "radial";
[all …]
/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/src/widgets/settingsPicker/
H A DFillModePicker.cpp33 void FillModePicker::setFillType(FillModes fillType) in setFillType() argument
35 mToolButton->setCurrentData(static_cast<int>(fillType)); in setFillType()
48 FillModes FillModePicker::fillType() const in fillType() function in kImageAnnotator::FillModePicker
80 void FillModePicker::insertItem(FillModes fillType, const QString &iconName, const QString &text) in insertItem() argument
83 mToolButton->addItem(icon, text, static_cast<int>(fillType)); in insertItem()
88 auto fillType = mToolButton->currentData().value<FillModes>(); in selectionChanged() local
89 emit fillSelected(fillType); in selectionChanged()
H A DFillModePicker.h44 void setFillType(FillModes fillType);
47 FillModes fillType() const;
50 void fillSelected(FillModes fillType) const;
61 void insertItem(FillModes fillType, const QString &iconName, const QString &text);
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/renderer/xy/
H A DXYSplineRenderer.java132 private FillType fillType; field in XYSplineRenderer
171 this.fillType = fillType; in XYSplineRenderer()
213 return this.fillType; in getFillType()
226 public void setFillType(FillType fillType) { in setFillType() argument
227 this.fillType = fillType; in setFillType()
327 if (this.fillType == FillType.TO_ZERO) { in drawPrimaryLineAsPath()
356 if (this.fillType != FillType.NONE) { in drawPrimaryLineAsPath()
368 if (this.fillType != FillType.NONE) { in drawPrimaryLineAsPath()
429 if (this.fillType != FillType.NONE) { in drawPrimaryLineAsPath()
441 if (this.fillType != FillType.NONE) { in drawPrimaryLineAsPath()
[all …]
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/pipegen/
H A Dfillpart_p.h37 …FillPart(PipeCompiler* pc, uint32_t fillType, FetchPixelPtrPart* dstPart, CompOpPart* compOpPart) …
56 inline uint32_t fillType() const noexcept { return _fillType; } in fillType() function
58 inline bool isFillType(uint32_t fillType) const noexcept { return _fillType == fillType; } in isFillType() argument
80 …FillBoxAAPart(PipeCompiler* pc, uint32_t fillType, FetchPixelPtrPart* dstPart, CompOpPart* compOpP…
99 …FillBoxAUPart(PipeCompiler* pc, uint32_t fillType, FetchPixelPtrPart* dstPart, CompOpPart* compOpP…
118 …FillAnalyticPart(PipeCompiler* pc, uint32_t fillType, FetchPixelPtrPart* dstPart, CompOpPart* comp…
/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/src/annotations/items/
H A DAbstractAnnotationItem.cpp168 auto fillType = mProperties->fillType(); in hasFill() local
169 return fillType == FillModes::BorderAndFill || fillType == FillModes::NoBorderAndFill; in hasFill()
174 auto fillType = mProperties->fillType(); in hasBorder() local
175 return fillType == FillModes::BorderAndFill || fillType == FillModes::BorderAndNoFill; in hasBorder()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/native/
H A Djuce_win32_Direct2DGraphicsContext.cpp348 if (fillType != newFillType) in setFill()
350 fillType = newFillType; in setFill()
381 fillType.setOpacity (newOpacity); in setOpacity()
401 if (fillType.isColour()) in createBrush()
407 else if (fillType.isTiledImage()) in createBrush()
409 …D2D1_BRUSH_PROPERTIES brushProps = { fillType.getOpacity(), transformToMatrix (fillType.transform)… in createBrush()
412 image = fillType.image; in createBrush()
427 else if (fillType.isGradient()) in createBrush()
445 if (fillType.gradient->isRadial) in createBrush()
512 FillType fillType; member
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/native/
H A Djuce_win32_Direct2DGraphicsContext.cpp348 if (fillType != newFillType) in setFill()
350 fillType = newFillType; in setFill()
381 fillType.setOpacity (newOpacity); in setOpacity()
401 if (fillType.isColour()) in createBrush()
407 else if (fillType.isTiledImage()) in createBrush()
409 …D2D1_BRUSH_PROPERTIES brushProps = { fillType.getOpacity(), transformToMatrix (fillType.transform)… in createBrush()
412 image = fillType.image; in createBrush()
427 else if (fillType.isGradient()) in createBrush()
445 if (fillType.gradient->isRadial) in createBrush()
512 FillType fillType; member
[all …]
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ComponentEditor/PaintElements/
H A Djucer_PaintElementEllipse.h41 fillType.setFillType (g, getDocument(), parentArea); in draw()
63 if (fillType.isInvisible() && (strokeType.isInvisible() || ! isStrokePresent)) in fillInGeneratedCode()
73 if (! fillType.isInvisible()) in fillInGeneratedCode()
74 s << " " << fillType.generateVariablesCode ("fill"); in fillInGeneratedCode()
83 if (! fillType.isInvisible()) in fillInGeneratedCode()
86 fillType.fillInGeneratedCode ("fill", position, code, s); in fillInGeneratedCode()
106 …if (! snippets.isEmpty() && (! fillType.isInvisible() || (isStrokePresent && ! strokeType.isInvisi… in applyCustomPaintSnippets()
H A Djucer_PaintElementRectangle.h54 fillType.setFillType (g, getDocument(), parentArea); in draw()
77 if (fillType.isInvisible() && (strokeType.isInvisible() || ! isStrokePresent)) in fillInGeneratedCode()
86 if (! fillType.isInvisible()) in fillInGeneratedCode()
87 s << " " << fillType.generateVariablesCode ("fill"); in fillInGeneratedCode()
96 if (! fillType.isInvisible()) in fillInGeneratedCode()
99 fillType.fillInGeneratedCode ("fill", position, code, s); in fillInGeneratedCode()
119 …if (! snippets.isEmpty() && (! fillType.isInvisible() || (isStrokePresent && ! strokeType.isInvisi… in applyCustomPaintSnippets()
H A Djucer_PaintElementRoundedRectangle.h46 fillType.setFillType (g, getDocument(), parentArea); in draw()
118 if (fillType.isInvisible() && (strokeType.isInvisible() || ! isStrokePresent)) in fillInGeneratedCode()
128 if (! fillType.isInvisible()) in fillInGeneratedCode()
129 s << " " << fillType.generateVariablesCode ("fill"); in fillInGeneratedCode()
138 if (! fillType.isInvisible()) in fillInGeneratedCode()
141 fillType.fillInGeneratedCode ("fill", position, code, s); in fillInGeneratedCode()
162 …if (! snippets.isEmpty() && (! fillType.isInvisible() || (isStrokePresent && ! strokeType.isInvisi… in applyCustomPaintSnippets()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/pathops/
H A DSkOpBuilder.cpp39 SkPath::FillType fillType = path->getFillType(); in FixWinding() local
40 if (fillType == SkPath::kInverseEvenOdd_FillType) { in FixWinding()
41 fillType = SkPath::kInverseWinding_FillType; in FixWinding()
42 } else if (fillType == SkPath::kEvenOdd_FillType) { in FixWinding()
43 fillType = SkPath::kWinding_FillType; in FixWinding()
50 path->setFillType(fillType); in FixWinding()
88 path->setFillType(fillType); in FixWinding()
105 path->setFillType(fillType); in FixWinding()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/pathops/
H A DSkOpBuilder.cpp39 SkPath::FillType fillType = path->getFillType(); in FixWinding() local
40 if (fillType == SkPath::kInverseEvenOdd_FillType) { in FixWinding()
41 fillType = SkPath::kInverseWinding_FillType; in FixWinding()
42 } else if (fillType == SkPath::kEvenOdd_FillType) { in FixWinding()
43 fillType = SkPath::kWinding_FillType; in FixWinding()
50 path->setFillType(fillType); in FixWinding()
88 path->setFillType(fillType); in FixWinding()
105 path->setFillType(fillType); in FixWinding()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/pathops/
H A DSkOpBuilder.cpp39 SkPathFillType fillType = path->getFillType(); in FixWinding() local
40 if (fillType == SkPathFillType::kInverseEvenOdd) { in FixWinding()
41 fillType = SkPathFillType::kInverseWinding; in FixWinding()
42 } else if (fillType == SkPathFillType::kEvenOdd) { in FixWinding()
43 fillType = SkPathFillType::kWinding; in FixWinding()
50 path->setFillType(fillType); in FixWinding()
88 path->setFillType(fillType); in FixWinding()
105 path->setFillType(fillType); in FixWinding()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/pathops/
H A DSkOpBuilder.cpp39 SkPath::FillType fillType = path->getFillType(); in FixWinding() local
40 if (fillType == SkPath::kInverseEvenOdd_FillType) { in FixWinding()
41 fillType = SkPath::kInverseWinding_FillType; in FixWinding()
42 } else if (fillType == SkPath::kEvenOdd_FillType) { in FixWinding()
43 fillType = SkPath::kWinding_FillType; in FixWinding()
50 path->setFillType(fillType); in FixWinding()
88 path->setFillType(fillType); in FixWinding()
105 path->setFillType(fillType); in FixWinding()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/pathops/
H A DSkOpBuilder.cpp39 SkPath::FillType fillType = path->getFillType(); in FixWinding() local
40 if (fillType == SkPath::kInverseEvenOdd_FillType) { in FixWinding()
41 fillType = SkPath::kInverseWinding_FillType; in FixWinding()
42 } else if (fillType == SkPath::kEvenOdd_FillType) { in FixWinding()
43 fillType = SkPath::kWinding_FillType; in FixWinding()
50 path->setFillType(fillType); in FixWinding()
88 path->setFillType(fillType); in FixWinding()
105 path->setFillType(fillType); in FixWinding()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/pathops/
H A DSkOpBuilder.cpp39 SkPath::FillType fillType = path->getFillType(); in FixWinding() local
40 if (fillType == SkPath::kInverseEvenOdd_FillType) { in FixWinding()
41 fillType = SkPath::kInverseWinding_FillType; in FixWinding()
42 } else if (fillType == SkPath::kEvenOdd_FillType) { in FixWinding()
43 fillType = SkPath::kWinding_FillType; in FixWinding()
50 path->setFillType(fillType); in FixWinding()
88 path->setFillType(fillType); in FixWinding()
105 path->setFillType(fillType); in FixWinding()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/pathops/
H A DSkOpBuilder.cpp29 SkPath::FillType fillType = path->getFillType(); in FixWinding() local
30 if (fillType == SkPath::kInverseEvenOdd_FillType) { in FixWinding()
31 fillType = SkPath::kInverseWinding_FillType; in FixWinding()
32 } else if (fillType == SkPath::kEvenOdd_FillType) { in FixWinding()
33 fillType = SkPath::kWinding_FillType; in FixWinding()
42 path->setFillType(fillType); in FixWinding()
80 path->setFillType(fillType); in FixWinding()
94 path->setFillType(fillType); in FixWinding()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/pathops/
H A DSkOpBuilder.cpp39 SkPathFillType fillType = path->getFillType(); in FixWinding() local
40 if (fillType == SkPathFillType::kInverseEvenOdd) { in FixWinding()
41 fillType = SkPathFillType::kInverseWinding; in FixWinding()
42 } else if (fillType == SkPathFillType::kEvenOdd) { in FixWinding()
43 fillType = SkPathFillType::kWinding; in FixWinding()
51 path->setFillType(fillType); in FixWinding()
90 path->setFillType(fillType); in FixWinding()
107 path->setFillType(fillType); in FixWinding()
H A DSkPathOpsAsWinding.cpp330 result.setFillType(fillType); in reverseMarkedContours()
371 result->setFillType(fillType); in set_result_path()
379 SkPathFillType fillType = path.getFillType(); in AsWinding() local
380 if (fillType == SkPathFillType::kWinding in AsWinding()
381 || fillType == SkPathFillType::kInverseWinding ) { in AsWinding()
382 return set_result_path(result, path, fillType); in AsWinding()
387 return set_result_path(result, path, fillType); in AsWinding()
394 return set_result_path(result, path, fillType); in AsWinding()
404 return set_result_path(result, path, fillType); in AsWinding()
419 return set_result_path(result, path, fillType); in AsWinding()
[all …]
/dports/cad/sumo/sumo-1.2.0/src/polyconvert/
H A DPCLoaderArcView.cpp83 int fillType = -1; in load() local
85 fillType = 1; in load()
87 fillType = 0; in load()
157 bool fill = fillType < 0 ? false : (fillType == 1); in load()
174 bool fill = fillType < 0 ? true : (fillType == 1); in load()
207 bool fill = fillType < 0 ? false : (fillType == 1); in load()
228 bool fill = fillType < 0 ? true : (fillType == 1); in load()

12345678910>>...17