Home
last modified time | relevance | path

Searched refs:atSize (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/tests/
H A DDataRefTest.cpp65 REPORTER_ASSERT(reporter, sizeof(int) == itable->atSize(i)); in test_simpletable()
86 REPORTER_ASSERT(reporter, table->atSize(i) == sizes[i]); in test_vartable()
108 REPORTER_ASSERT(reporter, table->atSize(i) == sizeof(int)); in test_globaltable()
/third_party/skia/tools/skottie_ios_app/
H A DSkiaViewController.h13 - (void)draw:(CGRect)rect toCanvas:(SkCanvas*)canvas atSize:(CGSize)size;
H A DSkottieViewController.h12 - (void)draw:(CGRect)rect toCanvas:(SkCanvas*)canvas atSize:(CGSize)size;
/third_party/skia/include/core/
H A DSkDataTable.h35 size_t atSize(int index) const;
42 * will be the same value that atSize(index) would return.
/third_party/skia/src/core/
H A DSkDataTable.cpp52 size_t SkDataTable::atSize(int index) const { in atSize() function in SkDataTable

Completed in 2 milliseconds