OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gHex
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkString.cpp
533
static const char
gHex
[] = "0123456789ABCDEF";
539
*--p =
gHex
[hex & 0xF];
/external/skia/src/core/
SkString.cpp
533
static const char
gHex
[] = "0123456789ABCDEF";
539
*--p =
gHex
[hex & 0xF];
Completed in 25 milliseconds