Home
last modified time | relevance | path

Searched refs:getFontStyle (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/modules/skparagraph/src/
DFontResolver.cpp58 auto typeface = fFontCollection->matchTypeface(fontFamily.c_str(), style.getFontStyle()); in findAllFontsForStyledBlock()
72 auto typeface = fFontCollection->matchDefaultTypeface(style.getFontStyle()); in findAllFontsForStyledBlock()
85 …auto typeface = fFontCollection->defaultFallback(unicode, style.getFontStyle(), style.getLocale()); in findAllFontsForStyledBlock()
102 …auto result = fFontCollection->defaultFallback(firstUnresolved(), style.getFontStyle(), style.getL… in findAllFontsForStyledBlock()
DParagraphImpl.cpp463 typeface = fFontCollection->matchTypeface(fontFamily.c_str(), strutStyle.getFontStyle()); in resolveStrut()
/third_party/skia/modules/skparagraph/src/
DOneLineShaper.cpp480 … fParagraph->fFontCollection->findTypefaces(textStyle.getFontFamilies(), textStyle.getFontStyle()); in matchResolvedFonts()
506 FontKey fontKey(unicode, textStyle.getFontStyle(), textStyle.getLocale()); in matchResolvedFonts()
512 unicode, textStyle.getFontStyle(), textStyle.getLocale()); in matchResolvedFonts()
594 placeholder.fTextStyle.getFontStyle()); in iterateThroughShapingRegions()
663 int wantedWeight = block.fStyle.getFontStyle().weight(); in shape()
668 block.fStyle.getFontStyle().slant() == SkFontStyle::kItalic_Slant && in shape()
DParagraphCache.cpp104 hash = mix(hash, SkGoodHash()(ts.fStyle.getFontStyle())); in operator ()()
118 hash = mix(hash, SkGoodHash()(strutStyle.getFontStyle())); in operator ()()
DParagraphImpl.cpp588 …ypefaces = fFontCollection->findTypefaces(strutStyle.getFontFamilies(), strutStyle.getFontStyle()); in resolveStrut()
904 textStyle.getFontFamilies(), textStyle.getFontStyle()); in computeEmptyMetrics()
/third_party/flutter/skia/modules/skparagraph/include/
DParagraphStyle.h18 SkFontStyle getFontStyle() const { return fFontStyle; } in getFontStyle() function
DTextStyle.h105 SkFontStyle getFontStyle() const { return fFontStyle; } in getFontStyle() function
/third_party/skia/modules/skparagraph/include/
DParagraphStyle.h27 SkFontStyle getFontStyle() const { return fFontStyle; } in getFontStyle() function
DTextStyle.h194 SkFontStyle getFontStyle() const { return fFontStyle; } in getFontStyle() function
/third_party/flutter/skia/tests/
DSkParagraphTest.cpp1062 style.getFontStyle().slant() == SkFontStyle::kUpright_Slant); in DEF_TEST()
1066 style.getFontStyle().slant() == SkFontStyle::kItalic_Slant); in DEF_TEST()
1071 style.getFontStyle().slant() == SkFontStyle::kUpright_Slant); in DEF_TEST()
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp2257 style.getFontStyle().slant() == SkFontStyle::kUpright_Slant); in UNIX_ONLY_TEST()
2261 style.getFontStyle().slant() == SkFontStyle::kItalic_Slant); in UNIX_ONLY_TEST()
2266 style.getFontStyle().slant() == SkFontStyle::kUpright_Slant); in UNIX_ONLY_TEST()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Ddtv.js5523 getFontStyle: function (...args) { method