Home | History | Annotate | Download | only in android

Lines Matching refs:glyphs

129     const GlyphBufferGlyph*     glyphs = glyphBuffer.glyphs(from);
147 if (EmojiFont::IsEmojiGlyph(glyphs[i])) {
149 canvas->drawPosText(&glyphs[localIndex],
152 EmojiFont::Draw(canvas, glyphs[i], x, y, paint);
153 // reset local index/count track for "real" glyphs
163 // draw the last run of glyphs (if any)
165 canvas->drawPosText(&glyphs[localIndex],
174 canvas->drawPosText(glyphs, numGlyphs * sizeof(uint16_t), pos, paint);
206 // go to chars, instead of glyphs, which was set by setupForText()