Home
last modified time | relevance | path

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

/external/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.cpp121 fontId->fFontStyle = get_style(font); in FontToIdentity()
DSkFontHost_win.cpp132 static SkFontStyle get_style(const LOGFONT& lf) { in get_style() function
254 return sk_sp<LogFontTypeface>(new LogFontTypeface(get_style(lf), lf, false)); in Make()
297 new FontMemResourceTypeface(get_style(lf), lf, fontMemResource)); in Make()
2303 *fs = get_style(fArray[index].elfLogFont); in getStyle()
DSkFontMgr_win_dw.cpp1102 *fs = get_style(font.get()); in getStyle()
/external/skqp/src/ports/
DSkTypeface_win_dw.h27 static SkFontStyle get_style(IDWriteFont* font) { in get_style() function
91 return new DWriteFontTypeface(get_style(font), factory, fontFace, font, fontFamily,
DSkRemotableFontMgr_win_dw.cpp121 fontId->fFontStyle = get_style(font); in FontToIdentity()
DSkFontHost_win.cpp132 static SkFontStyle get_style(const LOGFONT& lf) { in get_style() function
254 return new LogFontTypeface(get_style(lf), lf, false); in Create()
296 return new FontMemResourceTypeface(get_style(lf), lf, fontMemResource); in Create()
2304 *fs = get_style(fArray[index].elfLogFont); in getStyle()
DSkFontMgr_win_dw.cpp1102 *fs = get_style(font.get()); in getStyle()
/external/v8/src/objects/
Djs-list-format.cc90 JSListFormat::Style get_style(const char* str) { in get_style() function
166 style_enum = get_style(style_str.get()); in InitializeListFormat()
/external/pdfium/fxjs/
Dcjs_field.h174 CJS_Return get_style(CJS_Runtime* pRuntime);
Dcjs_field.cpp1804 CJS_Return Field::get_style(CJS_Runtime* pRuntime) { in get_style() function in Field