Searched refs:mCurrentFont (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/ |
D | FontRenderer.cpp | 87 , mCurrentFont(nullptr) in FontRenderer() 557 mCurrentFont = Font::create(this, paint, matrix); in setFont() 571 if (!mCurrentFont) { in renderDropShadow() 580 mCurrentFont->measure(paint, glyphs, numGlyphs, &bounds, positions); in renderDropShadow() 607 mCurrentFont->render(paint, glyphs, numGlyphs, penX, penY, in renderDropShadow() 654 if (!mCurrentFont) { in renderPosText() 660 mCurrentFont->render(paint, glyphs, numGlyphs, x, y, positions); in renderPosText() 672 if (!mCurrentFont) { in renderTextOnPath() 678 mCurrentFont->render(paint, glyphs, numGlyphs, path, hOffset, vOffset); in renderTextOnPath()
|
D | FontRenderer.h | 182 Font* mCurrentFont; variable
|