OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSkinPath
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/views/
SkWidgets.cpp
56
static const char
kSkinPath
[] = "skins/";
66
SkString path(sizeof(
kSkinPath
) - 1 + len);
68
memcpy(path.writable_str(),
kSkinPath
, sizeof(
kSkinPath
) - 1);
69
memcpy(path.writable_str() + sizeof(
kSkinPath
) - 1, gSkinNames[i], len);
/external/skia/src/views/
SkWidgets.cpp
56
static const char
kSkinPath
[] = "skins/";
66
SkString path(sizeof(
kSkinPath
) - 1 + len);
68
memcpy(path.writable_str(),
kSkinPath
, sizeof(
kSkinPath
) - 1);
69
memcpy(path.writable_str() + sizeof(
kSkinPath
) - 1, gSkinNames[i], len);
Completed in 28 milliseconds