Home
last modified time | relevance | path

Searched refs:getValueForKey (Results 1 – 3 of 3) sorted by relevance

/external/skia/third_party/ktx/
Dktx.h58 SkString getValueForKey(const SkString& key) const;
Dktx.cpp159 SkString SkKTXFile::getValueForKey(const SkString& key) const { in getValueForKey() function in SkKTXFile
/external/skia/src/images/
DSkImageDecoder_ktx.cpp68 const bool bSrcIsPremul = ktxFile.getValueForKey(premulKey) == SkString("True"); in onDecode()