OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sk_float_floor2int
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/core/
SkFloatingPoint.h
77
#define
sk_float_floor2int
(x) SkFloatToIntFloor(x)
macro
81
#define
sk_float_floor2int
(x) (int)sk_float_floor(x)
macro
SkScalar.h
134
#define SkScalarFloor(x)
sk_float_floor2int
(x)
Completed in 25 milliseconds