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