Home
last modified time | relevance | path

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

/external/skqp/src/ports/
DSkFontMgr_win_dw.cpp479 HRVM(fFontCollection->GetFontFamily(index, &fontFamily), "Could not get requested family."); in onGetFamilyName()
489 HRNM(fFontCollection->GetFontFamily(index, &fontFamily), "Could not get requested family."); in onCreateStyleSet()
549 HRM(font->GetFontFamily(&fontFamily), "Could not get family."); in DrawGlyphRun()
813 HRNM(font->GetFontFamily(&fontFamily), "Could not get family from font."); in onMatchFamilyStyleCharacter()
905 HRN(fontCollection->GetFontFamily(familyIndex, &fontFamily)); in onMakeFromStreamIndex()
954 HRN(fontCollection->GetFontFamily(familyIndex, &fontFamily)); in onMakeFromStreamArgs()
1033 HR(fFontCollection->GetFontFamily(index, fontFamily)); in getByFamilyName()
1066 HRNM(fFontCollection->GetFontFamily(0, &fontFamily), in onLegacyMakeTypeface()
DSkRemotableFontMgr_win_dw.cpp127 HRNM(fFontCollection->GetFontFamily(familyIndex, &fontFamily), in getIndex()
149 HR_GENERAL(fFontCollection->GetFontFamily(familyIndex, &fontFamily), in matchIndexStyle()
/external/skia/src/ports/
DSkFontMgr_win_dw.cpp487 HRVM(fFontCollection->GetFontFamily(index, &fontFamily), "Could not get requested family."); in onGetFamilyName()
497 HRNM(fFontCollection->GetFontFamily(index, &fontFamily), "Could not get requested family."); in onCreateStyleSet()
585 HRM(font->GetFontFamily(&fontFamily), "Could not get family."); in DrawGlyphRun()
833 HRNM(font->GetFontFamily(&fontFamily), "Could not get family from font."); in fallback()
978 HRN(fontCollection->GetFontFamily(familyIndex, &fontFamily)); in onMakeFromStreamArgs()
1103 HRN(fontCollection->GetFontFamily(familyIndex, &fontFamily)); in onMakeFromFontData()
1145 HR(fFontCollection->GetFontFamily(index, fontFamily)); in getByFamilyName()
1176 HRNM(fFontCollection->GetFontFamily(0, &fontFamily), in onLegacyMakeTypeface()
DSkRemotableFontMgr_win_dw.cpp128 HRNM(fFontCollection->GetFontFamily(familyIndex, &fontFamily), in getIndex()
150 HR_GENERAL(fFontCollection->GetFontFamily(familyIndex, &fontFamily), in matchIndexStyle()
/external/pdfium/core/fxcrt/css/
Dcfx_csscomputedstyle.h63 const WideString GetFontFamily(int32_t index) const;
Dcfx_csscomputedstyle.cpp34 const WideString CFX_CSSComputedStyle::GetFontFamily(int32_t index) const { in GetFontFamily() function in CFX_CSSComputedStyle
/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp176 void GetFontFamily(uint32_t nStyle, ByteString* fontName) { in GetFontFamily() function
534 GetFontFamily(nStyle, &family); in FindSubstFont()
/external/pdfium/xfa/fxfa/
Dcxfa_textparser.cpp356 wsFamily = pStyle->GetFontFamily(iCount - 1).AsStringView(); in GetFont()