Home | History | Annotate | Download | only in rs

Lines Matching defs:Font

44 class Font : public ObjectBase {
65 ~Font();
75 static Font * create(Context *rsc, const char *name, float fontSize, uint32_t dpi,
119 Font(Context *rsc);
146 ObjectBaseRef<Font> mDefault;
150 Font::RenderMode mode = Font::FRAMEBUFFER,
151 Font::Rect *bounds = NULL,
154 void measureText(const char *text, uint32_t len, Font::Rect *bounds);
164 friend class Font;
184 void precacheLatin(Font *font);
206 Vector<Font*> mActiveFonts;
208 // Render state for the font