HomeSort by relevance Sort by last modified time
    Searched refs:m_zeroLengthLinecapLocations (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGPath.cpp 61 for (size_t i = 0; i < m_zeroLengthLinecapLocations.size(); ++i)
62 strokeBoundingBox.unite(zeroLengthSubpathRect(m_zeroLengthLinecapLocations[i], strokeWidth));
85 if (m_zeroLengthLinecapLocations.isEmpty())
96 for (size_t i = 0; i < m_zeroLengthLinecapLocations.size(); ++i) {
97 usePath = zeroLengthLinecapPath(m_zeroLengthLinecapLocations[i]);
110 for (size_t i = 0; i < m_zeroLengthLinecapLocations.size(); ++i) {
114 if (zeroLengthSubpathRect(m_zeroLengthLinecapLocations[i], strokeWidth).contains(point))
118 FloatPoint radiusVector(point.x() - m_zeroLengthLinecapLocations[i].x(), point.y() - m_zeroLengthLinecapLocations[i].y());
153 m_zeroLengthLinecapLocations.clear()
    [all...]
RenderSVGPath.h 53 Vector<FloatPoint> m_zeroLengthLinecapLocations;

Completed in 119 milliseconds