Searched refs:get_style (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/src/ports/ |
D | SkTypeface_win_dw.h | 27 static SkFontStyle get_style(IDWriteFont* font) { in get_style() function 94 new DWriteFontTypeface(get_style(font), factory, fontFace, font, fontFamily,
|
D | SkRemotableFontMgr_win_dw.cpp | 122 fontId->fFontStyle = get_style(font); in FontToIdentity()
|
D | SkFontHost_win.cpp | 133 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()
|
D | SkFontMgr_win_dw.cpp | 1121 *fs = get_style(font.get()); in getStyle()
|
/third_party/skia/src/ports/ |
D | SkTypeface_win_dw.h | 27 static SkFontStyle get_style(IDWriteFont* font) { in get_style() function 113 get_style(font), factory, fontFace, font, fontFamily, std::move(loaders))); in Make()
|
D | SkRemotableFontMgr_win_dw.cpp | 122 fontId->fFontStyle = get_style(font); in FontToIdentity()
|
D | SkFontHost_win.cpp | 133 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()
|
D | SkFontMgr_win_dw.cpp | 1205 *fs = get_style(font.get()); in getStyle()
|