Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/src/
DOneLineShaper.cpp394 … fParagraph->fFontCollection->findTypefaces(textStyle.getFontFamilies(), textStyle.getFontStyle()); in matchResolvedFonts()
413 unicode, textStyle.getFontStyle(), textStyle.getLocale()); in matchResolvedFonts()
477 placeholder.fTextStyle.getFontStyle()); in iterateThroughShapingRegions()
542 int wantedWeight = block.fStyle.getFontStyle().weight(); in shape()
547 block.fStyle.getFontStyle().slant() == SkFontStyle::kItalic_Slant && in shape()
DParagraphCache.cpp86 hash = mix(hash, SkGoodHash()(ts.fStyle.getFontStyle())); in operator ()()
100 hash = mix(hash, SkGoodHash()(strutStyle.getFontStyle())); in operator ()()
DParagraphImpl.cpp462 …ypefaces = fFontCollection->findTypefaces(strutStyle.getFontFamilies(), strutStyle.getFontStyle()); in resolveStrut()
1130 defaultTextStyle.getFontFamilies(), defaultTextStyle.getFontStyle()); in computeEmptyMetrics()
/external/skia/modules/skparagraph/include/
DParagraphStyle.h19 SkFontStyle getFontStyle() const { return fFontStyle; } in getFontStyle() function
DTextStyle.h195 SkFontStyle getFontStyle() const { return fFontStyle; } in getFontStyle() function
/external/skia/tests/
DSkParagraphTest.cpp1942 style.getFontStyle().slant() == SkFontStyle::kUpright_Slant); in DEF_TEST()
1946 style.getFontStyle().slant() == SkFontStyle::kItalic_Slant); in DEF_TEST()
1951 style.getFontStyle().slant() == SkFontStyle::kUpright_Slant); in DEF_TEST()