Home
last modified time | relevance | path

Searched refs:subPath (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceClipper.cpp120 Path subPath; in tryPathOnlyClipping() local
121 styled->toClipPath(subPath); in tryPathOnlyClipping()
122 subPath.setWindRule(svgStyle->clipRule()); in tryPathOnlyClipping()
123 if (!clipPath.unionPath(subPath)) in tryPathOnlyClipping()
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DDefaultHdfParser.java108 private String createFullPath(List<String> context, String subPath) { in createFullPath() argument
113 result.append(subPath); in createFullPath()