Home
last modified time | relevance | path

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

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