Searched refs:get_style (Results 1 – 11 of 11) sorted by relevance
/external/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 | 121 fontId->fFontStyle = get_style(font); in FontToIdentity()
|
D | SkFontHost_win.cpp | 132 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()
|
D | SkFontMgr_win_dw.cpp | 1102 *fs = get_style(font.get()); in getStyle()
|
/external/skqp/src/ports/ |
D | SkTypeface_win_dw.h | 27 static SkFontStyle get_style(IDWriteFont* font) { in get_style() function 91 return new DWriteFontTypeface(get_style(font), factory, fontFace, font, fontFamily,
|
D | SkRemotableFontMgr_win_dw.cpp | 121 fontId->fFontStyle = get_style(font); in FontToIdentity()
|
D | SkFontHost_win.cpp | 132 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()
|
D | SkFontMgr_win_dw.cpp | 1102 *fs = get_style(font.get()); in getStyle()
|
/external/v8/src/objects/ |
D | js-list-format.cc | 90 JSListFormat::Style get_style(const char* str) { in get_style() function 166 style_enum = get_style(style_str.get()); in InitializeListFormat()
|
/external/pdfium/fxjs/ |
D | cjs_field.h | 174 CJS_Return get_style(CJS_Runtime* pRuntime);
|
D | cjs_field.cpp | 1804 CJS_Return Field::get_style(CJS_Runtime* pRuntime) { in get_style() function in Field
|