Searched defs:AutoTmpPath (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkStroke.cpp515 class AutoTmpPath { class
517 AutoTmpPath(const SkPath& src, SkPath** dst) : fSrc(src) { function in class:AutoTmpPath
527 ~AutoTmpPath() {
544 AutoTmpPath tmp(src, &dst);
/external/skia/src/core/
H A DSkStroke.cpp515 class AutoTmpPath { class
517 AutoTmpPath(const SkPath& src, SkPath** dst) : fSrc(src) { function in class:AutoTmpPath
527 ~AutoTmpPath() {
544 AutoTmpPath tmp(src, &dst);

Completed in 47 milliseconds