Home
last modified time | relevance | path

Searched refs:offsetToDir (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkFontStream.cpp55 static int count_tables(SkStream* stream, int ttcIndex, size_t* offsetToDir) { in count_tables() argument
95 if (offsetToDir) { in count_tables()
97 *offsetToDir = offset + sizeof(SkSFNTHeader); in count_tables()
117 size_t offsetToDir; in init() local
118 fCount = count_tables(stream, ttcIndex, &offsetToDir); in init()
124 if (!skip(stream, offsetToDir)) { in init()