Home | History | Annotate | Download | only in ports

Lines Matching refs:lface

322     LogFontTypeface* lface = static_cast<LogFontTypeface*>(face);
325 return lface &&
326 get_style(lface->fLogFont) == requestedStyle &&
327 !memcmp(&lface->fLogFont, lf, sizeof(LOGFONT));