Searched defs:glyphIDs (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DSkiaCanvasProxy.cpp214 * into glyphIDs.
221 glyphIDs = (uint16_t*)text;
226 glyphIDs = storage.get();
233 uint16_t* glyphIDs; member in class:android::uirenderer::GlyphIDConverter
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[
[all...]

Completed in 8 milliseconds