Searched defs:DWriteFontTypeface (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkTypeface_win_dw.h40 class DWriteFontTypeface : public SkTypeface { class in inherits:SkTypeface
42 DWriteFontTypeface(SkTypeface::Style style, SkFontID fontID, function in class:DWriteFontTypeface
77 static DWriteFontTypeface* Create(IDWriteFactory* factory,
85 return SkNEW_ARGS(DWriteFontTypeface, (style, fontID,
/external/skia/src/ports/
H A DSkTypeface_win_dw.h38 class DWriteFontTypeface : public SkTypeface { class in inherits:SkTypeface
40 DWriteFontTypeface(SkTypeface::Style style, SkFontID fontID, function in class:DWriteFontTypeface
71 static DWriteFontTypeface* Create(IDWriteFactory* factory,
79 return SkNEW_ARGS(DWriteFontTypeface, (style, fontID,

Completed in 175 milliseconds