HomeSort by relevance Sort by last modified time
    Searched refs:offsetToDir (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkFontStream.cpp 50 if offsetToDir is not-null, set it to the offset to the beginning of the
53 On an error, return 0 for number of tables, and ignore offsetToDir
55 static int count_tables(SkStream* stream, int ttcIndex, size_t* offsetToDir) {
95 if (offsetToDir) {
97 *offsetToDir = offset + sizeof(SkSFNTHeader);
117 size_t offsetToDir;
118 fCount = count_tables(stream, ttcIndex, &offsetToDir);
124 if (!skip(stream, offsetToDir)) {
  /external/skqp/src/core/
SkFontStream.cpp 50 if offsetToDir is not-null, set it to the offset to the beginning of the
53 On an error, return 0 for number of tables, and ignore offsetToDir
55 static int count_tables(SkStream* stream, int ttcIndex, size_t* offsetToDir) {
95 if (offsetToDir) {
97 *offsetToDir = offset + sizeof(SkSFNTHeader);
117 size_t offsetToDir;
118 fCount = count_tables(stream, ttcIndex, &offsetToDir);
124 if (!skip(stream, offsetToDir)) {

Completed in 73 milliseconds