Home
last modified time | relevance | path

Searched refs:fKeyValuePairs (Results 1 – 2 of 2) sorted by relevance

/external/skia/third_party/ktx/
Dktx.cpp160 const KeyValue *begin = this->fKeyValuePairs.begin(); in getValueForKey()
161 const KeyValue *end = this->fKeyValuePairs.end(); in getValueForKey()
287 fKeyValuePairs.push_back(kv); in readKTXFile()
Dktx.h132 SkTArray<KeyValue> fKeyValuePairs; variable