Searched refs:fPath (Results 1 – 2 of 2) sorted by relevance
44 : fPath(path), fMeasure(fPath, forceClosed) {} in PathMeasurePair()46 SkPath fPath; // copy of the user's path member74 pair->fPath.reset(); in setPath()76 pair->fPath = *path; in setPath()78 pair->fMeasure.setPath(&pair->fPath, forceClosed); in setPath()
471 DrawShadowRec(const SkPath& path, const SkDrawShadowRec& rec) : fPath(path), fRec(rec) {} in DrawShadowRec()472 SkPath fPath; member474 void draw(SkCanvas* c, const SkMatrix&) const { c->private_draw_shadow_rec(fPath, fRec); } in draw()