Home
last modified time | relevance | path

Searched defs:pointCount (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/docs/examples/
DConic_Weight_a.cpp8 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in draw() local
DConic_Weight_b.cpp8 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in draw() local
DConic_Weight_c.cpp8 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in draw() local
DPath_Iter_next.cpp18 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in draw() local
DPath_Iter_setPath.cpp10 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in draw() local
DPath_Iter_const_SkPath.cpp10 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in draw() local
/third_party/skia/src/pathops/
DSkPathOpsQuad.h89 static int pointCount() { return kPointCount; } in pointCount() function
174 int pointCount() const override { return SkDQuad::kPointCount; } in pointCount() function
DSkPathOpsConic.h97 static int pointCount() { return kPointCount; } in pointCount() function
183 int pointCount() const override { return SkDConic::kPointCount; } in pointCount() function
DSkPathOpsCubic.h88 static int pointCount() { return kPointCount; } in pointCount() function
230 int pointCount() const override { return SkDCubic::kPointCount; } in pointCount() function
DSkPathOpsTSect.h171 int pointCount() const { in pointCount() function
/third_party/skia/src/core/
DSkPath.cpp244 int pointCount = fPathRef->countPoints(); in interpolate() local
313 int pointCount = SkPathPriv::PtsInVerb((unsigned) verb); in conservativelyContainsRect() local
2276 int pointCount = this->countPoints(); in computeConvexity() local
3442 SkPath SkPath::Make(const SkPoint pts[], int pointCount, in Make()
/third_party/skia/tests/
DPathOpsExtendedTest.cpp423 const int pointCount[] = { 1, 2, 3, 3, 4, 0 }; in json_path_out() local
DPathTest.cpp2134 int pointCount = tests[testIndex].fPointCount - (d2 == tests[testIndex].fPoints); in test_isRect() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_bad_pixels.cpp1728 uint32 pointCount = fList->PointCount (); in ProcessArea() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessExtsTests.cpp3410 const auto pointCount = fbExtent.width * fbExtent.height * fbExtent.depth; in iterate() local