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

  /external/skqp/src/gpu/text/
GrTextUtils.cpp 94 const SkPath* iterPath;
97 while (iter.next(&iterPath, &xpos)) {
99 if (iterPath) {
101 target->drawPath(clip, *iterPath, pnt, viewMatrix, &matrix, clipBounds);
  /external/skia/src/core/
SkDevice.cpp 448 const SkPath* iterPath;
455 while (iter.next(&iterPath, &xpos)) {
456 if (iterPath) {
465 morphpath(&tmp, *iterPath, meas, m);
SkPaint.cpp 1075 const SkPath* iterPath;
1076 while (iter.next(&iterPath, &xpos)) {
1078 if (iterPath) {
1079 path->addPath(*iterPath, matrix);
    [all...]
SkDraw.cpp     [all...]
  /external/skqp/src/core/
SkDevice.cpp 447 const SkPath* iterPath;
454 while (iter.next(&iterPath, &xpos)) {
455 if (iterPath) {
464 morphpath(&tmp, *iterPath, meas, m);
SkPaint.cpp 1075 const SkPath* iterPath;
1076 while (iter.next(&iterPath, &xpos)) {
1078 if (iterPath) {
1079 path->addPath(*iterPath, matrix);
    [all...]
SkDraw.cpp     [all...]
  /external/skia/src/gpu/text/
GrAtlasTextContext.cpp 465 const SkPath* iterPath;
468 while (iter.next(&iterGlyph, &iterPath, &xpos)) {
472 } else if (iterPath) {
473 blob->appendPathGlyph(runIndex, *iterPath, xpos + x, y, iter.getPathScale(), false);
    [all...]

Completed in 480 milliseconds