Searched defs:numGlyphs (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/cmds/screenrecord/ |
D | FontBitmap.h | 6 static const uint32_t numGlyphs = 95; variable
|
/frameworks/base/libs/hwui/font/ |
D | Font.cpp | 295 int numGlyphs, int x, int y, const float* positions) { in render() 300 void Font::render(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs, in render() 349 int numGlyphs, Rect *bounds, const float* positions) { in measure() 358 void Font::precache(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs) { in precache() 378 int numGlyphs, int x, int y, RenderMode mode, uint8_t *bitmap, in render()
|
/frameworks/base/libs/hwui/ |
D | TextDropShadowCache.cpp | 148 ShadowTexture* TextDropShadowCache::get(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs, in get()
|
D | FontRenderer.cpp | 561 int numGlyphs, float radius, const float* positions) { in renderDropShadow() 646 void FontRenderer::precache(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs, in precache() 657 int numGlyphs, int x, int y, const float* positions, in renderPosText() 675 int numGlyphs, const SkPath* path, float hOffset, float vOffset, in renderTextOnPath()
|
/frameworks/rs/ |
D | rsFont.cpp | 162 uint32_t start, int32_t numGlyphs, in renderUTF() 746 uint32_t startIndex, int32_t numGlyphs, in renderText()
|
/frameworks/minikin/libs/minikin/ |
D | Layout.cpp | 808 unsigned int numGlyphs; in doLayoutRun() local
|