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

  /external/skia/legacy/src/ports/
SkFontHost_FONTPATH.cpp 192 static SkTypeface::Style get_style(const FontFaceRec& face) { function
212 SkTypeface(get_style(face), get_id(face)),
SkFontHost_win.cpp 93 static SkTypeface::Style get_style(const LOGFONT& lf) { function
152 SkTypeface::Style style = get_style(lf);
167 return get_style(lface->fLogFont) == requestedStyle &&
181 SkTypefaceCache::Add(face, get_style(lf));
    [all...]
  /external/skia/src/ports/
SkFontHost_FONTPATH.cpp 192 static SkTypeface::Style get_style(const FontFaceRec& face) { function
212 SkTypeface(get_style(face), get_id(face)),
SkFontHost_win.cpp 157 static SkTypeface::Style get_style(const LOGFONT& lf) { function
248 SkTypeface::Style style = get_style(lf);
269 SkTypeface::Style style = get_style(lf);
295 get_style(lface->fLogFont) == requestedStyle &&
309 SkTypefaceCache::Add(face, get_style(lf));
321 SkTypefaceCache::Add(face, get_style(lf), false);
    [all...]
SkFontHost_win_dw.cpp 414 static SkTypeface::Style get_style(IDWriteFont* font) { function
465 SkTypeface::Style style = get_style(font);
693 SkTypefaceCache::Add(face, get_style(font), fontCollectionLoader != NULL);
    [all...]

Completed in 272 milliseconds