Home
last modified time | relevance | path

Searched refs:fPath (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DPathMeasure.cpp44 : fPath(path), fMeasure(fPath, forceClosed) {} in PathMeasurePair()
46 SkPath fPath; // copy of the user's path member
74 pair->fPath.reset(); in setPath()
76 pair->fPath = *path; in setPath()
78 pair->fMeasure.setPath(&pair->fPath, forceClosed); in setPath()
/frameworks/base/libs/hwui/
DRecordingCanvas.cpp471 DrawShadowRec(const SkPath& path, const SkDrawShadowRec& rec) : fPath(path), fRec(rec) {} in DrawShadowRec()
472 SkPath fPath; member
474 void draw(SkCanvas* c, const SkMatrix&) const { c->private_draw_shadow_rec(fPath, fRec); } in draw()