Searched refs:offsetToDir (Results 1 – 1 of 1) sorted by relevance
55 static int count_tables(SkStream* stream, int ttcIndex, size_t* offsetToDir) { in count_tables() argument95 if (offsetToDir) { in count_tables()97 *offsetToDir = offset + sizeof(SkSFNTHeader); in count_tables()117 size_t offsetToDir; in init() local118 fCount = count_tables(stream, ttcIndex, &offsetToDir); in init()124 if (!skip(stream, offsetToDir)) { in init()