Searched defs:xTrans (Results 1 - 1 of 1) sorted by relevance

/external/skia/bench/
H A DHairlinePathBench.cpp92 int xTrans = 10 + 40 * (i%(kMaxPathSize/2)); variable
100 path->moveTo(SkIntToScalar(points[base1] + xTrans),
102 path->lineTo(SkIntToScalar(points[base2] + xTrans),
104 path->lineTo(SkIntToScalar(points[base3] + xTrans),
124 int xTrans = 10 + 40 * (i%(kMaxPathSize/2)); variable
132 path->moveTo(SkIntToScalar(points[base1] + xTrans),
134 path->quadTo(SkIntToScalar(points[base2] + xTrans),
136 SkIntToScalar(points[base3] + xTrans),
157 int xTrans = 10 + 40 * (i%(kMaxPathSize/2)); variable
166 path->moveTo(SkIntToScalar(points[base1] + xTrans),
192 int xTrans = 10 + 40 * (i%(kMaxPathSize/2)); variable
[all...]

Completed in 1029 milliseconds