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 | 487 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()
|
D | SkRemotableFontMgr_win_dw.cpp | 128 HRNM(fFontCollection->GetFontFamily(familyIndex, &fontFamily), in getIndex() 150 HR_GENERAL(fFontCollection->GetFontFamily(familyIndex, &fontFamily), in matchIndexStyle()
|
/external/pdfium/core/fxcrt/css/ |
D | cfx_csscomputedstyle.h | 63 const WideString GetFontFamily(int32_t index) const;
|
D | cfx_csscomputedstyle.cpp | 34 const WideString CFX_CSSComputedStyle::GetFontFamily(int32_t index) const { in GetFontFamily() function in CFX_CSSComputedStyle
|
/external/pdfium/core/fxge/ |
D | cfx_fontmapper.cpp | 176 void GetFontFamily(uint32_t nStyle, ByteString* fontName) { in GetFontFamily() function 534 GetFontFamily(nStyle, &family); in FindSubstFont()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_textparser.cpp | 356 wsFamily = pStyle->GetFontFamily(iCount - 1).AsStringView(); in GetFont()
|