Home
last modified time | relevance | path

Searched refs:PathElementAddLineToPoint (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGSubpathData.h50 case PathElementAddLineToPoint: in updateFromPathElement()
DSVGMarkerData.h129 case PathElementAddLineToPoint: in updateMarkerDataForPathElement()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DPath.h52 PathElementAddLineToPoint, // The points member will contain 1 value. enumerator
DPath.cpp123 pathElement.type = PathElementAddLineToPoint; in apply()