Home
last modified time | relevance | path

Searched defs:fontStyle (Results 1 – 25 of 32) sorted by relevance

12

/third_party/flutter/skia/modules/skparagraph/src/
DFontCollection.cpp68 sk_sp<SkTypeface> FontCollection::matchTypeface(const char familyName[], SkFontStyle fontStyle) { in matchTypeface()
97 sk_sp<SkTypeface> FontCollection::matchDefaultTypeface(SkFontStyle fontStyle) { in matchDefaultTypeface()
126 sk_sp<SkTypeface> FontCollection::defaultFallback(SkUnichar unicode, SkFontStyle fontStyle, const S… in defaultFallback()
/third_party/skia/modules/skparagraph/src/
DFontCollection.cpp77 …>> FontCollection::findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle) { in findTypefaces()
118 sk_sp<SkTypeface> FontCollection::matchTypeface(const SkString& familyName, SkFontStyle fontStyle) { in matchTypeface()
135 sk_sp<SkTypeface> FontCollection::defaultFallback(SkUnichar unicode, SkFontStyle fontStyle, const S… in defaultFallback()
/third_party/skia/experimental/sktext/src/
DPaint.h23 TrivialFontChain(const char* ff, SkScalar size, SkFontStyle fontStyle) in TrivialFontChain()
45 MultipleFontChain(std::vector<const char*> ffs, SkScalar size, SkFontStyle fontStyle) in MultipleFontChain()
DPaint.cpp24 … const SkString& fontFamily, SkScalar fontSize, SkFontStyle fontStyle, SkScalar x, SkScalar y) { in drawText()
33 …const SkString& fontFamily, SkScalar fontSize, SkFontStyle fontStyle, SkSize reqSize, SkScalar x, … in drawText()
/third_party/skia/docs/examples/
DSkFontMgr_example.cpp24 SkFontStyle fontStyle; in draw() local
Dtext_rendering.cpp7 SkFontStyle fontStyle; // Default is normal weight, normal width, upright slant. in draw() local
DSkFontMgr_example2.cpp24 SkFontStyle fontStyle; in draw() local
/third_party/skia/modules/canvaskit/tests/
Dparagraph.spec.js640 fontStyle: { property
655 fontStyle: { property
697 fontStyle: { property
712 fontStyle: { property
911 fontStyle: { property
962 fontStyle: { property
/third_party/skia/include/core/
DSkTypeface.h48 SkFontStyle fontStyle() const { in fontStyle() function
/third_party/flutter/skia/include/core/
DSkTypeface.h48 SkFontStyle fontStyle() const { in fontStyle() function
/third_party/skia/modules/canvaskit/
Dparagraph.js80 function fontStyle(s) { function
Dparagraph_bindings.cpp59 SimpleFontStyle fontStyle; member
77 SimpleFontStyle fontStyle; member
/third_party/flutter/skia/modules/skparagraph/include/
DTextStyle.h106 void setFontStyle(SkFontStyle fontStyle) { fFontStyle = fontStyle; } in setFontStyle()
/third_party/flutter/skia/tests/
DFontMgrTest.cpp124 TestTypeface(const SkFontStyle& fontStyle) : SkTypeface(fontStyle, false){} in test_matchStyleCSS3()
/third_party/flutter/skia/gm/
Dfontmgr.cpp45 const SkFontStyle& fontStyle) { in drawCharacter()
/third_party/skia/tests/
DFontMgrTest.cpp128 TestTypeface(const SkFontStyle& fontStyle) : SkTypeface(fontStyle, false){} in DEF_TEST()
/third_party/skia/gm/
Dfontmgr.cpp46 const SkFontStyle& fontStyle) { in drawCharacter()
/third_party/flutter/skia/src/core/
DSkTypeface.cpp134 SkFontStyle fontStyle) { in MakeFromName()
/third_party/flutter/skia/samplecode/
DSampleParagraph.cpp116 SkFontStyle fontStyle(std::get<1>(para) ? SkFontStyle::Weight::kBold_Weight in drawTest() local
828 SkFontStyle fontStyle(SkFontStyle::kBold_Weight, SkFontStyle::kNormal_Width, in hangingS() local
/third_party/skia/src/core/
DSkTypeface.cpp135 SkFontStyle fontStyle) { in MakeFromName()
/third_party/skia/modules/skparagraph/include/
DTextStyle.h195 void setFontStyle(SkFontStyle fontStyle) { fFontStyle = fontStyle; } in setFontStyle()
/third_party/flutter/skia/src/ports/skia_ohos/
DFontConfig_ohos.cpp226 const SkFontStyle& fontStyle = typefaceSet[i]->fontStyle(); in matchFontStyle() local
/third_party/skia/tools/perf-canvaskit-puppeteer/
Dcanvas_perf.js630 fontStyle: { property
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts2793 fontStyle?: FontStyle; property
2825 fontStyle?: FontStyle; property
/third_party/skia/modules/skparagraph/samples/
DSampleParagraph.cpp114 SkFontStyle fontStyle(std::get<1>(para) ? SkFontStyle::Weight::kBold_Weight in drawTest() local
834 SkFontStyle fontStyle(SkFontStyle::kBold_Weight, SkFontStyle::kNormal_Width, in hangingS() local

12