Home
last modified time | relevance | path

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

/third_party/skia/bench/
H A DPathOpsBench.cpp102 int fPIndex = 0, fVIndex = 0; member
106 fPts[fPIndex++] = {x, y}; in moveTo()
110 fPts[fPIndex++] = {x, y}; in lineTo()
114 fPts[fPIndex++] = {x, y}; in quadTo()
115 fPts[fPIndex++] = {x1, y1}; in quadTo()
119 fPts[fPIndex++] = {x, y}; in cubicTo()
120 fPts[fPIndex++] = {x1, y1}; in cubicTo()
121 fPts[fPIndex++] = {x2, y2}; in cubicTo()
191 return SkPath::Make(fArrays.fPts, fArrays.fPIndex, in build()

Completed in 1 milliseconds