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.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/pdfium/core/fxcrt/css/
Dcfx_csscomputedstyle.h59 const WideString GetFontFamily(int32_t index) const;
Dcfx_csscomputedstyle.cpp35 const WideString CFX_CSSComputedStyle::GetFontFamily(int32_t index) const { in GetFontFamily() function in CFX_CSSComputedStyle
/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp186 void GetFontFamily(uint32_t nStyle, ByteString* fontName) { in GetFontFamily() function
557 GetFontFamily(nStyle, &family); in FindSubstFont()
/external/pdfium/xfa/fxfa/
Dcxfa_textparser.cpp345 wsFamily = pStyle->GetFontFamily(iCount - 1).AsStringView(); in GetFont()