Searched refs:getCustomData (Results 1 – 9 of 9) sorted by relevance
48 return getMediaItem(Assertions.checkNotNull(item.getMedia().getCustomData())); in toMediaItem()66 .setCustomData(getCustomData(item)) in toMediaQueueItem()112 private static JSONObject getCustomData(MediaItem mediaItem) { in getCustomData() method in DefaultMediaItemConverter
225 SkData* getCustomData() const { in getCustomData() function227 return fKey.getCustomData(); in getCustomData()
290 } else if (isNewerBetter(tmp->getCustomData(), key.getCustomData())) { in internalAddVerts()
90 SkASSERT(!key->getCustomData()); in GrMakeUniqueKeyInvalidationListener()
259 this->setCustomData(sk_ref_sp(that.getCustomData()));268 SkData* getCustomData() const { return fData.get(); } in getCustomData() function
260 this->setCustomData(sk_ref_sp(that.getCustomData()));269 SkData* getCustomData() const { return fData.get(); } in getCustomData() function
60 const SkData* data = vertexBuffer->getUniqueKey().getCustomData(); in cache_match()
1013 REPORTER_ASSERT(reporter, *(int*) d2->getUniqueKey().getCustomData()->data() == 4132); in test_duplicate_unique_key()1462 REPORTER_ASSERT(reporter, *(int*) key1.getCustomData()->data() == 4132); in test_custom_data()1463 REPORTER_ASSERT(reporter, key2.getCustomData() == nullptr); in test_custom_data()1467 REPORTER_ASSERT(reporter, *(int*) key3.getCustomData()->data() == 4132); in test_custom_data()
1051 REPORTER_ASSERT(reporter, *(int*) d2->getUniqueKey().getCustomData()->data() == 4132); in test_duplicate_unique_key()1467 REPORTER_ASSERT(reporter, *(int*) key1.getCustomData()->data() == 4132); in test_custom_data()1468 REPORTER_ASSERT(reporter, key2.getCustomData() == nullptr); in test_custom_data()1472 REPORTER_ASSERT(reporter, *(int*) key3.getCustomData()->data() == 4132); in test_custom_data()