OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateKeyValue
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/third_party/ktx/
ktx.h
112
static KeyValue
CreateKeyValue
(const char *key, const char *value);
ktx.cpp
356
SkKTXFile::KeyValue SkKTXFile::
CreateKeyValue
(const char *cstrKey, const char *cstrValue) {
474
kvPairs.push_back(
CreateKeyValue
("KTXPremultipliedAlpha", "True"));
483
kvPairs.push_back(
CreateKeyValue
("KTXPremultipliedAlpha", "True"));
/external/skia/third_party/ktx/
ktx.h
111
static KeyValue
CreateKeyValue
(const char *key, const char *value);
ktx.cpp
296
SkKTXFile::KeyValue SkKTXFile::
CreateKeyValue
(const char *cstrKey, const char *cstrValue) {
414
kvPairs.push_back(
CreateKeyValue
("KTXPremultipliedAlpha", "True"));
423
kvPairs.push_back(
CreateKeyValue
("KTXPremultipliedAlpha", "True"));
Completed in 140 milliseconds