Home
last modified time | relevance | path

Searched defs:SkScalarCeilToInt (Results 1 – 1 of 1) sorted by relevance

/external/skia/include/core/
DSkScalar.h43 #define SkScalarCeilToInt(x) sk_float_ceil2int(x) macro
86 #define SkScalarCeilToInt(x) (int)ceil(x) macro