Searched defs:Font (Results 1 – 8 of 8) sorted by relevance
45 public static class Font { class in FontListParser46 Font(String fontName, int weight, boolean isItalic) { in Font() method in FontListParser.Font
47 public class Font extends BaseObj { class151 Font(long id, RenderScript rs) { in Font() method in Font
152 Font(MinikinFont* typeface, FontStyle style) : in Font() function
244 public static final class Font { class in TimedText260 public Font(int id, String name) { in Font() method in TimedText.Font
832 private static class Font { class in HtmlToSpannedConverter836 public Font(String color, String face) { in Font() method in HtmlToSpannedConverter.Font
164 friend class Font; variable
36 Font::Font(Context *rsc) : ObjectBase(rsc), mCachedGlyphs(NULL) { in Font() function in Font
44 Font::Font(FontRenderer* state, const Font::FontDescription& desc) : in Font() function in android::uirenderer::Font