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

/external/chromium_org/third_party/skia/src/ports/
H A DSkTypeface_win_dw.h27 static SkTypeface::Style get_style(IDWriteFont* font) { function
83 SkTypeface::Style style = get_style(font);
H A DSkFontHost_win.cpp129 static SkTypeface::Style get_style(const LOGFONT& lf) { function
258 SkTypeface::Style style = get_style(lf);
292 SkTypeface::Style style = get_style(lf);
327 get_style(lface->fLogFont) == requestedStyle &&
341 SkTypefaceCache::Add(face, get_style(lf));
353 SkTypefaceCache::Add(face, get_style(lf), false);
/external/skia/src/ports/
H A DSkTypeface_win_dw.h25 static SkTypeface::Style get_style(IDWriteFont* font) { function
77 SkTypeface::Style style = get_style(font);
H A DSkFontHost_win.cpp129 static SkTypeface::Style get_style(const LOGFONT& lf) { function
258 SkTypeface::Style style = get_style(lf);
291 SkTypeface::Style style = get_style(lf);
326 get_style(lface->fLogFont) == requestedStyle &&
340 SkTypefaceCache::Add(face, get_style(lf));
352 SkTypefaceCache::Add(face, get_style(lf), false);

Completed in 1407 milliseconds