Home | History | Annotate | Download | only in fonts

Lines Matching full:glyphs

47 static HB_Error substituteWithVerticalGlyphs(const FontPlatformData& platformData, uint16_t* glyphs, unsigned bufferLength)
58 hb_buffer_add_glyph(buffer, glyphs[i], 0, i);
78 glyphs[i] = static_cast<Glyph>(buffer->out_string[i].gindex);
103 uint16_t* glyphs = glyphStorage.get();
108 // Convert to vertical form if there is no vertical glyphs.
113 unsigned count = paint.textToGlyphs(textBuffer, bufferLength << 1, glyphs);
128 if (substituteWithVerticalGlyphs(fontData->platformData(), glyphs, bufferLength)) {
133 unsigned count = paint.textToGlyphs(textBuffer, bufferLength << 1, glyphs);
150 uint16_t glyphID = glyphs[i];
159 uint16_t glyphID = glyphs[i];