Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkScalar.h42 #define SkScalarFloorToInt(x) sk_float_floor2int(x) macro
85 #define SkScalarFloorToInt(x) (int)floor(x) macro