Searched defs:SkScalarRoundToInt (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkScalar.h83 #define SkScalarRoundToInt(x) sk_float_round2int(x) macro
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/
H A DSkScalar.h83 #define SkScalarRoundToInt(x) sk_float_round2int(x) macro
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 2132 milliseconds