HomeSort by relevance Sort by last modified time
    Searched defs:get_style (Results 1 - 6 of 6) sorted by null

  /external/skia/src/ports/
SkTypeface_win_dw.h 27 static SkFontStyle get_style(IDWriteFont* font) { function
94 new DWriteFontTypeface(get_style(font), factory, fontFace, font, fontFamily,
SkFontHost_win.cpp 132 static SkFontStyle get_style(const LOGFONT& lf) { function
254 return sk_sp<LogFontTypeface>(new LogFontTypeface(get_style(lf), lf, false));
297 new FontMemResourceTypeface(get_style(lf), lf, fontMemResource));
    [all...]
  /external/skqp/src/ports/
SkTypeface_win_dw.h 27 static SkFontStyle get_style(IDWriteFont* font) { function
91 return new DWriteFontTypeface(get_style(font), factory, fontFace, font, fontFamily,
SkFontHost_win.cpp 132 static SkFontStyle get_style(const LOGFONT& lf) { function
254 return new LogFontTypeface(get_style(lf), lf, false);
296 return new FontMemResourceTypeface(get_style(lf), lf, fontMemResource);
    [all...]
  /external/v8/src/objects/
js-list-format.cc 90 JSListFormat::Style get_style(const char* str) { function in namespace:v8::internal
166 style_enum = get_style(style_str.get());
  /external/pdfium/fxjs/
cjs_field.cpp 1804 CJS_Return Field::get_style(CJS_Runtime* pRuntime) { function in class:Field
    [all...]

Completed in 297 milliseconds