Searched defs:addPoly (Results 1 – 7 of 7) sorted by relevance
/external/skia/docs/examples/ |
D | Path_incReserve.cpp | 7 auto addPoly = [](int sides, SkScalar size, SkPath* path) -> void { in draw() local
|
/external/skqp/include/core/ |
D | SkPath.h | 1237 SkPath& addPoly(const std::initializer_list<SkPoint>& list, bool close) { in addPoly() function
|
/external/skia/include/core/ |
D | SkPath.h | 1234 SkPath& addPoly(const std::initializer_list<SkPoint>& list, bool close) { in addPoly() function
|
/external/skia/modules/canvaskit/ |
D | interface.js | 136 CanvasKit.Path.prototype.addPoly = function(points, close) { method in CanvasKit.Path
|
/external/skia/modules/canvaskit/npm_build/types/ |
D | index.d.ts | 2100 addPoly(points: InputFlattenedPointArray, close: boolean): Path; method
|
/external/skqp/src/core/ |
D | SkPath.cpp | 1062 SkPath& SkPath::addPoly(const SkPoint pts[], int count, bool close) { in addPoly() function in SkPath
|
/external/skia/src/core/ |
D | SkPath.cpp | 808 SkPath& SkPath::addPoly(const SkPoint pts[], int count, bool close) { in addPoly() function in SkPath
|