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

  /external/webkit/Source/WebCore/platform/graphics/
FloatRect.cpp 126 void FloatRect::fitToPoints(const FloatPoint& p0, const FloatPoint& p1)
165 void FloatRect::fitToPoints(const FloatPoint& p0, const FloatPoint& p1, const FloatPoint& p2)
175 void FloatRect::fitToPoints(const FloatPoint& p0, const FloatPoint& p1, const FloatPoint& p2, const FloatPoint& p3)
FloatRect.h 136 void fitToPoints(const FloatPoint& p0, const FloatPoint& p1);
137 void fitToPoints(const FloatPoint& p0, const FloatPoint& p1, const FloatPoint& p2);
138 void fitToPoints(const FloatPoint& p0, const FloatPoint& p1, const FloatPoint& p2, const FloatPoint& p3);
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnPathProcessor.cpp 335 m_boundingBox.fitToPoints(m_points[0], m_points[1], m_points[2], m_points[3]);
339 m_boundingBox.fitToPoints(m_points[0], m_points[1]);
    [all...]

Completed in 841 milliseconds