Searched refs:LogFontTypeface (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/ports/
H A DSkFontHost_win.cpp205 class LogFontTypeface : public SkTypeface { class in inherits:SkTypeface
207 LogFontTypeface(const SkFontStyle& style, const LOGFONT& lf, bool serializeAsStream) function in class:LogFontTypeface
247 static LogFontTypeface* Create(const LOGFONT& lf) {
248 return new LogFontTypeface(get_style(lf), lf, false);
252 call_ensure_accessible(static_cast<const LogFontTypeface*>(face)->fLogFont);
273 class FontMemResourceTypeface : public LogFontTypeface {
294 : LogFontTypeface(style, lf, true), fFontMemResource(fontMemResource)
299 typedef LogFontTypeface INHERITED;
308 LogFontTypeface* lface = static_cast<LogFontTypeface*>(fac
[all...]

Completed in 46 milliseconds