HomeSort by relevance Sort by last modified time
    Searched refs:fPath (Results 76 - 96 of 96) sorted by null

1 2 34

  /external/skia/src/utils/
SkOSFile.cpp 189 fPath.set(path);
220 SkString str(fPath);
  /external/skia/src/utils/debugger/
SkDrawCommand.cpp 177 fPath = path;
188 canvas->clipPath(fPath, fOp, fDoAA);
192 render_path(canvas, fPath);
464 fPath = path;
473 canvas->drawPath(fPath, fPaint);
477 render_path(canvas, fPath);
672 fPath = path;
690 canvas->drawTextOnPath(fText, fByteLength, fPath,
SkDrawCommand.h 83 SkPath fPath;
304 SkPath fPath;
376 SkPath fPath;
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.h 83 SkPath fPath;
304 SkPath fPath;
376 SkPath fPath;
  /external/skia/bench/
DashBench.cpp 183 SkPath fPath;
193 proc(&fPath);
209 fPE->filterPath(&dst, fPath, &rec, NULL);
PathBench.cpp 809 fPath.addRect(kBaseRect);
813 fPath.addRoundRect(kBaseRect, kRRRadii[0], kRRRadii[1]);
817 fPath.addOval(kBaseRect);
830 fParity = fParity != fPath.conservativelyContainsRect(rect);
865 SkPath fPath;
  /external/chromium_org/third_party/skia/src/gpu/
GrInOrderDrawBuffer.h 102 SkAutoTUnref<const GrPath> fPath;
GrInOrderDrawBuffer.cpp 398 sp->fPath.reset(path);
499 fDstGpu->stencilPath(sp.fPath.get(), sp.fStroke, sp.fFill);
  /external/skia/gm/
srcmode.cpp 64 SkPath fPath;
degeneratesegments.cpp 20 SkPath fPath;
  /external/skia/src/gpu/
GrInOrderDrawBuffer.h 102 SkAutoTUnref<const GrPath> fPath;
GrInOrderDrawBuffer.cpp 398 sp->fPath.reset(path);
499 fDstGpu->stencilPath(sp.fPath.get(), sp.fStroke, sp.fFill);
  /external/chromium_org/third_party/skia/src/fonts/
SkGScalerContext.cpp 247 return fGlyphs[index].fPath;
254 SkPath fPath;
  /external/skia/src/fonts/
SkGScalerContext.cpp 247 return fGlyphs[index].fPath;
254 SkPath fPath;
  /external/skia/tools/
bbh_shootout.cpp 39 SkString fPath;
283 histogram[index - 1].fPath = path;
PictureRenderer.cpp 609 , fPath(NULL)
629 if (fPath != NULL && !writeAppendNumber(fCanvas, fPath, i)
651 fPath = path;
664 const SkString* fPath; // If non-null, path to write the result to as a PNG.
  /external/chromium_org/third_party/skia/src/core/
SkPath.cpp 47 SkAutoDisableOvalCheck(SkPath* path) : fPath(path) {
48 fSaved = fPath->fIsOval;
52 fPath->fIsOval = fSaved;
56 SkPath* fPath;
62 SkAutoDisableDirectionCheck(SkPath* path) : fPath(path) {
63 fSaved = static_cast<SkPath::Direction>(fPath->fDirection);
67 fPath->fDirection = fSaved;
71 SkPath* fPath;
100 fPath->setIsConvex(fDegenerate);
102 fPath->fBounds = fRect
    [all...]
  /external/skia/src/core/
SkPath.cpp 47 SkAutoDisableOvalCheck(SkPath* path) : fPath(path) {
48 fSaved = fPath->fIsOval;
52 fPath->fIsOval = fSaved;
56 SkPath* fPath;
62 SkAutoDisableDirectionCheck(SkPath* path) : fPath(path) {
63 fSaved = static_cast<SkPath::Direction>(fPath->fDirection);
67 fPath->fDirection = fSaved;
71 SkPath* fPath;
100 fPath->setIsConvex(fDegenerate);
102 fPath->fBounds = fRect
    [all...]
  /external/skia/tests/
PathTest.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 400 milliseconds

1 2 34