Searched refs:addKey (Results 1 – 8 of 8) sorted by relevance
69 public KeyPath addKey(String key) { in addKey() method in KeyPath
103 currentPartialKeyPath = currentPartialKeyPath.addKey(content.getName()); in resolveKeyPath()
222 void addKey(const Key& key);
1523 void GrTextBlob::addKey(const Key& key) { in addKey() function in GrTextBlob
229 currentPartialKeyPath = currentPartialKeyPath.addKey(getName()); in resolveKeyPath()
400 auto addKey = [](GrTexture* texture) { in DEF_GPUTEST() local410 std::function<void(GrTexture*)> keyAdders[] = {addKey, dontAddKey}; in DEF_GPUTEST()
571 currentPartialKeyPath = currentPartialKeyPath.addKey(getName()); in resolveKeyPath()
412 blob->addKey(key); in drawGlyphRunListWithCache()