Home
last modified time | relevance | path

Searched defs:fontStyle (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/docs/examples/
H A DSkFontMgr_example.cpp24 SkFontStyle fontStyle; in REG_FIDDLE() local
H A DSkFontMgr_example2.cpp24 SkFontStyle fontStyle; in REG_FIDDLE() local
H A Dtext_rendering.cpp7 SkFontStyle fontStyle; // Default is normal weight, normal width, upright slant. in REG_FIDDLE() local
/third_party/skia/experimental/sktext/src/
H A DPaint.h23 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 DPaint.cpp21 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 DFontMgrTest.cpp128 TestTypeface(const SkFontStyle& fontStyle) : SkTypeface(fontStyle, false){} in DEF_TEST() argument
/third_party/skia/modules/skparagraph/src/
H A DFontCollection.cpp156 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 DSkTypeface.h52 SkFontStyle fontStyle() const { in fontStyle() function in SkTypeface
/third_party/skia/gm/
H A Dfontmgr.cpp43 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 Dparagraph_bindings.cpp59 SimpleFontStyle fontStyle; member
77 SimpleFontStyle fontStyle; member
[all...]
/third_party/skia/src/core/
H A DSkTypeface.cpp186 MakeFromName(const char name[], SkFontStyle fontStyle) MakeFromName() argument
/third_party/skia/src/ports/skia_ohos/
H A DFontConfig_ohos.cpp268 const SkFontStyle& fontStyle = typefaceSet[i]->fontStyle(); in matchFontStyle() local
[all...]
/third_party/skia/modules/skparagraph/include/
H A DTextStyle.h261 void setFontStyle(SkFontStyle fontStyle) { fFontStyle = fontStyle; } in setFontStyle() argument
264 void setFontStyle(RSFontStyle fontStyle) { fFontStyle = fontStyle; } in setFontStyle() argument

Completed in 11 milliseconds