Searched refs:get_style (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/ports/
H A DSkTypeface_win_dw.h27 static SkFontStyle get_style(IDWriteFont* font) { function
81 return SkNEW_ARGS(DWriteFontTypeface, (get_style(font), fontID,
H A DSkFontHost_win.cpp126 static SkFontStyle get_style(const LOGFONT& lf) { function
248 return new LogFontTypeface(get_style(lf), lf, false);
279 return new FontMemResourceTypeface(get_style(lf), lf, fontMemResource);
312 get_style(lface->fLogFont) == requestedStyle &&
326 SkTypefaceCache::Add(face, get_style(lf));
2408 *fs = get_style(fArray[index].elfLogFont);
H A DSkFontMgr_win_dw.cpp458 fTFCache.add(face, get_style(font));

Completed in 80 milliseconds