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

/external/skia/src/core/
H A DSkEdgeClipper.h30 SkPoint* fCurrPoint; member in class:SkEdgeClipper
H A DSkQuadClipper.h44 SkPoint* fCurrPoint; member in class:SkQuadClipper2
/external/skqp/src/core/
H A DSkEdgeClipper.h30 SkPoint* fCurrPoint; member in class:SkEdgeClipper
H A DSkQuadClipper.h44 SkPoint* fCurrPoint; member in class:SkQuadClipper2
/external/skia/bench/
H A DPathBench.cpp335 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
394 int fCurrPoint; member in class:RandomPathBench
[all...]
/external/skqp/bench/
H A DPathBench.cpp335 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
394 int fCurrPoint; member in class:RandomPathBench
[all...]

Completed in 4757 milliseconds