Home
last modified time | relevance | path

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

/external/skqp/samplecode/
DSamplePathText.cpp400 float devicePt[2]; in apply() local
401 (matrix[0] * pt.x() + matrix[1] * pt.y() + matrix[2]).store(devicePt); in apply()
403 const Sk4f t = (frequencies * (dirsX * devicePt[0] + dirsY * devicePt[1]) + in apply()
426 return {devicePt[0] + offsetY[0] + offsetY[1], devicePt[1] - offsetX[0] - offsetX[1]}; in apply()
/external/skia/samplecode/
DSamplePathText.cpp400 float devicePt[2]; in apply() local
401 (matrix[0] * pt.x() + matrix[1] * pt.y() + matrix[2]).store(devicePt); in apply()
403 const Sk4f t = (frequencies * (dirsX * devicePt[0] + dirsY * devicePt[1]) + in apply()
426 return {devicePt[0] + offsetY[0] + offsetY[1], devicePt[1] - offsetX[0] - offsetX[1]}; in apply()