Searched refs:GetFontFamily (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/ports/ |
D | SkFontMgr_win_dw.cpp | 471 HRVM(fFontCollection->GetFontFamily(index, &fontFamily), "Could not get requested family."); in onGetFamilyName() 481 HRNM(fFontCollection->GetFontFamily(index, &fontFamily), "Could not get requested family."); in onCreateStyleSet() 541 HRM(font->GetFontFamily(&fontFamily), "Could not get family."); in DrawGlyphRun() 805 HRNM(font->GetFontFamily(&fontFamily), "Could not get family from font."); in onMatchFamilyStyleCharacter() 896 HRN(fontCollection->GetFontFamily(familyIndex, &fontFamily)); in onCreateFromStream() 937 HR(fFontCollection->GetFontFamily(index, fontFamily)); in getByFamilyName() 970 HRNM(fFontCollection->GetFontFamily(0, &fontFamily), in onLegacyCreateTypeface()
|
D | SkRemotableFontMgr_win_dw.cpp | 125 HRNM(fFontCollection->GetFontFamily(familyIndex, &fontFamily), in getIndex() 147 HR_GENERAL(fFontCollection->GetFontFamily(familyIndex, &fontFamily), in matchIndexStyle()
|
/external/pdfium/xfa/fde/css/ |
D | cfde_csscomputedstyle.h | 60 const CFX_WideString GetFontFamily(int32_t index) const;
|
D | cfde_csscomputedstyle.cpp | 35 const CFX_WideString CFDE_CSSComputedStyle::GetFontFamily(int32_t index) const { in GetFontFamily() function in CFDE_CSSComputedStyle
|
/external/pdfium/core/fxge/ge/ |
D | cfx_fontmapper.cpp | 208 CFX_ByteString GetFontFamily(CFX_ByteString fontName, int nStyle) { in GetFontFamily() function 573 family = GetFontFamily(family, nStyle); in FindSubstFont()
|
/external/pdfium/xfa/fxfa/app/ |
D | cxfa_textparser.cpp | 350 wsFamily = pStyle->GetFontFamily(iCount - 1).AsStringC(); in GetFont()
|