Searched refs:origPath (Results 1 – 4 of 4) sorted by relevance
136 SmallString<200> origPath = StringRef(origFE->getName()); in flushToFile() local137 fs::make_absolute(origPath); in flushToFile()138 infoOut << origPath << '\n'; in flushToFile()
1464 private static String getPathWithoutEscapes(String origPath) { in getPathWithoutEscapes() argument1465 if (origPath != null && origPath.length() != 0 && origPath.indexOf('%') != -1) { in getPathWithoutEscapes()1467 StringTokenizer tokenizer = new StringTokenizer(origPath, "%"); in getPathWithoutEscapes()1468 StringBuffer result = new StringBuffer(origPath.length()); in getPathWithoutEscapes()1483 return origPath; in getPathWithoutEscapes()
422 bool GrAAConvexPathRenderer::onDrawPath(const SkPath& origPath, in onDrawPath() argument430 if (origPath.isEmpty()) { in onDrawPath()448 origPath.transform(vm, &path); in onDrawPath()
716 void SkPDFDevice::drawPath(const SkDraw& d, const SkPath& origPath, in drawPath() argument720 SkPath* pathPtr = const_cast<SkPath*>(&origPath); in drawPath()729 origPath.transform(*prePathMatrix, pathPtr); in drawPath()745 bool fill = paint.getFillPath(origPath, pathPtr); in drawPath()