Home | History | Annotate | Download | only in hwui

Lines Matching refs:glyphIDs

214  * into glyphIDs.
221 glyphIDs = (uint16_t*)text;
226 glyphIDs = storage.get();
233 uint16_t* glyphIDs;
241 // convert to glyphIDs if necessary
247 glyphs.paint.getTextWidths(glyphs.glyphIDs, glyphs.count << 1, glyphWidths.get());
253 glyphs.paint.measureText(glyphs.glyphIDs, glyphs.count << 1, &bounds);
293 mCanvas->drawGlyphs(glyphs.glyphIDs, &pointStorage[0].fX, glyphs.count, glyphs.paint,
299 // convert to glyphIDs if necessary
328 glyphs.paint.measureText(&glyphs.glyphIDs[i], sizeof(uint16_t), &glyphBounds);
334 mCanvas->drawGlyphs(glyphs.glyphIDs, &posArray[0].fX, glyphs.count, glyphs.paint, x, y,
350 // convert to glyphIDs if necessary
352 mCanvas->drawGlyphsOnPath(glyphs.glyphIDs, glyphs.count, path, 0, 0, glyphs.paint);