Searched refs:lface (Results 1 – 1 of 1) sorted by relevance
310 LogFontTypeface* lface = static_cast<LogFontTypeface*>(face); in FindByLogFont() local313 return lface && in FindByLogFont()314 get_style(lface->fLogFont) == requestedStyle && in FindByLogFont()315 !memcmp(&lface->fLogFont, lf, sizeof(LOGFONT)); in FindByLogFont()