Home
last modified time | relevance | path

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

/external/skqp/tests/
DStrokeTest.cpp23 uint32_t hexCubicVals[] = { in test_strokecubic() local
44 path.moveTo(SkBits2Float(hexCubicVals[0]), SkBits2Float(hexCubicVals[1])); in test_strokecubic()
45 path.cubicTo(SkBits2Float(hexCubicVals[2]), SkBits2Float(hexCubicVals[3]), in test_strokecubic()
46 SkBits2Float(hexCubicVals[4]), SkBits2Float(hexCubicVals[5]), in test_strokecubic()
47 SkBits2Float(hexCubicVals[6]), SkBits2Float(hexCubicVals[7])); in test_strokecubic()
/external/skia/tests/
DStrokeTest.cpp23 uint32_t hexCubicVals[] = { in test_strokecubic() local
44 path.moveTo(SkBits2Float(hexCubicVals[0]), SkBits2Float(hexCubicVals[1])); in test_strokecubic()
45 path.cubicTo(SkBits2Float(hexCubicVals[2]), SkBits2Float(hexCubicVals[3]), in test_strokecubic()
46 SkBits2Float(hexCubicVals[4]), SkBits2Float(hexCubicVals[5]), in test_strokecubic()
47 SkBits2Float(hexCubicVals[6]), SkBits2Float(hexCubicVals[7])); in test_strokecubic()