OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gFormat
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkString.cpp
135
static const char
gFormat
[] = "%.8g";
138
int len = SNPRINTF(buffer, sizeof(buffer),
gFormat
, value);
/external/skia/src/core/
SkString.cpp
135
static const char
gFormat
[] = "%.8g";
138
int len = SNPRINTF(buffer, sizeof(buffer),
gFormat
, value);
Completed in 23 milliseconds