Home | History | Annotate | Download | only in bitmap

Lines Matching refs:glyph_id

100     CALLER_ATTACH BitmapGlyphInfo* GlyphInfo(int32_t glyph_id);
101 int32_t GlyphOffset(int32_t glyph_id);
102 int32_t GlyphLength(int32_t glyph_id);
103 int32_t GlyphFormat(int32_t glyph_id);
117 IndexSubTable::Builder* SearchIndexSubTables(int32_t glyph_id);
118 IndexSubTable::Builder* LinearSearchIndexSubTables(int32_t glyph_id);
119 IndexSubTable::Builder* BinarySearchIndexSubTables(int32_t glyph_id);
145 int32_t GlyphOffset(int32_t glyph_id);
146 int32_t GlyphLength(int32_t glyph_id);
147 CALLER_ATTACH BitmapGlyphInfo* GlyphInfo(int32_t glyph_id);
148 int32_t GlyphFormat(int32_t glyph_id);
157 IndexSubTable* SearchIndexSubTables(int32_t glyph_id);
158 IndexSubTable* LinearSearchIndexSubTables(int32_t glyph_id);
159 IndexSubTable* BinarySearchIndexSubTables(int32_t glyph_id);