OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkFloatToIntFloor
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkFloatBits.h
109
static inline int32_t
SkFloatToIntFloor
(float x) {
SkFloatingPoint.h
106
#define sk_float_floor2int(x)
SkFloatToIntFloor
(x)
/external/chromium_org/third_party/skia/tests/
MathTest.cpp
240
int iix =
SkFloatToIntFloor
(x);
Completed in 386 milliseconds