Home | History | Annotate | Download | only in ports

Lines Matching full:logfont

79  *  Since LOGFONT wants its textsize as an int, and we support fractional sizes,
86 static void make_canonical(LOGFONT* lf) {
93 static SkTypeface::Style get_style(const LOGFONT& lf) {
104 static void setStyle(LOGFONT* lf, SkTypeface::Style style) {
146 LogFontTypeface(SkTypeface::Style style, SkFontID fontID, const LOGFONT& lf) :
149 LOGFONT fLogFont;
151 static LogFontTypeface* Create(const LOGFONT& lf) {
158 static const LOGFONT& get_default_font() {
159 static LOGFONT gDefaultFont;
165 const LOGFONT* lf = reinterpret_cast<const LOGFONT*>(ctx);
168 !memcmp(&lface->fLogFont, lf, sizeof(LOGFONT));
175 SkTypeface* SkCreateTypefaceFromLOGFONT(const LOGFONT& origLF) {
176 LOGFONT lf = origLF;
189 void SkLOGFONTFromTypeface(const SkTypeface* face, LOGFONT* lf) {
211 static void GetLogFontByID(SkFontID fontID, LOGFONT* lf) {
216 sk_bzero(lf, sizeof(LOGFONT));
504 LOGFONT lf;
1047 LOGFONT lf;
1200 LOGFONT lf;
1251 LOGFONT lf;
1258 memset(&lf, 0, sizeof(LOGFONT));