Searched refs:hexCubicVals (Results 1 – 1 of 1) sorted by relevance
23 uint32_t hexCubicVals[] = { in test_strokecubic() local44 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()