Searched refs:fSkPath (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrPath.h23 fSkPath(skPath),
31 return fSkPath == path && fStroke == stroke;
39 SkPath fSkPath; member in class:GrPath
/external/skia/src/gpu/
H A DGrPath.h23 fSkPath(skPath),
31 return fSkPath == path && fStroke == stroke;
39 SkPath fSkPath; member in class:GrPath
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A DPath2D.h22 Path2D() : fSkPath() {}
25 const SkPath& getSkPath() { return fSkPath; }
45 SkPath fSkPath; member in class:Path2D
H A DPath2D.cpp69 path->fSkPath.close();
82 path->fSkPath.moveTo(SkDoubleToScalar(x), SkDoubleToScalar(y));
95 path->fSkPath.lineTo(SkDoubleToScalar(x), SkDoubleToScalar(y));
112 path->fSkPath.quadTo(
133 path->fSkPath.cubicTo(
171 path->fSkPath.addArc(rect, SkRadiansToDegrees(startAngle),
194 path->fSkPath.addRect(rect);
220 path->fSkPath.addOval(rect, dir);
237 path->fSkPath.conicTo(
/external/skia/experimental/SkV8Example/
H A DPath2D.h22 Path2D() : fSkPath() {}
25 const SkPath& getSkPath() { return fSkPath; }
45 SkPath fSkPath; member in class:Path2D
H A DPath2D.cpp69 path->fSkPath.close();
82 path->fSkPath.moveTo(SkDoubleToScalar(x), SkDoubleToScalar(y));
95 path->fSkPath.lineTo(SkDoubleToScalar(x), SkDoubleToScalar(y));
112 path->fSkPath.quadTo(
133 path->fSkPath.cubicTo(
171 path->fSkPath.addArc(rect, SkRadiansToDegrees(startAngle),
194 path->fSkPath.addRect(rect);
220 path->fSkPath.addOval(rect, dir);
237 path->fSkPath.conicTo(
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLPath.cpp97 int verbCnt = fSkPath.countVerbs();
98 int pointCnt = fSkPath.countPoints();
103 fSkPath.getPoints(&pathPoints[0], pointCnt);
104 fSkPath.getVerbs(&pathCommands[0], verbCnt);
/external/skia/src/gpu/gl/
H A DGrGLPath.cpp97 int verbCnt = fSkPath.countVerbs();
98 int pointCnt = fSkPath.countPoints();
103 fSkPath.getPoints(&pathPoints[0], pointCnt);
104 fSkPath.getVerbs(&pathCommands[0], verbCnt);

Completed in 260 milliseconds