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

  /external/skia/src/gpu/
GrTextContext.cpp 158 const SkPath* iterPath;
161 while (iter.next(&iterPath, &xpos)) {
163 if (iterPath) {
165 fGpuDevice->internalDrawPath(*iterPath, pnt, viewMatrix, &matrix, clipBounds, false);
  /external/skia/src/core/
SkDevice.cpp 346 const SkPath* iterPath;
353 while (iter.next(&iterPath, &xpos)) {
354 if (iterPath) {
363 morphpath(&tmp, *iterPath, meas, m);
SkPaint.cpp     [all...]
SkDraw.cpp     [all...]

Completed in 46 milliseconds