HomeSort by relevance Sort by last modified time
    Searched refs:fPathEffect (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/skia/src/animator/
SkDrawExtraPathEffect.cpp 31 SkPathEffect* fPathEffect;
181 addPath(NULL), addMatrix(NULL), path(NULL), fPathEffect(NULL) {
185 SkSafeUnref(fPathEffect);
194 fPathEffect->ref();
195 return fPathEffect;
222 fPathEffect = new SkShape1DPathEffect(this, &maker);
338 fPathEffect = new SkShape2DPathEffect(this, &maker, matrix->getMatrix());
  /external/skia/src/animator/
SkDrawExtraPathEffect.cpp 31 SkPathEffect* fPathEffect;
181 addPath(NULL), addMatrix(NULL), path(NULL), fPathEffect(NULL) {
185 SkSafeUnref(fPathEffect);
194 fPathEffect->ref();
195 return fPathEffect;
222 fPathEffect = new SkShape1DPathEffect(this, &maker);
338 fPathEffect = new SkShape2DPathEffect(this, &maker, matrix->getMatrix());
  /external/skia/bench/
DashBench.cpp 256 SkAutoTUnref<SkPathEffect> fPathEffect;
266 fPathEffect.reset(new SkDashPathEffect(vals, 2, SK_Scalar1, false));
280 p.setPathEffect(fPathEffect);
303 SkAutoTUnref<SkPathEffect> fPathEffect;
326 fPathEffect.reset(new SkDashPathEffect(intervals,
365 p.setPathEffect(fPathEffect);
  /external/chromium_org/third_party/skia/src/core/
SkScalerContext.cpp 88 , fPathEffect(static_cast<SkPathEffect*>(load_flattenable(desc, kPathEffect_SkDescriptorTag,
95 , fGenerateImageFromPath(fRec.fFrameWidth > 0 || fPathEffect != NULL || fRasterizer != NULL)
131 SkSafeUnref(fPathEffect);
834 if (fRec.fFrameWidth > 0 || fPathEffect != NULL) {
862 if (fPathEffect) {
864 if (fPathEffect->filterPath(&effectPath, localPath, &rec, NULL)) {
    [all...]
SkScalerContext.h 268 SkPathEffect* fPathEffect;
SkPaint.cpp 60 fPathEffect = NULL;
93 SkSafeRef(fPathEffect);
110 SkSafeUnref(fPathEffect);
125 SkSafeRef(src.fPathEffect);
136 SkSafeUnref(fPathEffect);
    [all...]
  /external/skia/src/core/
SkScalerContext.cpp 88 , fPathEffect(static_cast<SkPathEffect*>(load_flattenable(desc, kPathEffect_SkDescriptorTag,
95 , fGenerateImageFromPath(fRec.fFrameWidth > 0 || fPathEffect != NULL || fRasterizer != NULL)
131 SkSafeUnref(fPathEffect);
834 if (fRec.fFrameWidth > 0 || fPathEffect != NULL) {
862 if (fPathEffect) {
864 if (fPathEffect->filterPath(&effectPath, localPath, &rec, NULL)) {
    [all...]
SkScalerContext.h 268 SkPathEffect* fPathEffect;
SkPaint.cpp 60 fPathEffect = NULL;
93 SkSafeRef(fPathEffect);
110 SkSafeUnref(fPathEffect);
125 SkSafeRef(src.fPathEffect);
136 SkSafeUnref(fPathEffect);
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkPaint.h 557 SkPathEffect* getPathEffect() const { return fPathEffect; }
    [all...]
  /external/skia/include/core/
SkPaint.h 557 SkPathEffect* getPathEffect() const { return fPathEffect; }
    [all...]

Completed in 111 milliseconds