Home
last modified time | relevance | path

Searched refs:getPoints (Results 1 – 25 of 26) sorted by relevance

12

/third_party/flutter/skia/include/private/
DSkPathRef.h54 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/
DPath_getPoints.cpp8 int count = path.getPoints(points, max); in draw()
/third_party/skia/docs/examples/
DPath_getPoints.cpp8 int count = path.getPoints(points, max); in draw()
Dstrokerect_gm.cpp59 fillPath.getPoints(points.get(), n); in draw()
/third_party/skia/gm/
Dpathcontourstart.cpp111 path.getPoints(points.get(), n); in drawOneColumn()
Dstrokerect.cpp45 path.getPoints(points.get(), n); in draw_path()
/third_party/flutter/skia/gm/
Dstrokerect.cpp45 path.getPoints(points.get(), n); in draw_path()
Dpathcontourstart.cpp125 path.getPoints(points.get(), n); in drawOneColumn()
/third_party/skia/include/private/
DSkPathRef.h493 const SkPoint* getPoints() const { in getPoints() function
/third_party/flutter/skia/src/gpu/gl/
DGrGLPath.cpp234 skPath.getPoints(reinterpret_cast<SkPoint*>(&pathCoords[0]), pointCnt); in InitPathObjectPathData()
/third_party/flutter/skia/src/core/
DSkPathRef.cpp545 const SkScalar* inValues = &ending.getPoints()->fX; in interpolate()
546 SkScalar* outValues = &out->getPoints()->fX; in interpolate()
DSkPath.cpp672 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/
DDrawManager.java256 FloatBuffer points = cloud.getPoints(); in drawPointCloud()
/third_party/flutter/skia/include/core/
DSkPath.h446 int getPoints(SkPoint points[], int max) const;
/third_party/skia/include/core/
DSkPath.h434 int getPoints(SkPoint points[], int max) const;
/third_party/skia/src/core/
DSkPathRef.cpp329 const SkScalar* inValues = &ending.getPoints()->fX; in interpolate()
DSkPath.cpp470 int SkPath::getPoints(SkPoint dst[], int max) const { in getPoints() function in SkPath
/third_party/skia/samplecode/
DSampleQuadStroker.cpp297 path.getPoints(ptPtr, count); in draw_points()
DSampleVariableWidthStroker.cpp857 path.getPoints(points.data(), numPoints); in appendPathReversed()
/third_party/flutter/skia/samplecode/
DSampleQuadStroker.cpp304 path.getPoints(ptPtr, count); in draw_points()
/third_party/flutter/skia/tests/
DPathTest.cpp1334 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/
DClipStack.cpp503 (fShape.path().getPoints(nullptr, 0) <= kMaxPathComparePoints && in contains()
/third_party/skia/tests/
DPathTest.cpp2712 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/
DSkPath_Reference.md65 …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/
Ddocumumentation_examples_map.txt2634 int getPoints(SkPoint points[], int max) const;

12