Searched refs:origPath (Results 1 - 5 of 5) sorted by relevance
/external/clang/lib/ARCMigrate/ |
H A D | FileRemapper.cpp | 138 SmallString<200> origPath = StringRef(origFE->getName()); local 139 fs::make_absolute(origPath); 140 infoOut << origPath << '\n'; local
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
H A D | LSSerializerImpl.java | 1464 private static String getPathWithoutEscapes(String origPath) {
argument 1465 if (origPath != null && origPath.length() != 0 && origPath.indexOf('%') != -1) {
1467 StringTokenizer tokenizer = new StringTokenizer(origPath, "%");
1468 StringBuffer result = new StringBuffer(origPath.length());
1483 return origPath;
|
/external/skia/src/gpu/ |
H A D | GrAAConvexPathRenderer.cpp | 439 bool GrAAConvexPathRenderer::onDrawPath(const SkPath& origPath, argument 444 const SkPath* path = &origPath; 464 origPath.transform(*vm, &tmpPath);
|
H A D | GrClipMaskManager.cpp | 59 const SkPath& origPath, 63 SkTCopyOnFirstWrite<SkPath> path(origPath); 57 path_needs_SW_renderer(GrContext* context, GrGpu* gpu, const SkPath& origPath, const SkStrokeRec& stroke, bool doAA) argument
|
/external/skia/src/pdf/ |
H A D | SkPDFDevice.cpp | 795 void SkPDFDevice::drawPath(const SkDraw& d, const SkPath& origPath, argument 799 SkPath* pathPtr = const_cast<SkPath*>(&origPath); 808 origPath.transform(*prePathMatrix, pathPtr); 824 bool fill = paint.getFillPath(origPath, pathPtr);
|
Completed in 177 milliseconds