OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkScalarRoundToInt
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkScalar.h
98
#define
SkScalarRoundToInt
(x) sk_float_round2int(x)
217
#define
SkScalarRoundToInt
(x) SkFixedRoundToInt(x)
267
#define SkScalarRound(x)
SkScalarRoundToInt
(x)
/external/skia/include/core/
SkScalar.h
98
#define
SkScalarRoundToInt
(x) sk_float_round2int(x)
217
#define
SkScalarRoundToInt
(x) SkFixedRoundToInt(x)
267
#define SkScalarRound(x)
SkScalarRoundToInt
(x)
Completed in 42 milliseconds