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

  /external/chromium_org/third_party/skia/include/core/
SkScalar.h 83 #define SkScalarRoundToInt(x) sk_float_round2int(x)
87 * Variant of SkScalarRoundToInt, that performs the rounding step (adding 0.5) explicitly using
90 * This routine will likely be slower than SkScalarRoundToInt(), and should only be used when the
95 * int ix = SkScalarRoundToInt(x);
185 # define SkScalarRound(x) SkScalarRoundToInt(x)
  /external/skia/include/core/
SkScalar.h 83 #define SkScalarRoundToInt(x) sk_float_round2int(x)
87 * Variant of SkScalarRoundToInt, that performs the rounding step (adding 0.5) explicitly using
90 * This routine will likely be slower than SkScalarRoundToInt(), and should only be used when the
95 * int ix = SkScalarRoundToInt(x);
185 # define SkScalarRound(x) SkScalarRoundToInt(x)

Completed in 130 milliseconds