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

  /external/chromium_org/third_party/skia/include/core/
SkScalar.h 86 /** SkScalarFraction(x) returns the signed fractional part of the argument
88 #define SkScalarFraction(x) sk_float_mod(x, 1.0f)
205 #define SkScalarFraction(x) SkFixedFraction(x)
  /external/skia/include/core/
SkScalar.h 86 /** SkScalarFraction(x) returns the signed fractional part of the argument
88 #define SkScalarFraction(x) sk_float_mod(x, 1.0f)
205 #define SkScalarFraction(x) SkFixedFraction(x)

Completed in 722 milliseconds