Searched refs:glyph_start_offset (Results 1 - 1 of 1) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table.cc47 int32_t glyph_start_offset = GlyphStartOffset(glyph_id); local
48 if (glyph_start_offset == -1) {
51 return image_data_offset() + glyph_start_offset;

Completed in 259 milliseconds