Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DStrokeTest.cpp24 uint32_t hexCubicVals[] = { in test_strokecubic() local
45 path.moveTo(SkBits2Float(hexCubicVals[0]), SkBits2Float(hexCubicVals[1])); in test_strokecubic()
46 path.cubicTo(SkBits2Float(hexCubicVals[2]), SkBits2Float(hexCubicVals[3]), in test_strokecubic()
47 SkBits2Float(hexCubicVals[4]), SkBits2Float(hexCubicVals[5]), in test_strokecubic()
48 SkBits2Float(hexCubicVals[6]), SkBits2Float(hexCubicVals[7])); in test_strokecubic()

Completed in 2 milliseconds