/third_party/flutter/skia/modules/skparagraph/src/ |
D | FontCollection.cpp | 68 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/ |
D | FontCollection.cpp | 77 …>> 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/ |
D | Paint.h | 23 TrivialFontChain(const char* ff, SkScalar size, SkFontStyle fontStyle) in TrivialFontChain() 45 MultipleFontChain(std::vector<const char*> ffs, SkScalar size, SkFontStyle fontStyle) in MultipleFontChain()
|
D | Paint.cpp | 24 … 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/ |
D | SkFontMgr_example.cpp | 24 SkFontStyle fontStyle; in draw() local
|
D | text_rendering.cpp | 7 SkFontStyle fontStyle; // Default is normal weight, normal width, upright slant. in draw() local
|
D | SkFontMgr_example2.cpp | 24 SkFontStyle fontStyle; in draw() local
|
/third_party/skia/modules/canvaskit/tests/ |
D | paragraph.spec.js | 640 fontStyle: { property 655 fontStyle: { property 697 fontStyle: { property 712 fontStyle: { property 911 fontStyle: { property 962 fontStyle: { property
|
/third_party/skia/include/core/ |
D | SkTypeface.h | 48 SkFontStyle fontStyle() const { in fontStyle() function
|
/third_party/flutter/skia/include/core/ |
D | SkTypeface.h | 48 SkFontStyle fontStyle() const { in fontStyle() function
|
/third_party/skia/modules/canvaskit/ |
D | paragraph.js | 80 function fontStyle(s) { function
|
D | paragraph_bindings.cpp | 59 SimpleFontStyle fontStyle; member 77 SimpleFontStyle fontStyle; member
|
/third_party/flutter/skia/modules/skparagraph/include/ |
D | TextStyle.h | 106 void setFontStyle(SkFontStyle fontStyle) { fFontStyle = fontStyle; } in setFontStyle()
|
/third_party/flutter/skia/tests/ |
D | FontMgrTest.cpp | 124 TestTypeface(const SkFontStyle& fontStyle) : SkTypeface(fontStyle, false){} in test_matchStyleCSS3()
|
/third_party/flutter/skia/gm/ |
D | fontmgr.cpp | 45 const SkFontStyle& fontStyle) { in drawCharacter()
|
/third_party/skia/tests/ |
D | FontMgrTest.cpp | 128 TestTypeface(const SkFontStyle& fontStyle) : SkTypeface(fontStyle, false){} in DEF_TEST()
|
/third_party/skia/gm/ |
D | fontmgr.cpp | 46 const SkFontStyle& fontStyle) { in drawCharacter()
|
/third_party/flutter/skia/src/core/ |
D | SkTypeface.cpp | 134 SkFontStyle fontStyle) { in MakeFromName()
|
/third_party/flutter/skia/samplecode/ |
D | SampleParagraph.cpp | 116 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/ |
D | SkTypeface.cpp | 135 SkFontStyle fontStyle) { in MakeFromName()
|
/third_party/skia/modules/skparagraph/include/ |
D | TextStyle.h | 195 void setFontStyle(SkFontStyle fontStyle) { fFontStyle = fontStyle; } in setFontStyle()
|
/third_party/flutter/skia/src/ports/skia_ohos/ |
D | FontConfig_ohos.cpp | 226 const SkFontStyle& fontStyle = typefaceSet[i]->fontStyle(); in matchFontStyle() local
|
/third_party/skia/tools/perf-canvaskit-puppeteer/ |
D | canvas_perf.js | 630 fontStyle: { property
|
/third_party/skia/modules/canvaskit/npm_build/types/ |
D | index.d.ts | 2793 fontStyle?: FontStyle; property 2825 fontStyle?: FontStyle; property
|
/third_party/skia/modules/skparagraph/samples/ |
D | SampleParagraph.cpp | 114 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
|