HomeSort by relevance Sort by last modified time
    Searched refs:xTrans (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/bench/
HairlinePathBench.cpp 96 int xTrans = 10 + 40 * (i%(kMaxPathSize/2));
104 path->moveTo(SkIntToScalar(points[base1] + xTrans),
106 path->lineTo(SkIntToScalar(points[base2] + xTrans),
108 path->lineTo(SkIntToScalar(points[base3] + xTrans),
128 int xTrans = 10 + 40 * (i%(kMaxPathSize/2));
136 path->moveTo(SkIntToScalar(points[base1] + xTrans),
138 path->quadTo(SkIntToScalar(points[base2] + xTrans),
140 SkIntToScalar(points[base3] + xTrans),
161 int xTrans = 10 + 40 * (i%(kMaxPathSize/2));
170 path->moveTo(SkIntToScalar(points[base1] + xTrans),
    [all...]
  /external/skia/bench/
HairlinePathBench.cpp 96 int xTrans = 10 + 40 * (i%(kMaxPathSize/2));
104 path->moveTo(SkIntToScalar(points[base1] + xTrans),
106 path->lineTo(SkIntToScalar(points[base2] + xTrans),
108 path->lineTo(SkIntToScalar(points[base3] + xTrans),
128 int xTrans = 10 + 40 * (i%(kMaxPathSize/2));
136 path->moveTo(SkIntToScalar(points[base1] + xTrans),
138 path->quadTo(SkIntToScalar(points[base2] + xTrans),
140 SkIntToScalar(points[base3] + xTrans),
161 int xTrans = 10 + 40 * (i%(kMaxPathSize/2));
170 path->moveTo(SkIntToScalar(points[base1] + xTrans),
    [all...]

Completed in 324 milliseconds