Home
last modified time | relevance | path

Searched refs:fCurrPoint (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/core/
H A DSkEdgeClipper.cpp49 fCurrPoint = fPoints; in clipLine()
60 fCurrPoint = fPoints; in clipLine()
222 fCurrPoint = fPoints; in clipQuad()
237 SkASSERT(fCurrPoint - fPoints <= kMaxPoints); in clipQuad()
243 fCurrPoint = fPoints; in clipQuad()
418 fCurrPoint = fPoints; in clipCubic()
441 SkASSERT(fCurrPoint - fPoints <= kMaxPoints); in clipCubic()
448 fCurrPoint = fPoints; in clipCubic()
457 fCurrPoint[0] = p0; in appendLine()
458 fCurrPoint[ in appendLine()
[all...]
H A DSkEdgeClipper.h37 SkPoint* fCurrPoint; member in SkEdgeClipper
H A DSkQuadClipper.h44 SkPoint* fCurrPoint; member in SkQuadClipper2
/third_party/skia/bench/
H A DPathBench.cpp337 fCurrPoint = 0; in restartMakingPaths()
346 path->moveTo(fPoints[(fCurrPoint++) & (kNumPoints - 1)]); in makePath()
349 path->lineTo(fPoints[(fCurrPoint++) & (kNumPoints - 1)]); in makePath()
352 path->quadTo(fPoints[(fCurrPoint + 0) & (kNumPoints - 1)], in makePath()
353 fPoints[(fCurrPoint + 1) & (kNumPoints - 1)]); in makePath()
354 fCurrPoint += 2; in makePath()
357 path->conicTo(fPoints[(fCurrPoint + 0) & (kNumPoints - 1)], in makePath()
358 fPoints[(fCurrPoint + 1) & (kNumPoints - 1)], in makePath()
360 fCurrPoint += 2; in makePath()
363 path->cubicTo(fPoints[(fCurrPoint in makePath()
396 int fCurrPoint; global() member in RandomPathBench
[all...]

Completed in 4 milliseconds