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

/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp52 SkPath tmpPath; local
53 getStagingPath(&tmpPath);
54 renderPath.addPath(tmpPath, pathMatrix);
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp578 paint->getPosTextPath(glyphs + start, (end - start) << 1, pos + start, &tmpPath);
579 path->addPath(tmpPath);
590 SkPath tmpPath; member in class:android::PaintGlue::GetTextFunctor

Completed in 909 milliseconds