Home
last modified time | relevance | path

Searched refs:GetFontFamily (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/ports/
DSkFontMgr_win_dw.cpp473 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()
DSkRemotableFontMgr_win_dw.cpp99 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/
Dfx_ge_fontmap.cpp302 CFX_ByteString GetFontFamily(CFX_ByteString fontName, int nStyle) { in GetFontFamily() function
1025 family = GetFontFamily(family, nStyle); in FindSubstFont()
/external/pdfium/xfa/src/fdp/include/
Dfde_css.h872 virtual const FX_WCHAR* GetFontFamily(int32_t index) const = 0;
/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssstyleselector.h524 virtual const FX_WCHAR* GetFontFamily(int32_t index) const { in GetFontFamily() function
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_textlayout.cpp373 wsFamily = pFontStyle->GetFontFamily(iCount - 1); in GetFont()