HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentFont (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
FontRenderer.cpp 86 , mCurrentFont(nullptr)
553 mCurrentFont = Font::create(this, paint, matrix);
568 if (!mCurrentFont) {
577 mCurrentFont->measure(paint, glyphs, numGlyphs, &bounds, positions);
604 mCurrentFont->render(paint, glyphs, numGlyphs, penX, penY, Font::BITMAP, dataBuffer,
651 if (!mCurrentFont) {
657 mCurrentFont->render(paint, glyphs, numGlyphs, x, y, positions);
669 if (!mCurrentFont) {
675 mCurrentFont->render(paint, glyphs, numGlyphs, path, hOffset, vOffset);
FontRenderer.h 172 Font* mCurrentFont;

Completed in 52 milliseconds