Searched defs:offsetToDir (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkFontStream.cpp49 if offsetToDir is not-null, set it to the offset to the beginning of the
52 On an error, return 0 for number of tables, and ignore offsetToDir
54 static int count_tables(SkStream* stream, int ttcIndex, size_t* offsetToDir) { argument
94 if (offsetToDir) {
96 *offsetToDir = offset + sizeof(SkSFNTHeader);
116 size_t offsetToDir; local
117 fCount = count_tables(stream, ttcIndex, &offsetToDir);
123 if (!skip(stream, offsetToDir)) {

Completed in 101 milliseconds