Home
last modified time | relevance | path

Searched refs:addKey (Results 1 – 8 of 8) sorted by relevance

/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/
DKeyPath.java69 public KeyPath addKey(String key) { in addKey() method in KeyPath
/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/
DMiscUtils.java103 currentPartialKeyPath = currentPartialKeyPath.addKey(content.getName()); in resolveKeyPath()
/external/skia/src/gpu/text/
DGrTextBlob.h222 void addKey(const Key& key);
DGrTextBlob.cpp1523 void GrTextBlob::addKey(const Key& key) { in addKey() function in GrTextBlob
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DContentGroup.java229 currentPartialKeyPath = currentPartialKeyPath.addKey(getName()); in resolveKeyPath()
/external/skqp/tests/
DGrSurfaceTest.cpp400 auto addKey = [](GrTexture* texture) { in DEF_GPUTEST() local
410 std::function<void(GrTexture*)> keyAdders[] = {addKey, dontAddKey}; in DEF_GPUTEST()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
DBaseLayer.java571 currentPartialKeyPath = currentPartialKeyPath.addKey(getName()); in resolveKeyPath()
/external/skia/src/gpu/
DGrSurfaceDrawContext.cpp412 blob->addKey(key); in drawGlyphRunListWithCache()