Home
last modified time | relevance | path

Searched refs:PathElementCloseSubpath (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DPath.h83 PathElementCloseSubpath enumerator
DPath.cpp63 case PathElementCloseSubpath: in pathLengthApplierFunction()
/external/webkit/WebCore/platform/graphics/skia/
DPathSkia.cpp202 pathElement.type = PathElementCloseSubpath; in apply()
/external/webkit/WebCore/platform/graphics/android/
DPathAndroid.cpp258 elem.type = PathElementCloseSubpath; in apply()
/external/webkit/WebCore/rendering/
DRenderPath.cpp323 case PathElementCloseSubpath: in updateMarkerDataForElement()
/external/webkit/WebCore/platform/graphics/cairo/
DPathCairo.cpp333 pelement.type = PathElementCloseSubpath; in apply()