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

  /external/webkit/WebCore/platform/graphics/
FloatSize.cpp 39 FloatSize FloatSize::narrowPrecision(double width, double height)
FloatPoint.cpp 44 return narrowPrecision(newX, newY);
51 return narrowPrecision(newX, newY);
54 FloatPoint FloatPoint::narrowPrecision(double x, double y)
FloatRect.cpp 44 FloatRect FloatRect::narrowPrecision(double x, double y, double width, double height)

Completed in 55 milliseconds