OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MarkerPosition
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGMarkerData.h
37
struct
MarkerPosition
{
38
MarkerPosition
(SVGMarkerType useType, const FloatPoint& useOrigin, float useAngle)
52
SVGMarkerData(Vector<
MarkerPosition
>& positions)
68
markerData->m_positions.append(
MarkerPosition
(markerType, markerData->m_origin, markerData->currentAngle(markerType)));
78
m_positions.append(
MarkerPosition
(EndMarker, m_origin, currentAngle(EndMarker)));
146
Vector<
MarkerPosition
>& m_positions;
RenderSVGShape.h
122
Vector<
MarkerPosition
> m_markerPositions;
Completed in 27 milliseconds