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

  /external/webkit/Source/WebCore/platform/graphics/
FloatPoint.cpp 77 float findSlope(const FloatPoint& p1, const FloatPoint& p2, float& c)
91 float pSlope = findSlope(p1, p2, pOffset);
94 float dSlope = findSlope(d1, d2, dOffset);
FloatPoint.h 205 float findSlope(const FloatPoint& p1, const FloatPoint& p2, float& c);

Completed in 288 milliseconds