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

  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 221 SkTypeface(style, fontID, false), fLogFont(lf), fSerializeAsStream(serializeAsStream) {
253 LOGFONT fLogFont;
264 call_ensure_accessible(static_cast<const LogFontTypeface*>(face)->fLogFont);
327 get_style(lface->fLogFont) == requestedStyle &&
328 !memcmp(&lface->fLogFont, lf, sizeof(LOGFONT));
364 *lf = static_cast<const LogFontTypeface*>(face)->fLogFont;
684 LOGFONT lf = typeface->fLogFont;
803 fDDC, static_cast<const LogFontTypeface*>(this->getTypeface())->fLogFont);
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 221 SkTypeface(style, fontID, false), fLogFont(lf), fSerializeAsStream(serializeAsStream) {
253 LOGFONT fLogFont;
264 call_ensure_accessible(static_cast<const LogFontTypeface*>(face)->fLogFont);
326 get_style(lface->fLogFont) == requestedStyle &&
327 !memcmp(&lface->fLogFont, lf, sizeof(LOGFONT));
363 *lf = static_cast<const LogFontTypeface*>(face)->fLogFont;
684 LOGFONT lf = typeface->fLogFont;
803 fDDC, static_cast<const LogFontTypeface*>(this->getTypeface())->fLogFont);
    [all...]

Completed in 36 milliseconds