HomeSort by relevance Sort by last modified time
    Searched defs:fPath (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /external/skia/src/utils/win/
SkDWriteGeometrySink.h 21 SkPath* fPath;
  /external/skia/tools/viewer/
ImageSlide.h 26 SkString fPath;
SKPSlide.h 26 SkString fPath;
  /external/skqp/src/utils/win/
SkDWriteGeometrySink.h 21 SkPath* fPath;
  /external/skqp/tools/viewer/
ImageSlide.h 26 SkString fPath;
SKPSlide.h 26 SkString fPath;
  /external/skia/experimental/sksg/geometry/
SkSGPath.h 28 SG_ATTRIBUTE(Path, SkPath, fPath)
40 SkPath fPath;
  /external/skia/experimental/svg/model/
SkSVGPath.h 19 void setPath(const SkPath& path) { fPath = path; }
32 mutable SkPath fPath; // mutated in onDraw(), to apply inherited fill types.
SkSVGPoly.h 40 mutable SkPath fPath; // mutated in onDraw(), to apply inherited fill types.
  /external/skqp/experimental/sksg/geometry/
SkSGPath.h 28 SG_ATTRIBUTE(Path, SkPath, fPath)
40 SkPath fPath;
  /external/skqp/experimental/svg/model/
SkSVGPath.h 19 void setPath(const SkPath& path) { fPath = path; }
32 mutable SkPath fPath; // mutated in onDraw(), to apply inherited fill types.
SkSVGPoly.h 40 mutable SkPath fPath; // mutated in onDraw(), to apply inherited fill types.
  /external/skia/bench/
CoverageBench.cpp 21 SkPath fPath;
32 fPath.moveTo(0, 0);
33 fPath.quadTo(500, 0, 500, 500);
34 fPath.quadTo(250, 0, 0, 500);
44 fRC.setRect(fPath.getBounds().round());
59 fDraw.drawPathCoverage(fPath, fPaint);
63 fDraw.drawPath(fPath, fPaint);
PathIterBench.cpp 30 SkPath fPath;
44 fPath.moveTo(pts[0]);
47 fPath.lineTo(pts[1]);
50 fPath.quadTo(pts[1], pts[2]);
53 fPath.cubicTo(pts[1], pts[2], pts[3]);
71 SkPath::RawIter iter(fPath);
79 SkPath::Iter iter(fPath, false);
BigPathBench.cpp 23 SkPath fPath;
46 sk_tool_utils::make_big_path(fPath);
59 const SkRect r = fPath.getBounds();
72 canvas->drawPath(fPath, paint);
  /external/skia/samplecode/
SampleSVGFile.cpp 22 : fPath(path), fLabel(SkStringPrintf("[%s]", SkOSPath::Basename(path.c_str()).c_str())) {}
27 SkFILEStream svgStream(fPath.c_str());
29 SkDebugf("file not found: \"path\"\n", fPath.c_str());
35 SkDebugf("XML parsing failed: \"path\"\n", fPath.c_str());
69 SkString fPath;
SampleFillType.cpp 18 SkPath fPath;
22 fPath.addCircle(SkIntToScalar(50), SkIntToScalar(50), radius);
23 fPath.addCircle(SkIntToScalar(100), SkIntToScalar(100), radius);
47 fPath.setFillType(ft);
51 canvas->drawPath(fPath, paint);
SampleWritePixels.cpp 31 SkPath fPath;
  /external/skqp/bench/
CoverageBench.cpp 21 SkPath fPath;
32 fPath.moveTo(0, 0);
33 fPath.quadTo(500, 0, 500, 500);
34 fPath.quadTo(250, 0, 0, 500);
44 fRC.setRect(fPath.getBounds().round());
59 fDraw.drawPathCoverage(fPath, fPaint);
63 fDraw.drawPath(fPath, fPaint);
PathIterBench.cpp 30 SkPath fPath;
44 fPath.moveTo(pts[0]);
47 fPath.lineTo(pts[1]);
50 fPath.quadTo(pts[1], pts[2]);
53 fPath.cubicTo(pts[1], pts[2], pts[3]);
71 SkPath::RawIter iter(fPath);
79 SkPath::Iter iter(fPath, false);
  /external/skqp/samplecode/
SampleSVGFile.cpp 22 : fPath(path), fLabel(SkStringPrintf("[%s]", SkOSPath::Basename(path.c_str()).c_str())) {}
27 SkFILEStream svgStream(fPath.c_str());
29 SkDebugf("file not found: \"path\"\n", fPath.c_str());
35 SkDebugf("XML parsing failed: \"path\"\n", fPath.c_str());
69 SkString fPath;
  /external/skia/gm/
filltypes.cpp 15 SkPath fPath;
22 if (fPath.isEmpty()) {
24 fPath.addCircle(SkIntToScalar(50), SkIntToScalar(50), radius);
25 fPath.addCircle(SkIntToScalar(100), SkIntToScalar(100), radius);
47 fPath.setFillType(ft);
51 canvas->drawPath(fPath, paint);
  /external/skia/include/effects/
Sk1DPathEffect.h 76 SkPath fPath; // copied from constructor
Sk2DPathEffect.h 101 SkPath fPath;
  /external/skia/src/gpu/ops/
GrStencilPathOp.h 37 string.printf("Path: 0x%p, AA: %d", fPath.get(), fUseHWAA);
55 , fPath(path) {
70 GrPendingIOResource<const GrPath, kRead_GrIOType> fPath;

Completed in 595 milliseconds

1 2 3 4 5 6 7