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

  /external/skia/include/core/
SkScalar.h 124 /** SkScalarFraction(x) returns the signed fractional part of the argument
126 #define SkScalarFraction(x) sk_float_mod(x, 1.0f)
242 #define SkScalarFraction(x) SkFixedFraction(x)
  /external/skia/legacy/include/core/
SkScalar.h 116 /** SkScalarFraction(x) returns the signed fractional part of the argument
118 #define SkScalarFraction(x) sk_float_mod(x, 1.0f)
232 #define SkScalarFraction(x) SkFixedFraction(x)

Completed in 44 milliseconds