Home
last modified time | relevance | path

Searched refs:CreatePolygonShape (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dshape.c133 int CreatePolygonShape(num_pts, has_smooth) in CreatePolygonShape() function
182 case SHAPE_BOX: return CreatePolygonShape(5, FALSE);
185 case SHAPE_RHOMBUS: return CreatePolygonShape(5, FALSE);
186 case SHAPE_RCBOX: return CreatePolygonShape(13, TRUE);
187 case SHAPE_OCTAGON: return CreatePolygonShape(9, FALSE);
188 case SHAPE_CROSS: return CreatePolygonShape(13, FALSE);
190 case SHAPE_WORDS: return CreatePolygonShape(16, TRUE);
191 case SHAPE_HEXAGON: return CreatePolygonShape(7, FALSE);
193 case SHAPE_BLAST: return CreatePolygonShape(34, FALSE);
194 case SHAPE_STAR: return CreatePolygonShape(12, FALSE);
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/shapes/
H A Dshape.cc84 static std::unique_ptr<Shape> CreatePolygonShape(Vector<FloatPoint> vertices, in CreatePolygonShape() function
175 shape = CreatePolygonShape(std::move(vertices), polygon->GetWindRule()); in CreateShape()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/shapes/
H A Dshape.cc84 static std::unique_ptr<Shape> CreatePolygonShape(Vector<FloatPoint> vertices, in CreatePolygonShape() function
175 shape = CreatePolygonShape(std::move(vertices), polygon->GetWindRule()); in CreateShape()