OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkFloatToIntCast
(Results
1 - 3
of
3
) sorted by null
/external/skia/include/core/
SkFloatBits.h
103
static inline int32_t
SkFloatToIntCast
(float x) {
/external/skia/legacy/include/core/
SkFloatBits.h
105
static inline int32_t
SkFloatToIntCast
(float x) {
/external/skia/tests/
MathTest.cpp
211
int iix =
SkFloatToIntCast
(x);
Completed in 25 milliseconds