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

/frameworks/base/libs/hwui/pipeline/skia/
H A DReorderBarrierDrawables.cpp173 SkPath tmpPath; local
180 Op(*casterPath, *revealClipPath, kIntersect_SkPathOp, &tmpPath);
181 casterPath = &tmpPath;
188 Op(*casterPath, clipBoundsPath, kIntersect_SkPathOp, &tmpPath);
189 casterPath = &tmpPath;
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp294 paint->getPosTextPath(glyphs + start, (end - start) << 1, pos + start, &tmpPath);
295 path->addPath(tmpPath);
306 SkPath tmpPath; member in class:android::PaintGlue::GetTextFunctor

Completed in 50 milliseconds