HomeSort by relevance Sort by last modified time
    Searched refs:lface (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 323 LogFontTypeface* lface = static_cast<LogFontTypeface*>(face); local
326 return lface &&
327 get_style(lface->fLogFont) == requestedStyle &&
328 !memcmp(&lface->fLogFont, lf, sizeof(LOGFONT));
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 322 LogFontTypeface* lface = static_cast<LogFontTypeface*>(face); local
325 return lface &&
326 get_style(lface->fLogFont) == requestedStyle &&
327 !memcmp(&lface->fLogFont, lf, sizeof(LOGFONT));
    [all...]

Completed in 596 milliseconds