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

  /external/webkit/Source/WebCore/platform/graphics/openvg/
PathOpenVG.cpp 240 FloatSize v21 = point2 - point1; local
243 double cross = v01.width() * v21.height() - v01.height() * v21.width();
252 double d21 = hypot(v21.width(), v21.height());
259 FloatPoint endPoint = FloatPoint(point1.x() + v21.width() * rate,
260 point1.y() + v21.height() * rate);
  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.cpp 660 PathVector v21 = p2 - p1; local
663 double cross = v01.m_x * v21.m_y - v01.m_y * v21.m_x;
672 double d21 = v21.length();
684 endPoint.m_x = p1.m_x + v21.m_x * rate;
685 endPoint.m_y = p1.m_y + v21.m_y * rate;

Completed in 60 milliseconds