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

  /external/webkit/Source/WebCore/css/
CSSPrimitiveValue.cpp 254 return roundForImpreciseConversion<int, INT_MAX, INT_MIN>(computeLengthDouble(style, rootStyle));
259 return roundForImpreciseConversion<int, INT_MAX, INT_MIN>(computeLengthDouble(style, rootStyle, multiplier));
266 return roundForImpreciseConversion<int, intMaxForLength, intMinForLength>(computeLengthDouble(style, rootStyle));
271 return roundForImpreciseConversion<int, intMaxForLength, intMinForLength>(computeLengthDouble(style, rootStyle, multiplier));
276 return roundForImpreciseConversion<short, SHRT_MAX, SHRT_MIN>(computeLengthDouble(style, rootStyle));
281 return roundForImpreciseConversion<short, SHRT_MAX, SHRT_MIN>(computeLengthDouble(style, rootStyle, multiplier));
CSSPrimitiveValue.h 41 template<typename T, T max, T min> inline T roundForImpreciseConversion(double value)
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h     [all...]

Completed in 37 milliseconds