HomeSort by relevance Sort by last modified time
    Searched full:strokedpath (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrBlurUtils.cpp 171 SkPath* strokedPath = pathIsMutable ? pathPtr : tmpPath.init();
173 if (pathEffect->filterPath(strokedPath, *pathPtr, &strokeInfo, cullRect)) {
174 pathPtr = strokedPath;
180 if (strokeInfo.applyToPath(strokedPath, *pathPtr)) {
182 pathPtr = strokedPath;
  /external/skia/tests/
BlurTest.cpp 123 SkPath strokedPath;
124 paint.getFillPath(path, &strokedPath);
125 SkRect refBound = strokedPath.getBounds();

Completed in 178 milliseconds