OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atSize
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkDataTable.h
39
size_t
atSize
(int index) const;
46
* will be the same value that
atSize
(index) would return.
/external/chromium_org/third_party/skia/tests/
DataRefTest.cpp
60
REPORTER_ASSERT(reporter, sizeof(int) == itable->
atSize
(i));
82
REPORTER_ASSERT(reporter, table->
atSize
(i) == sizes[i]);
108
REPORTER_ASSERT(reporter, table->
atSize
(i) == strlen(str[i]) + 1);
130
REPORTER_ASSERT(reporter, table->
atSize
(i) == sizeof(int));
/external/chromium_org/third_party/skia/src/core/
SkDataTable.cpp
51
size_t SkDataTable::
atSize
(int index) const {
Completed in 378 milliseconds