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

  /external/skia/bench/
HairlinePathBench.cpp 93 int xTrans = 10 + 40 * (i%(kMaxPathSize/2));
101 path->moveTo(SkIntToScalar(points[base1] + xTrans),
103 path->lineTo(SkIntToScalar(points[base2] + xTrans),
105 path->lineTo(SkIntToScalar(points[base3] + xTrans),
125 int xTrans = 10 + 40 * (i%(kMaxPathSize/2));
133 path->moveTo(SkIntToScalar(points[base1] + xTrans),
135 path->quadTo(SkIntToScalar(points[base2] + xTrans),
137 SkIntToScalar(points[base3] + xTrans),
158 int xTrans = 10 + 40 * (i%(kMaxPathSize/2));
167 path->moveTo(SkIntToScalar(points[base1] + xTrans),
    [all...]
  /external/skqp/bench/
HairlinePathBench.cpp 93 int xTrans = 10 + 40 * (i%(kMaxPathSize/2));
101 path->moveTo(SkIntToScalar(points[base1] + xTrans),
103 path->lineTo(SkIntToScalar(points[base2] + xTrans),
105 path->lineTo(SkIntToScalar(points[base3] + xTrans),
125 int xTrans = 10 + 40 * (i%(kMaxPathSize/2));
133 path->moveTo(SkIntToScalar(points[base1] + xTrans),
135 path->quadTo(SkIntToScalar(points[base2] + xTrans),
137 SkIntToScalar(points[base3] + xTrans),
158 int xTrans = 10 + 40 * (i%(kMaxPathSize/2));
167 path->moveTo(SkIntToScalar(points[base1] + xTrans),
    [all...]
  /external/skia/modules/canvaskit/
interface.js 61 var xTrans = matrix[0]*x + matrix[1]*y + matrix[2];
64 ptArr[i] = xTrans/denom;
  /external/skqp/experimental/canvaskit/
interface.js 62 var xTrans = matrix[0]*x + matrix[1]*y + matrix[2];
65 ptArr[i] = xTrans/denom;

Completed in 1238 milliseconds