/third_party/skia/docs/examples/ |
H A D | SkFontMgr_example.cpp | 24 SkFontStyle fontStyle; in REG_FIDDLE() local
|
H A D | SkFontMgr_example2.cpp | 24 SkFontStyle fontStyle; in REG_FIDDLE() local
|
H A D | text_rendering.cpp | 7 SkFontStyle fontStyle; // Default is normal weight, normal width, upright slant. in REG_FIDDLE() local
|
/third_party/skia/experimental/sktext/src/ |
H A D | Paint.h | 23 TrivialFontChain(const char* ff, SkScalar size, SkFontStyle fontStyle) in TrivialFontChain() argument 45 MultipleFontChain(std::vector<const char*> ffs, SkScalar size, SkFontStyle fontStyle) in MultipleFontChain() argument
|
H A D | Paint.cpp | 21 drawText(std::u16string text, SkCanvas* canvas, TextDirection textDirection, TextAlign textAlign, SkPaint foreground, SkPaint background, const SkString& fontFamily, SkScalar fontSize, SkFontStyle fontStyle, SkScalar x, SkScalar y) drawText() argument 30 drawText(std::u16string text, SkCanvas* canvas, TextDirection textDirection, TextAlign textAlign, SkPaint foreground, SkPaint background, const SkString& fontFamily, SkScalar fontSize, SkFontStyle fontStyle, SkSize reqSize, SkScalar x, SkScalar y) drawText() argument
|
/third_party/skia/tests/ |
H A D | FontMgrTest.cpp | 128 TestTypeface(const SkFontStyle& fontStyle) : SkTypeface(fontStyle, false){} in DEF_TEST() argument
|
/third_party/skia/modules/skparagraph/src/ |
H A D | FontCollection.cpp | 156 std::vector<sk_sp<SkTypeface>> FontCollection::findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle) { argument 166 findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle, const std::optional<FontArguments>& fontArgs) global() argument 216 findTypefaces(const std::vector<SkString>& familyNames, RSFontStyle fontStyle, const std::optional<FontArguments>& fontArgs) global() argument 270 matchTypeface(const SkString& familyName, SkFontStyle fontStyle) global() argument 286 matchTypeface(const SkString& familyName, RSFontStyle fontStyle) global() argument 306 defaultFallback(SkUnichar unicode, SkFontStyle fontStyle, const SkString& locale) global() argument [all...] |
/third_party/skia/include/core/ |
H A D | SkTypeface.h | 52 SkFontStyle fontStyle() const { in fontStyle() function in SkTypeface
|
/third_party/skia/gm/ |
H A D | fontmgr.cpp | 43 drawCharacter(SkCanvas* canvas, uint32_t character, SkScalar x, SkScalar y, const SkFont& origFont, SkFontMgr* fm, const char* fontName, const char* bcp47[], int bcp47Count, const SkFontStyle& fontStyle) drawCharacter() argument
|
/third_party/skia/modules/canvaskit/ |
H A D | paragraph_bindings.cpp | 59 SimpleFontStyle fontStyle; member 77 SimpleFontStyle fontStyle; member [all...] |
/third_party/skia/src/core/ |
H A D | SkTypeface.cpp | 186 MakeFromName(const char name[], SkFontStyle fontStyle) MakeFromName() argument
|
/third_party/skia/src/ports/skia_ohos/ |
H A D | FontConfig_ohos.cpp | 268 const SkFontStyle& fontStyle = typefaceSet[i]->fontStyle(); in matchFontStyle() local [all...] |
/third_party/skia/modules/skparagraph/include/ |
H A D | TextStyle.h | 261 void setFontStyle(SkFontStyle fontStyle) { fFontStyle = fontStyle; } in setFontStyle() argument 264 void setFontStyle(RSFontStyle fontStyle) { fFontStyle = fontStyle; } in setFontStyle() argument
|