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

  /external/webkit/Source/WebCore/platform/graphics/
FloatSize.cpp 45 FloatSize FloatSize::narrowPrecision(double width, double height)
FloatPoint.cpp 62 return narrowPrecision(newX, newY);
69 return narrowPrecision(newX, newY);
72 FloatPoint FloatPoint::narrowPrecision(double x, double y)
FloatRect.cpp 45 FloatRect FloatRect::narrowPrecision(double x, double y, double width, double height)

Completed in 1049 milliseconds