Home
last modified time | relevance | path

Searched refs:fPointCount (Results 1 – 5 of 5) sorted by relevance

/external/skia/modules/skottie/src/layers/shapelayer/
DPolystar.cpp32 this->bind(*abuilder, jstar["pt"], fPointCount ); in PolystarGeometryAdapter()
44 const auto count = SkToUInt(SkTPin(SkScalarRoundToInt(fPointCount), 0, kMaxPointCount)); in onSync()
75 ScalarValue fPointCount = 0, member in skottie::internal::__anon36a43a840111::PolystarGeometryAdapter
/external/skqp/tests/
DCanvasTest.cpp241 , fPointCount(3) in TestData()
258 size_t fPointCount; member
DPathTest.cpp2094 int fPointCount; in test_isRect() member
2140 for (index = 1; index < tests[testIndex].fPointCount; ++index) { in test_isRect()
2153 int pointCount = tests[testIndex].fPointCount - (d2 == tests[testIndex].fPoints); in test_isRect()
2399 int fPointCount; in test_isNestedFillRects() member
2441 for (index = 1; index < tests[testIndex].fPointCount; ++index) { in test_isNestedFillRects()
2457 testBounds.set(tests[testIndex].fPoints, tests[testIndex].fPointCount); in test_isNestedFillRects()
2858 int fPointCount; member
/external/skqp/modules/skottie/src/
DSkottieAdapter.cpp150 const auto count = SkToUInt(SkTPin(SkScalarRoundToInt(fPointCount), 0, kMaxPointCount)); in apply()
/external/skia/tests/
DPathTest.cpp2076 int fPointCount; in test_isRect() member
2122 for (index = 1; index < tests[testIndex].fPointCount; ++index) { in test_isRect()
2134 int pointCount = tests[testIndex].fPointCount - (d2 == tests[testIndex].fPoints); in test_isRect()
2390 int fPointCount; in test_isNestedFillRects() member
2432 for (index = 1; index < tests[testIndex].fPointCount; ++index) { in test_isNestedFillRects()
2448 testBounds.setBounds(tests[testIndex].fPoints, tests[testIndex].fPointCount); in test_isNestedFillRects()
2866 int fPointCount; member