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

  /external/skia/src/core/
SkDevice.cpp 427 const SkPath* iterPath;
434 while (iter.next(&iterPath, &xpos)) {
435 if (iterPath) {
444 morphpath(&tmp, *iterPath, meas, m);
SkPaint.cpp 1086 const SkPath* iterPath;
1087 while (iter.next(&iterPath, &xpos)) {
1089 if (iterPath) {
1090 path->addPath(*iterPath, matrix);
    [all...]
SkDraw.cpp     [all...]
  /external/skia/src/gpu/text/
GrTextUtils.cpp 518 const SkPath* iterPath;
521 while (iter.next(&iterPath, &xpos)) {
523 if (iterPath) {
525 GrBlurUtils::drawPathWithMaskFilter(context, rtc, clip, *iterPath,

Completed in 169 milliseconds