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

/external/skia/include/core/
H A DSkPath.h993 void copyFields(const SkPath& that);
/external/skia/src/core/
H A DSkPath.cpp146 this->copyFields(that);
159 this->copyFields(that);
165 void SkPath::copyFields(const SkPath& that) { function in class:SkPath

Completed in 57 milliseconds