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

  /external/skia/src/ports/
SkTypeface_win_dw.h 40 class DWriteFontTypeface : public SkTypeface {
42 DWriteFontTypeface(const SkFontStyle& style,
85 static sk_sp<DWriteFontTypeface> Make(
93 return sk_sp<DWriteFontTypeface>(
94 new DWriteFontTypeface(get_style(font), factory, fontFace, font, fontFamily,
  /external/skqp/src/ports/
SkTypeface_win_dw.h 40 class DWriteFontTypeface : public SkTypeface {
42 DWriteFontTypeface(const SkFontStyle& style,
85 static DWriteFontTypeface* Create(IDWriteFactory* factory,
91 return new DWriteFontTypeface(get_style(font), factory, fontFace, font, fontFamily,

Completed in 412 milliseconds