Home
last modified time | relevance | path

Searched refs:lface (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/ports/
DSkFontHost_win.cpp310 LogFontTypeface* lface = static_cast<LogFontTypeface*>(face); in FindByLogFont() local
313 return lface && in FindByLogFont()
314 get_style(lface->fLogFont) == requestedStyle && in FindByLogFont()
315 !memcmp(&lface->fLogFont, lf, sizeof(LOGFONT)); in FindByLogFont()