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

  /external/skia/src/core/
SkEdgeClipper.cpp 49 fCurrPoint = fPoints;
60 fCurrPoint = fPoints;
220 fCurrPoint = fPoints;
235 SkASSERT(fCurrPoint - fPoints <= kMaxPoints);
241 fCurrPoint = fPoints;
416 fCurrPoint = fPoints;
439 SkASSERT(fCurrPoint - fPoints <= kMaxPoints);
446 fCurrPoint = fPoints;
455 fCurrPoint[0] = p0;
456 fCurrPoint[1] = p1
    [all...]
SkEdgeClipper.h 30 SkPoint* fCurrPoint;
SkQuadClipper.h 44 SkPoint* fCurrPoint;
  /external/skqp/src/core/
SkEdgeClipper.cpp 49 fCurrPoint = fPoints;
60 fCurrPoint = fPoints;
220 fCurrPoint = fPoints;
235 SkASSERT(fCurrPoint - fPoints <= kMaxPoints);
241 fCurrPoint = fPoints;
416 fCurrPoint = fPoints;
439 SkASSERT(fCurrPoint - fPoints <= kMaxPoints);
446 fCurrPoint = fPoints;
455 fCurrPoint[0] = p0;
456 fCurrPoint[1] = p1
    [all...]
SkEdgeClipper.h 30 SkPoint* fCurrPoint;
SkQuadClipper.h 44 SkPoint* fCurrPoint;
  /external/skia/bench/
PathBench.cpp 335 fCurrPoint = 0;
344 path->moveTo(fPoints[(fCurrPoint++) & (kNumPoints - 1)]);
347 path->lineTo(fPoints[(fCurrPoint++) & (kNumPoints - 1)]);
350 path->quadTo(fPoints[(fCurrPoint + 0) & (kNumPoints - 1)],
351 fPoints[(fCurrPoint + 1) & (kNumPoints - 1)]);
352 fCurrPoint += 2;
355 path->conicTo(fPoints[(fCurrPoint + 0) & (kNumPoints - 1)],
356 fPoints[(fCurrPoint + 1) & (kNumPoints - 1)],
358 fCurrPoint += 2;
361 path->cubicTo(fPoints[(fCurrPoint + 0) & (kNumPoints - 1)]
    [all...]
  /external/skqp/bench/
PathBench.cpp 335 fCurrPoint = 0;
344 path->moveTo(fPoints[(fCurrPoint++) & (kNumPoints - 1)]);
347 path->lineTo(fPoints[(fCurrPoint++) & (kNumPoints - 1)]);
350 path->quadTo(fPoints[(fCurrPoint + 0) & (kNumPoints - 1)],
351 fPoints[(fCurrPoint + 1) & (kNumPoints - 1)]);
352 fCurrPoint += 2;
355 path->conicTo(fPoints[(fCurrPoint + 0) & (kNumPoints - 1)],
356 fPoints[(fCurrPoint + 1) & (kNumPoints - 1)],
358 fCurrPoint += 2;
361 path->cubicTo(fPoints[(fCurrPoint + 0) & (kNumPoints - 1)]
    [all...]

Completed in 800 milliseconds