Searched refs:setImageSlot (Results 1 – 3 of 3) sorted by relevance
140 void setImageSlot(std::string, sk_sp<skresources::ImageAsset>);
328 void SlotManager::setImageSlot(std::string slotID, sk_sp<skresources::ImageAsset> img) { in setImageSlot() function in skottie_utils::SlotManager
327 fSlotManager->setImageSlot(s.first.data(), img); in pushSlots()