Searched refs:getValueForKey (Results 1 – 3 of 3) sorted by relevance
58 SkString getValueForKey(const SkString& key) const;
159 SkString SkKTXFile::getValueForKey(const SkString& key) const { in getValueForKey() function in SkKTXFile
68 const bool bSrcIsPremul = ktxFile.getValueForKey(premulKey) == SkString("True"); in onDecode()