Home
last modified time | relevance | path

Searched refs:pathMax (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tests/
H A DPathOpsTightBoundsTest.cpp53 const float pathMax = (float) (bitHeight - 2); in testTightBoundsQuads() local
65 path.moveTo(ran.nextRangeF(1, pathMax), ran.nextRangeF(pathMin, pathMax)); in testTightBoundsQuads()
68 path.lineTo(ran.nextRangeF(pathMin, pathMax), ran.nextRangeF(pathMin, pathMax)); in testTightBoundsQuads()
70 path.quadTo(ran.nextRangeF(pathMin, pathMax), ran.nextRangeF(pathMin, pathMax), in testTightBoundsQuads()
71 ran.nextRangeF(pathMin, pathMax), ran.nextRangeF(pathMin, pathMax)); in testTightBoundsQuads()
/third_party/musl/libc-test/src/functionalext/supplement/conf/conf_gtest/
H A Dconf_confstr_test.cpp19 long pathMax; in HWTEST_F() local
20 pathMax = confstr(_CS_PATH, nullptr, 0); in HWTEST_F()
21 EXPECT_LE(0, pathMax); in HWTEST_F()

Completed in 2 milliseconds