Searched defs:numGlyphs (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | HarfbuzzSkia.cpp | 57 int numGlyphs = paint->textToGlyphs(characters, length * sizeof(uint16_t), skiaGlyphs); in stringToGlyphs() local 69 static void glyphsToAdvances(HB_Font hbFont, const HB_Glyph* glyphs, hb_uint32 numGlyphs, in glyphsToAdvances() 101 int numGlyphs = paint->textToGlyphs(characters, length * sizeof(uint16_t), glyphs16); in canRender() local
|
/frameworks/base/libs/hwui/font/ |
D | Font.cpp | 187 int numGlyphs, int x, int y, uint8_t *bitmap, uint32_t bitmapW, uint32_t bitmapH) { in render() 198 int numGlyphs, int x, int y, const float* positions) { in render() 204 int numGlyphs, SkPath* path, float hOffset, float vOffset) { in render() 254 int numGlyphs, Rect *bounds, const float* positions) { in measure() 263 void Font::precache(SkPaint* paint, const char* text, int numGlyphs) { in precache() 285 int numGlyphs, int x, int y, RenderMode mode, uint8_t *bitmap, in render()
|
/frameworks/base/libs/hwui/ |
D | TextDropShadowCache.cpp | 105 int numGlyphs, uint32_t radius, const float* positions) { in get()
|
D | FontRenderer.cpp | 488 uint32_t startIndex, uint32_t len, int numGlyphs, uint32_t radius, const float* positions) { in renderDropShadow() 551 void FontRenderer::precache(SkPaint* paint, const char* text, int numGlyphs) { in precache() 571 uint32_t startIndex, uint32_t len, int numGlyphs, int x, int y, Rect* bounds) { in renderText() 585 uint32_t startIndex, uint32_t len, int numGlyphs, int x, int y, in renderPosText() 600 uint32_t startIndex, uint32_t len, int numGlyphs, SkPath* path, in renderTextOnPath()
|
/frameworks/rs/ |
D | rsFont.cpp | 160 uint32_t start, int32_t numGlyphs, in renderUTF() 746 uint32_t startIndex, int32_t numGlyphs, in renderText()
|