Searched refs:fontstyle (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/ports/ |
D | SkFontMgr_win_dw.cpp | 295 const SkFontStyle& fontstyle) const override; 300 const SkFontStyle& fontstyle) const override; 514 const SkFontStyle& fontstyle) const { in onMatchFamilyStyle() 516 return sset->matchStyle(fontstyle); in onMatchFamilyStyle() 844 const SkFontStyle& fontstyle) const { in onMatchFaceStyle() 849 return sset.matchStyle(fontstyle); in onMatchFaceStyle()
|
D | SkFontHost_win.cpp | 2367 const SkFontStyle& fontstyle) const override { in onMatchFamilyStyle() 2370 return sset->matchStyle(fontstyle); in onMatchFamilyStyle() 2380 const SkFontStyle& fontstyle) const override { in onMatchFaceStyle() 2384 return this->matchFamilyStyle(familyName.c_str(), fontstyle); in onMatchFaceStyle()
|
/external/skqp/src/ports/ |
D | SkFontMgr_win_dw.cpp | 295 const SkFontStyle& fontstyle) const override; 300 const SkFontStyle& fontstyle) const override; 514 const SkFontStyle& fontstyle) const { in onMatchFamilyStyle() 516 return sset->matchStyle(fontstyle); in onMatchFamilyStyle() 844 const SkFontStyle& fontstyle) const { in onMatchFaceStyle() 849 return sset.matchStyle(fontstyle); in onMatchFaceStyle()
|
D | SkFontHost_win.cpp | 2368 const SkFontStyle& fontstyle) const override { in onMatchFamilyStyle() 2371 return sset->matchStyle(fontstyle); in onMatchFamilyStyle() 2381 const SkFontStyle& fontstyle) const override { in onMatchFaceStyle() 2385 return this->matchFamilyStyle(familyName.c_str(), fontstyle); in onMatchFaceStyle()
|
/external/pdfium/core/fxge/win32/ |
D | win32_int.h | 96 int fontstyle, 101 int fontstyle);
|
D | fx_win32_gdipext.cpp | 841 int fontstyle, in GdipCreateFontFromFamily() argument 847 CallFunc(GdipCreateFont)((GpFontFamily*)pFamily, font_size, fontstyle, in GdipCreateFontFromFamily() 899 int fontstyle) { in GdipCreateFontFromCollection() argument 915 status = CallFunc(GdipCreateFont)(family_list[0], font_size, fontstyle, in GdipCreateFontFromCollection()
|