Home | History | Annotate | Download | only in subtly

Lines Matching refs:glyph

88   // Creating the segments and the glyph id array
135 // Writing the segments and glyph id array to the CMap
183 // Get the glyph for this resolved_glyph_id.
186 // Get the LOCA table for the current glyph id.
193 // Get the GLYF table for the current glyph id.
197 GlyphPtr glyph;
198 glyph.Attach(glyph_table->GetGlyph(offset, length));
200 // The data reference by the glyph is copied into a new glyph and
203 Ptr<ReadableFontData> data = glyph->ReadFontData();
220 // If there are missing glyph ids, their loca entries must all point
221 // to the same offset as the last valid glyph id making them all zero length.