Searched refs:offsetToDir (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkFontStream.cpp | 55 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()
|
/external/skqp/src/core/ |
D | SkFontStream.cpp | 55 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()
|