Searched defs:get_style (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/ports/
H A DSkTypeface_win_dw.h26 static SkFontStyle get_style(IDWriteFont* font) { function
86 return new DWriteFontTypeface(get_style(font), factory, fontFace, font, fontFamily,
H A DSkFontHost_win.cpp130 static SkFontStyle get_style(const LOGFONT& lf) { function
252 return new LogFontTypeface(get_style(lf), lf, false);
287 return new FontMemResourceTypeface(get_style(lf), lf, fontMemResource);
2355 *fs = get_style(fArray[index].elfLogFont);
/external/skqp/src/ports/
H A DSkTypeface_win_dw.h26 static SkFontStyle get_style(IDWriteFont* font) { function
86 return new DWriteFontTypeface(get_style(font), factory, fontFace, font, fontFamily,
H A DSkFontHost_win.cpp130 static SkFontStyle get_style(const LOGFONT& lf) { function
252 return new LogFontTypeface(get_style(lf), lf, false);
287 return new FontMemResourceTypeface(get_style(lf), lf, fontMemResource);
2355 *fs = get_style(fArray[index].elfLogFont);
/external/pdfium/fxjs/
H A Dcjs_field.cpp1804 CJS_Return Field::get_style(CJS_Runtime* pRuntime) { function in class:Field

Completed in 176 milliseconds