Home
last modified time | relevance | path

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

/third_party/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::__anon065dc5570111::PolystarGeometryAdapter
/third_party/flutter/skia/modules/skottie/src/
DSkottieAdapter.cpp227 const auto count = SkToUInt(SkTPin(SkScalarRoundToInt(fPointCount), 0, kMaxPointCount)); in apply()
/third_party/flutter/skia/tests/
DPathTest.cpp2088 int fPointCount; in test_isRect() member
2134 for (index = 1; index < tests[testIndex].fPointCount; ++index) { in test_isRect()
2147 int pointCount = tests[testIndex].fPointCount - (d2 == tests[testIndex].fPoints); in test_isRect()
2393 int fPointCount; in test_isNestedFillRects() member
2435 for (index = 1; index < tests[testIndex].fPointCount; ++index) { in test_isNestedFillRects()
2451 testBounds.set(tests[testIndex].fPoints, tests[testIndex].fPointCount); in test_isNestedFillRects()
2867 int fPointCount; member
/third_party/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()
2389 int fPointCount; in test_isNestedFillRects() member
2431 for (index = 1; index < tests[testIndex].fPointCount; ++index) { in test_isNestedFillRects()
2447 testBounds.setBounds(tests[testIndex].fPoints, tests[testIndex].fPointCount); in test_isNestedFillRects()
2865 int fPointCount; member