Home
last modified time | relevance | path

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

/third_party/skia/samplecode/
H A DSamplePathText.cpp399 float devicePt[2]; in apply() local
400 (matrix[0] * pt.x() + matrix[1] * pt.y() + matrix[2]).store(devicePt); in apply()
402 const Sk4f t = (frequencies * (dirsX * devicePt[0] + dirsY * devicePt[1]) + in apply()
425 return {devicePt[0] + offsetY[0] + offsetY[1], devicePt[1] - offsetX[0] - offsetX[1]}; in apply()

Completed in 1 milliseconds