/third_party/flutter/skia/include/private/ |
D | SkPathRef.h | 54 SkPoint* points() { return fPathRef->getPoints(); } in points() 530 SkPoint* getPoints() { in getPoints() function 537 const SkPoint* getPoints() const { in getPoints() function
|
/third_party/flutter/skia/docs/examples/ |
D | Path_getPoints.cpp | 8 int count = path.getPoints(points, max); in draw()
|
/third_party/skia/docs/examples/ |
D | Path_getPoints.cpp | 8 int count = path.getPoints(points, max); in draw()
|
D | strokerect_gm.cpp | 59 fillPath.getPoints(points.get(), n); in draw()
|
/third_party/skia/gm/ |
D | pathcontourstart.cpp | 111 path.getPoints(points.get(), n); in drawOneColumn()
|
D | strokerect.cpp | 45 path.getPoints(points.get(), n); in draw_path()
|
/third_party/flutter/skia/gm/ |
D | strokerect.cpp | 45 path.getPoints(points.get(), n); in draw_path()
|
D | pathcontourstart.cpp | 125 path.getPoints(points.get(), n); in drawOneColumn()
|
/third_party/skia/include/private/ |
D | SkPathRef.h | 493 const SkPoint* getPoints() const { in getPoints() function
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLPath.cpp | 234 skPath.getPoints(reinterpret_cast<SkPoint*>(&pathCoords[0]), pointCnt); in InitPathObjectPathData()
|
/third_party/flutter/skia/src/core/ |
D | SkPathRef.cpp | 545 const SkScalar* inValues = &ending.getPoints()->fX; in interpolate() 546 SkScalar* outValues = &out->getPoints()->fX; in interpolate()
|
D | SkPath.cpp | 672 int SkPath::getPoints(SkPoint dst[], int max) const { in getPoints() function in SkPath
|
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/rendering/ |
D | DrawManager.java | 256 FloatBuffer points = cloud.getPoints(); in drawPointCloud()
|
/third_party/flutter/skia/include/core/ |
D | SkPath.h | 446 int getPoints(SkPoint points[], int max) const;
|
/third_party/skia/include/core/ |
D | SkPath.h | 434 int getPoints(SkPoint points[], int max) const;
|
/third_party/skia/src/core/ |
D | SkPathRef.cpp | 329 const SkScalar* inValues = &ending.getPoints()->fX; in interpolate()
|
D | SkPath.cpp | 470 int SkPath::getPoints(SkPoint dst[], int max) const { in getPoints() function in SkPath
|
/third_party/skia/samplecode/ |
D | SampleQuadStroker.cpp | 297 path.getPoints(ptPtr, count); in draw_points()
|
D | SampleVariableWidthStroker.cpp | 857 path.getPoints(points.data(), numPoints); in appendPathReversed()
|
/third_party/flutter/skia/samplecode/ |
D | SampleQuadStroker.cpp | 304 path.getPoints(ptPtr, count); in draw_points()
|
/third_party/flutter/skia/tests/ |
D | PathTest.cpp | 1334 points.resize(path.getPoints(nullptr, 0)); in check_convexity() 1335 (void) path.getPoints(&points.front(), points.size()); in check_convexity() 2716 int count = p1.getPoints(pts1, kPtCount); in test_transform() 4816 REPORTER_ASSERT(reporter, p.getPoints(nullptr, 0) == 4); in DEF_TEST() 4819 int count = p.getPoints(pts, 4); in DEF_TEST()
|
/third_party/skia/src/gpu/v1/ |
D | ClipStack.cpp | 503 (fShape.path().getPoints(nullptr, 0) <= kMaxPathComparePoints && in contains()
|
/third_party/skia/tests/ |
D | PathTest.cpp | 2712 int count = p1.getPoints(pts1, kPtCount); in test_transform() 4876 REPORTER_ASSERT(reporter, p.getPoints(nullptr, 0) == 4); in DEF_TEST() 4879 int count = p.getPoints(pts, 4); in DEF_TEST()
|
/third_party/flutter/skia/site/user/api/ |
D | SkPath_Reference.md | 65 …int <a href='#SkPath_getPoints'>getPoints</a>(<a href='SkPoint_Reference#SkPoint'>SkPoint</a> <a h… 1569 … href='SkPath_Reference#Path'>Path</a> with <a href='#SkPath_getPoints'>getPoints</a>, or inspecte… 1577 int <a href='#SkPath_getPoints'>getPoints</a>(<a href='SkPoint_Reference#SkPoint'>SkPoint</a> <a hr… 1649 <a href='#SkPath_getPoints'>getPoints</a> 1689 <a href='#SkPath_countPoints'>countPoints</a> <a href='#SkPath_getPoints'>getPoints</a> 1776 <a href='#SkPath_countVerbs'>countVerbs</a> <a href='#SkPath_getPoints'>getPoints</a> <a href='#SkP…
|
/third_party/flutter/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 2634 int getPoints(SkPoint points[], int max) const;
|