Searched refs:getFontStyle (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/modules/skparagraph/src/ |
D | FontResolver.cpp | 58 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()
|
D | ParagraphImpl.cpp | 463 typeface = fFontCollection->matchTypeface(fontFamily.c_str(), strutStyle.getFontStyle()); in resolveStrut()
|
/third_party/skia/modules/skparagraph/src/ |
D | OneLineShaper.cpp | 480 … 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()
|
D | ParagraphCache.cpp | 104 hash = mix(hash, SkGoodHash()(ts.fStyle.getFontStyle())); in operator ()() 118 hash = mix(hash, SkGoodHash()(strutStyle.getFontStyle())); in operator ()()
|
D | ParagraphImpl.cpp | 588 …ypefaces = fFontCollection->findTypefaces(strutStyle.getFontFamilies(), strutStyle.getFontStyle()); in resolveStrut() 904 textStyle.getFontFamilies(), textStyle.getFontStyle()); in computeEmptyMetrics()
|
/third_party/flutter/skia/modules/skparagraph/include/ |
D | ParagraphStyle.h | 18 SkFontStyle getFontStyle() const { return fFontStyle; } in getFontStyle() function
|
D | TextStyle.h | 105 SkFontStyle getFontStyle() const { return fFontStyle; } in getFontStyle() function
|
/third_party/skia/modules/skparagraph/include/ |
D | ParagraphStyle.h | 27 SkFontStyle getFontStyle() const { return fFontStyle; } in getFontStyle() function
|
D | TextStyle.h | 194 SkFontStyle getFontStyle() const { return fFontStyle; } in getFontStyle() function
|
/third_party/flutter/skia/tests/ |
D | SkParagraphTest.cpp | 1062 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/ |
D | SkParagraphTest.cpp | 2257 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/ |
D | dtv.js | 5523 getFontStyle: function (...args) { method
|