Home
last modified time | relevance | path

Searched refs:atT (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/include/core/
H A DSkDataTable.h47 const T* atT(int index, size_t* size = nullptr) const { in atT() function in SkDataTable
57 const char* str = this->atT<const char>(index, &size); in atStr()
/third_party/skia/tests/
H A DDataRefTest.cpp66 REPORTER_ASSERT(reporter, *itable->atT<int>(i, &size) == idata[i]); in test_simpletable()
87 REPORTER_ASSERT(reporter, !strcmp(table->atT<const char>(i, &size), in test_vartable()
109 REPORTER_ASSERT(reporter, *table->atT<const char>(i, &size) == i); in test_globaltable()

Completed in 1 milliseconds