Home
last modified time | relevance | path

Searched refs:origPath (Results 1 – 8 of 8) sorted by relevance

/external/skia/experimental/AndroidPathRenderer/
DGrAndroidPathRenderer.cpp29 bool GrAndroidPathRenderer::onDrawPath(const SkPath& origPath, in onDrawPath() argument
36 android::uirenderer::PathRenderer::ConvexPathVertices(origPath, stroke, antiAlias, NULL, in onDrawPath()
/external/skia/experimental/StrokePathRenderer/
DGrStrokePathRenderer.cpp82 bool GrStrokePathRenderer::onDrawPath(const SkPath& origPath,
86 if (origPath.isEmpty()) {
109 const int nbQuads = origPath.countPoints() + 1; // Could be "-1" if path is not closed
123 SkPath::Iter iter(origPath, false);
/external/clang/lib/ARCMigrate/
DFileRemapper.cpp133 SmallString<200> origPath = StringRef(origFE->getName()); in flushToFile() local
134 fs::make_absolute(origPath); in flushToFile()
135 infoOut << origPath << '\n'; in flushToFile()
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DLSSerializerImpl.java1464 private static String getPathWithoutEscapes(String origPath) { in getPathWithoutEscapes() argument
1465 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()
/external/skia/src/pdf/
DSkPDFDevice.cpp938 const SkPath& origPath, in drawPath() argument
945 SkPath* pathPtr = const_cast<SkPath*>(&origPath); in drawPath()
954 origPath.transform(*prePathMatrix, pathPtr); in drawPath()
968 bool fill = paint.getFillPath(origPath, pathPtr); in drawPath()
982 if (handleInversePath(d, origPath, paint, pathIsMutable, prePathMatrix)) { in drawPath()
1419 bool SkPDFDevice::handleInversePath(const SkDraw& d, const SkPath& origPath, in handleInversePath() argument
1422 if (!origPath.isInverseFillType()) { in handleInversePath()
1431 SkPath* pathPtr = const_cast<SkPath*>(&origPath); in handleInversePath()
1437 bool doFillPath = paint.getFillPath(origPath, &modifiedPath); in handleInversePath()
DSkPDFDevice.h293 bool handleInversePath(const SkDraw& d, const SkPath& origPath,
/external/skia/src/gpu/
DGrClipMaskManager.cpp61 const SkPath& origPath, in path_needs_SW_renderer() argument
65 SkTCopyOnFirstWrite<SkPath> path(origPath); in path_needs_SW_renderer()
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js2506 var origPath = path;