Home | History | Annotate | Download | only in core

Lines Matching defs:SkDataTable

17  *  Like SkData, SkDataTable holds an immutable data buffer. The data buffer is
21 class SK_API SkDataTable : public SkRefCnt {
23 SK_DECLARE_INST_COUNT(SkDataTable)
68 static SkDataTable* NewEmpty();
79 static SkDataTable* NewCopyArrays(const void * const * ptrs,
90 static SkDataTable* NewCopyArray(const void* array, size_t elemSize,
93 static SkDataTable* NewArrayProc(const void* array, size_t elemSize,
112 SkDataTable();
113 SkDataTable(const void* array, size_t elemSize, int count,
115 SkDataTable(const Dir*, int count, FreeProc, void* context);
116 virtual ~SkDataTable();
125 * create a SkDataTable.
144 * Copy size-bytes from data, and append it to the growing SkDataTable.
165 * Return an SkDataTable from the accumulated entries that were added by
169 SkDataTable* detachDataTable();
172 SkTDArray<SkDataTable::Dir> fDir;