OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkToUInt
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkDebug.cpp
49
unsigned
SkToUInt
(uintmax_t x) {
/external/chromium_org/third_party/skia/include/core/
SkTypes.h
245
SK_API unsigned
SkToUInt
(uintmax_t);
255
#define
SkToUInt
(x) ((unsigned)(x))
Completed in 338 milliseconds