Searched defs:numGlyphs (Results 1 – 4 of 4) 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/ |
D | TextDropShadowCache.cpp | 105 int numGlyphs, uint32_t radius) { in get()
|
D | FontRenderer.cpp | 224 int numGlyphs, int x, int y, uint8_t *bitmap, uint32_t bitmapW, uint32_t bitmapH) { in render() 235 int numGlyphs, int x, int y, const float* positions) { in render() 241 int numGlyphs, SkPath* path, float hOffset, float vOffset) { in render() 291 int numGlyphs, Rect *bounds) { in measure() 301 int numGlyphs, int x, int y, RenderMode mode, uint8_t *bitmap, in render() 1002 uint32_t startIndex, uint32_t len, int numGlyphs, uint32_t radius) { in renderDropShadow() 1066 uint32_t startIndex, uint32_t len, int numGlyphs, int x, int y, Rect* bounds) { in renderText() 1080 uint32_t startIndex, uint32_t len, int numGlyphs, int x, int y, in renderPosText() 1095 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() 738 uint32_t startIndex, int32_t numGlyphs, in renderText()
|