Searched refs:GetFontFamily (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/ports/ |
D | SkFontMgr_win_dw.cpp | 473 HRVM(fFontCollection->GetFontFamily(index, &fontFamily), "Could not get requested family."); in onGetFamilyName() 483 HRNM(fFontCollection->GetFontFamily(index, &fontFamily), "Could not get requested family."); in onCreateStyleSet() 539 HRM(font->GetFontFamily(&fontFamily), "Could not get family."); in DrawGlyphRun() 799 HRNM(font->GetFontFamily(&fontFamily), "Could not get family from font."); in onMatchFamilyStyleCharacter() 893 HRN(fontCollection->GetFontFamily(familyIndex, &fontFamily)); in onCreateFromStream() 934 HR(fFontCollection->GetFontFamily(index, fontFamily)); in getByFamilyName() 970 HRNM(fFontCollection->GetFontFamily(0, &fontFamily), in onLegacyCreateTypeface()
|
D | SkRemotableFontMgr_win_dw.cpp | 99 HRNM(fFontCollection->GetFontFamily(index, &fontFamily), in getFamilyNames() 162 HRNM(fFontCollection->GetFontFamily(familyIndex, &fontFamily), in getIndex() 184 HR_GENERAL(fFontCollection->GetFontFamily(familyIndex, &fontFamily), in matchIndexStyle()
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_fontmap.cpp | 302 CFX_ByteString GetFontFamily(CFX_ByteString fontName, int nStyle) { in GetFontFamily() function 1025 family = GetFontFamily(family, nStyle); in FindSubstFont()
|
/external/pdfium/xfa/src/fdp/include/ |
D | fde_css.h | 872 virtual const FX_WCHAR* GetFontFamily(int32_t index) const = 0;
|
/external/pdfium/xfa/src/fdp/src/css/ |
D | fde_cssstyleselector.h | 524 virtual const FX_WCHAR* GetFontFamily(int32_t index) const { in GetFontFamily() function
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_textlayout.cpp | 373 wsFamily = pFontStyle->GetFontFamily(iCount - 1); in GetFont()
|