Home
last modified time | relevance | path

Searched defs:fillType (Results 1 – 25 of 260) sorted by relevance

1234567891011

/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/src/widgets/settingsPicker/
H A DFillModePicker.cpp33 void FillModePicker::setFillType(FillModes 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()
88 auto fillType = mToolButton->currentData().value<FillModes>(); in selectionChanged() local
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/wage/
H A Ddesign.cpp59 uint fillType; member
149 byte fillType = in.readByte(); in render() local
268 Graphics::MacPatterns &patterns, byte fillType, byte borderThickness, byte borderFillType) { in drawRect()
297 Graphics::MacPatterns &patterns, byte fillType, byte borderThickness, byte borderFillType) { in drawRoundRect()
323 Graphics::MacPatterns &patterns, byte fillType, byte borderThickness, byte borderFillType) { in drawPolygon()
400 Graphics::MacPatterns &patterns, byte fillType, byte borderThickness, byte borderFillType) { in drawOval()
504 …ce, Common::Rect &rect, int thickness, int color, Graphics::MacPatterns &patterns, byte fillType) { in drawRect()
518 …dSurface *surface, Common::Rect &rect, int color, Graphics::MacPatterns &patterns, byte fillType) { in drawFilledRect()
525 …*surface, Common::Rect &rect, int arc, int color, Graphics::MacPatterns &patterns, byte fillType) { in drawFilledRoundRect()
531 … int x1, int x2, int y, int thickness, int color, Graphics::MacPatterns &patterns, byte fillType) { in drawHLine()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/wage/
H A Ddesign.cpp59 uint fillType; member
151 byte fillType = in.readByte(); in render() local
270 Graphics::MacPatterns &patterns, byte fillType, byte borderThickness, byte borderFillType) { in drawRect()
299 Graphics::MacPatterns &patterns, byte fillType, byte borderThickness, byte borderFillType) { in drawRoundRect()
325 Graphics::MacPatterns &patterns, byte fillType, byte borderThickness, byte borderFillType) { in drawPolygon()
402 Graphics::MacPatterns &patterns, byte fillType, byte borderThickness, byte borderFillType) { in drawOval()
506 …ce, Common::Rect &rect, int thickness, int color, Graphics::MacPatterns &patterns, byte fillType) { in drawRect()
520 …dSurface *surface, Common::Rect &rect, int color, Graphics::MacPatterns &patterns, byte fillType) { in drawFilledRect()
527 …*surface, Common::Rect &rect, int arc, int color, Graphics::MacPatterns &patterns, byte fillType) { in drawFilledRoundRect()
533 … int x1, int x2, int y, int thickness, int color, Graphics::MacPatterns &patterns, byte fillType) { in drawHLine()
[all …]
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/pipegen/
H A Dfillpart_p.h56 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()
H A Dfillpart.cpp23 FillPart::FillPart(PipeCompiler* pc, uint32_t fillType, FetchPixelPtrPart* dstPart, CompOpPart* com… in FillPart()
38 FillBoxAAPart::FillBoxAAPart(PipeCompiler* pc, uint32_t fillType, FetchPixelPtrPart* dstPart, CompO… in FillBoxAAPart()
176 FillBoxAUPart::FillBoxAUPart(PipeCompiler* pc, uint32_t fillType, FetchPixelPtrPart* dstPart, CompO… in FillBoxAUPart()
344 FillAnalyticPart::FillAnalyticPart(PipeCompiler* pc, uint32_t fillType, FetchPixelPtrPart* dstPart,… in FillAnalyticPart()
/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/src/annotations/properties/
H A DAnnotationProperties.cpp70 FillModes AnnotationProperties::fillType() const in fillType() function in kImageAnnotator::AnnotationProperties
75 void AnnotationProperties::setFillType(FillModes fillType) in setFillType()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/ops/
H A DGrStencilPathOp.h24 GrPathRendering::FillType fillType, in Make()
45 GrPathRendering::FillType fillType, in GrStencilPathOp()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/gpu/
H A DShader.cpp136 String Shader::generateVertex(Shader::VertexType vertexType, Shader::FillType fillType) in generateVertex()
192 String Shader::generateFragment(Shader::VertexType vertexType, Shader::FillType fillType, Shader::A… in generateFragment()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/batches/
H A DGrStencilPathBatch.h24 GrPathRendering::FillType fillType, in Create()
49 GrPathRendering::FillType fillType, in GrStencilPathBatch()
/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/src/annotations/items/
H A DAbstractAnnotationItem.cpp168 auto fillType = mProperties->fillType(); in hasFill() local
174 auto fillType = mProperties->fillType(); in hasBorder() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/svg/src/
H A DSkSVGShape.cpp14 const auto fillType = ctx.presentationContext().fInherited.fFillRule->asFillType(); in onRender() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/experimental/svg/model/
H A DSkSVGShape.cpp14 const auto fillType = ctx.presentationContext().fInherited.fFillRule.get()->asFillType(); in onRender() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/tessellate/
H A DGrTessellationPathRenderer.h34 SkPath* getAtlasUberPath(SkPathFillType fillType, bool antialias) { in getAtlasUberPath()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/renderer/xy/
H A DXYSplineRenderer.java132 private FillType fillType; field in XYSplineRenderer
164 public XYSplineRenderer(int precision, FillType fillType) { in XYSplineRenderer()
226 public void setFillType(FillType fillType) { in setFillType()
/dports/editors/calligra/calligra-3.2.1/filters/libmso/
H A DODrawToOdf.cpp207 qint32 fillType = ds.fillType(); in defineGraphicProperties() local
944 const char* getFillType(quint32 fillType) in getFillType()
967 const char* getRepeatStyle(quint32 fillType) in getRepeatStyle()
987 const char* getGradientRendering(quint32 fillType) in getGradientRendering()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/sksg/include/
H A DSkSGPath.h37 void setFillType(SkPathFillType fillType) { in setFillType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/sksg/include/
H A DSkSGPath.h37 void setFillType(SkPathFillType fillType) { in setFillType()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/contexts/
H A Djuce_LowLevelGraphicsPostScriptRenderer.h103 FillType fillType; member
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/contexts/
H A Djuce_LowLevelGraphicsPostScriptRenderer.h103 FillType fillType; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/tessellate/
H A DGrTessellationPathRenderer.h61 SkPath* getAtlasUberPath(SkPathFillType fillType, bool antialias) { in getAtlasUberPath()
/dports/graphics/cfdg/cfdg-3.3_1/src-common/
H A DprimShape.h38 enum {circleType = 0, squareType = 1, triangleType = 2, fillType = 3, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/pathops/
H A DSkPathOpsAsWinding.cpp324 SkPath reverseMarkedContours(vector<Contour>& contours, SkPathFillType fillType) { in reverseMarkedContours()
369 static bool set_result_path(SkPath* result, const SkPath& path, SkPathFillType fillType) { in set_result_path()
379 SkPathFillType fillType = path.getFillType(); in AsWinding() local
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkPath_serial.cpp165 FillType fillType = extract_filltype(packed); in readAsRRect() local
290 FillType fillType = extract_filltype(packed); in readFromMemory_LE3() local
/dports/graphics/krita/krita-4.4.8/plugins/paintops/experiment/
H A Dkis_experimentop_option.h77 ExperimentFillType fillType; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrTessellator.cpp725 inline bool apply_fill_type(SkPath::FillType fillType, Poly* poly) { in apply_fill_type()
1401 bool is_boundary_edge(Edge* edge, SkPath::FillType fillType) { in is_boundary_edge()
1406 bool is_boundary_start(Edge* edge, SkPath::FillType fillType) { in is_boundary_start()
1411 Vertex* remove_non_boundary_edges(Vertex* vertices, SkPath::FillType fillType, in remove_non_boundary_edges()
1629 Poly* mesh_to_polys(Vertex** vertices, SkPath::FillType fillType, Comparator& c, in mesh_to_polys()
1648 Poly* contours_to_polys(Vertex** contours, int contourCnt, SkPath::FillType fillType, in contours_to_polys()
1676 void* polys_to_triangles(Poly* polys, SkPath::FillType fillType, const AAParams* aaParams, in polys_to_triangles()
1688 SkPath::FillType fillType = path.getFillType(); in path_to_polys() local
1718 int count_points(Poly* polys, SkPath::FillType fillType) { in count_points()
1747 SkPath::FillType fillType = path.getFillType(); in PathToTriangles() local
[all …]

1234567891011