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

/frameworks/base/libs/hwui/pipeline/skia/
H A DReorderBarrierDrawables.cpp168 SkPath tmpPath; local
175 Op(*casterPath, *revealClipPath, kIntersect_SkPathOp, &tmpPath);
176 tmpPath.setIsVolatile(true);
177 casterPath = &tmpPath;
184 Op(*casterPath, clipBoundsPath, kIntersect_SkPathOp, &tmpPath);
185 tmpPath.setIsVolatile(true);
186 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 116 milliseconds