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

  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 127 static SkTypeface::Style get_style(const LOGFONT& lf) { function
252 SkTypeface::Style style = get_style(lf);
293 SkTypeface::Style style = get_style(lf);
319 get_style(lface->fLogFont) == requestedStyle &&
333 SkTypefaceCache::Add(face, get_style(lf));
345 SkTypefaceCache::Add(face, get_style(lf), false);
    [all...]
SkFontHost_win_dw.cpp 431 static SkTypeface::Style get_style(IDWriteFont* font) { function
472 SkTypeface::Style style = get_style(font);
716 SkTypefaceCache::Add(face, get_style(font), fontCollectionLoader != NULL);
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 127 static SkTypeface::Style get_style(const LOGFONT& lf) { function
252 SkTypeface::Style style = get_style(lf);
293 SkTypeface::Style style = get_style(lf);
319 get_style(lface->fLogFont) == requestedStyle &&
333 SkTypefaceCache::Add(face, get_style(lf));
345 SkTypefaceCache::Add(face, get_style(lf), false);
    [all...]
SkFontHost_win_dw.cpp 431 static SkTypeface::Style get_style(IDWriteFont* font) { function
472 SkTypeface::Style style = get_style(font);
716 SkTypefaceCache::Add(face, get_style(font), fontCollectionLoader != NULL);
    [all...]

Completed in 414 milliseconds