Searched refs:GetFontFamily (Results 1 – 8 of 8) sorted by relevance
/external/skqp/src/ports/ |
D | SkFontMgr_win_dw.cpp | 479 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()
|
D | SkRemotableFontMgr_win_dw.cpp | 127 HRNM(fFontCollection->GetFontFamily(familyIndex, &fontFamily), in getIndex() 149 HR_GENERAL(fFontCollection->GetFontFamily(familyIndex, &fontFamily), in matchIndexStyle()
|
/external/skia/src/ports/ |
D | SkFontMgr_win_dw.cpp | 479 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()
|
D | SkRemotableFontMgr_win_dw.cpp | 127 HRNM(fFontCollection->GetFontFamily(familyIndex, &fontFamily), in getIndex() 149 HR_GENERAL(fFontCollection->GetFontFamily(familyIndex, &fontFamily), in matchIndexStyle()
|
/external/pdfium/core/fxcrt/css/ |
D | cfx_csscomputedstyle.h | 59 const WideString GetFontFamily(int32_t index) const;
|
D | cfx_csscomputedstyle.cpp | 35 const WideString CFX_CSSComputedStyle::GetFontFamily(int32_t index) const { in GetFontFamily() function in CFX_CSSComputedStyle
|
/external/pdfium/core/fxge/ |
D | cfx_fontmapper.cpp | 186 void GetFontFamily(uint32_t nStyle, ByteString* fontName) { in GetFontFamily() function 557 GetFontFamily(nStyle, &family); in FindSubstFont()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_textparser.cpp | 345 wsFamily = pStyle->GetFontFamily(iCount - 1).AsStringView(); in GetFont()
|