Searched refs:glyphIDs (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/hwui/ |
D | SkiaCanvasProxy.cpp | 191 glyphIDs = (uint16_t*)text; in GlyphIDConverter() 195 glyphIDs = storage.get(); in GlyphIDConverter() 202 uint16_t* glyphIDs; member in android::uirenderer::GlyphIDConverter 216 glyphs.paint.getTextWidths(glyphs.glyphIDs, glyphs.count << 1, glyphWidths.get()); in onDrawText() 222 glyphs.paint.measureText(glyphs.glyphIDs, glyphs.count << 1, &bounds); in onDrawText() 262 mCanvas->drawText(glyphs.glyphIDs, &pointStorage[0].fX, glyphs.count, glyphs.paint, in onDrawText() 293 glyphs.paint.measureText(glyphs.glyphIDs, glyphs.count << 1, &bounds); in onDrawPosText() 297 mCanvas->drawText(glyphs.glyphIDs, &posArray[0].fX, glyphs.count, glyphs.paint, x, y, in onDrawPosText() 316 mCanvas->drawTextOnPath(glyphs.glyphIDs, glyphs.count, path, 0, 0, glyphs.paint); in onDrawTextOnPath()
|