Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/ports/
DSkTypeface_win_dw.h27 static SkFontStyle get_style(IDWriteFont* font) { in get_style() function
94 new DWriteFontTypeface(get_style(font), factory, fontFace, font, fontFamily,
DSkRemotableFontMgr_win_dw.cpp122 fontId->fFontStyle = get_style(font); in FontToIdentity()
DSkFontHost_win.cpp133 static SkFontStyle get_style(const LOGFONT& lf) { in get_style() function
255 return sk_sp<LogFontTypeface>(new LogFontTypeface(get_style(lf), lf, false)); in Make()
299 new FontMemResourceTypeface(get_style(lf), lf, fontMemResource)); in Make()
2225 *fs = get_style(fArray[index].elfLogFont); in getStyle()
DSkFontMgr_win_dw.cpp1121 *fs = get_style(font.get()); in getStyle()
/third_party/skia/src/ports/
DSkTypeface_win_dw.h27 static SkFontStyle get_style(IDWriteFont* font) { in get_style() function
113 get_style(font), factory, fontFace, font, fontFamily, std::move(loaders))); in Make()
DSkRemotableFontMgr_win_dw.cpp122 fontId->fFontStyle = get_style(font); in FontToIdentity()
DSkFontHost_win.cpp133 static SkFontStyle get_style(const LOGFONT& lf) { in get_style() function
267 return sk_sp<LogFontTypeface>(new LogFontTypeface(get_style(lf), lf, false)); in Make()
313 new FontMemResourceTypeface(get_style(lf), lf, fontMemResource)); in Make()
2198 *fs = get_style(fArray[index].elfLogFont); in getStyle()
DSkFontMgr_win_dw.cpp1205 *fs = get_style(font.get()); in getStyle()