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

/frameworks/base/core/jni/android/graphics/
H A DPathMeasure.cpp44 : fPath(path), fMeasure(fPath, forceClosed) {}
46 SkPath fPath; // copy of the user's path member in struct:PathMeasurePair
47 SkPathMeasure fMeasure; // this guy points to fPath
61 pair->fPath.reset();
63 pair->fPath = *path;
65 pair->fMeasure.setPath(&pair->fPath, forceClosed);

Completed in 1178 milliseconds