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

  /external/skia/gm/
filltypes.cpp 6 SkPath fPath;
10 fPath.addCircle(SkIntToScalar(50), SkIntToScalar(50), radius);
11 fPath.addCircle(SkIntToScalar(100), SkIntToScalar(100), radius);
32 fPath.setFillType(ft);
36 canvas->drawPath(fPath, paint);
  /external/skia/include/core/
SkOSFile.h 66 SkString fPath, fSuffix;
SkPathMeasure.h 87 const SkPath* fPath;
SkDraw.h 120 const SkPath* fPath; // returned in next
SkScalerContext.h 36 SkPath* fPath;
90 fImage, fPath, fID, fMaskFormat fields.
  /external/skia/include/effects/
Sk1DPathEffect.h 80 SkPath fPath; // copied from constructor
  /external/skia/include/utils/
SkCullPoints.h 72 SkPath* fPath;
  /external/skia/src/animator/
SkDrawPath.h 47 SkPath fPath;
SkPathParts.h 39 SkDrawPath* fPath;
  /frameworks/base/core/jni/android/graphics/
PathMeasure.cpp 44 : fPath(path), fMeasure(fPath, forceClosed) {}
46 SkPath fPath; // copy of the user's path
47 SkPathMeasure fMeasure; // this guy points to fPath
61 pair->fPath.reset();
63 pair->fPath = *path;
65 pair->fMeasure.setPath(&pair->fPath, forceClosed);
  /external/chromium/third_party/icu/source/common/
uresimp.h 48 char *fPath; /* path to bundle - used for distinguishing between resources with the same name */
  /external/icu4c/common/
uresimp.h 55 char *fPath; /* path to bundle - used for distinguishing between resources with the same name */
  /external/skia/src/views/
SkListView.cpp 20 : fPath(path), fSuffix(suffix), fTarget(target)
29 fIter.reset(fPath.c_str(), fSuffix.c_str());
32 fIter.reset(fPath.c_str(), fSuffix.c_str());
44 fIter.reset(fPath.c_str(), fSuffix.c_str());
79 int c = fPath.c_str()[fPath.size() - 1];
82 label.prepend(fPath);
92 SkString fPath, fSuffix;
  /external/skia/src/ports/
SkFontHost_android.cpp 320 fPath.set(path);
325 SkStream* stream = SkNEW_ARGS(SkMMAPStream, (fPath.c_str()));
331 stream = SkNEW_ARGS(SkFILEStream, (fPath.c_str()));
340 const char* str = strrchr(fPath.c_str(), '/');
347 return fPath.c_str();
351 SkString fPath;
  /external/skia/src/core/
SkPath.cpp 48 fPath->setIsConvex(fEmpty);
50 fPath->fBounds = fRect;
51 fPath->fBoundsIsDirty = false;
53 fPath->fBounds.join(fRect);
54 fPath->fBoundsIsDirty = false;
59 SkPath* fPath;
66 fPath = path;
    [all...]

Completed in 431 milliseconds