Home
last modified time | relevance | path

Searched refs:glyphIDs (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
DSkiaCanvasProxy.cpp265 glyphIDs = (uint16_t*)text; in GlyphIDConverter()
270 glyphIDs = storage.get(); in GlyphIDConverter()
277 uint16_t* glyphIDs; member in android::uirenderer::GlyphIDConverter
291 glyphs.paint.getTextWidths(glyphs.glyphIDs, glyphs.count << 1, glyphWidths.get()); in onDrawText()
297 glyphs.paint.measureText(glyphs.glyphIDs, glyphs.count << 1, &bounds); in onDrawText()
337 mCanvas->drawGlyphs(glyphs.glyphIDs, &pointStorage[0].fX, glyphs.count, glyphs.paint, in onDrawText()
372 glyphs.paint.measureText(&glyphs.glyphIDs[i], sizeof(uint16_t), &glyphBounds); in onDrawPosText()
378 mCanvas->drawGlyphs(glyphs.glyphIDs, &posArray[0].fX, glyphs.count, glyphs.paint, x, y, in onDrawPosText()