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

  /external/chromium_org/third_party/skia/src/ports/
SkTypeface_win_dw.h 27 static SkTypeface::Style get_style(IDWriteFont* font) { function
83 SkTypeface::Style style = get_style(font);
SkFontHost_win.cpp 129 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);
    [all...]

Completed in 83 milliseconds