Lines Matching refs:Font
29 #include "font/Font.h"
87 , mActiveFonts(LruCache<Font::FontDescription, Font*>::kUnlimitedCapacity)
138 LruCache<Font::FontDescription, Font*>::Iterator it(mActiveFonts);
148 LruCache<Font::FontDescription, Font*>::Iterator it(mActiveFonts);
180 LruCache<Font::FontDescription, Font*>::Iterator it(mActiveFonts);
241 ALOGE("Font size too large to fit in cache. width, height = %i, %i", (int)glyph.fWidth,
553 mCurrentFont = Font::create(this, paint, matrix);
604 mCurrentFont->render(paint, glyphs, numGlyphs, penX, penY, Font::BITMAP, dataBuffer,
640 Font* font = Font::create(this, paint, matrix);
641 font->precache(paint, glyphs, numGlyphs);
652 ALOGE("No font set");
670 ALOGE("No font set");