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 681 mCurrentFont->getCachedGlyph(paint, (int32_t) mLatinPrecache[precacheIdx]);
701 mCurrentFont = Font::create(this, fontId, fontSize, flags, italicStyle,
716 if (!mCurrentFont) {
730 mCurrentFont->measure(paint, text, startIndex, len, numGlyphs, &bounds);
743 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, penX, penY,
760 if (!mCurrentFont) {
774 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, x, y);
FontRenderer.h 292 Font* mCurrentFont;

Completed in 1129 milliseconds