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 73 /** SkScalarFraction(x) returns the signed fractional part of the argument
75 #define SkScalarFraction(x) sk_float_mod(x, 1.0f)
  /external/skia/include/core/
SkScalar.h 73 /** SkScalarFraction(x) returns the signed fractional part of the argument
75 #define SkScalarFraction(x) sk_float_mod(x, 1.0f)

Completed in 724 milliseconds