Home
last modified time | relevance | path

Searched refs:SkFont (Results 1 – 25 of 921) sorted by relevance

12345678910>>...37

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkFont.cpp33 SkFont::SkFont(sk_sp<SkTypeface> face, SkScalar size, SkScalar scaleX, SkScalar skewX) in SkFont() function in SkFont
43 SkFont::SkFont(sk_sp<SkTypeface> face, SkScalar size) : SkFont(std::move(face), size, 1, 0) {} in SkFont() function in SkFont
45 SkFont::SkFont(sk_sp<SkTypeface> face) : SkFont(std::move(face), kDefault_Size, 1, 0) {} in SkFont() function in SkFont
47 SkFont::SkFont() : SkFont(nullptr, kDefault_Size) {} in SkFont() function in SkFont
49 bool SkFont::operator==(const SkFont& b) const { in operator ==()
59 void SkFont::dump() const { in dump()
93 void SkFont::setEdging(Edging e) { in setEdging()
111 SkFont SkFont::makeWithSize(SkScalar newSize) const { in makeWithSize()
112 SkFont font = *this; in makeWithSize()
300 void SkFont::getXPos( in getXPos()
[all …]
H A DSkFontPriv.h47 static SkMatrix MakeTextMatrix(const SkFont& font) { in MakeTextMatrix()
64 static SkRect GetFontBounds(const SkFont&);
66 static bool IsFinite(const SkFont& font) { in IsFinite()
75 static void GlyphsToUnichars(const SkFont&, const uint16_t glyphs[], int count, SkUnichar[]);
77 static void Flatten(const SkFont&, SkWriteBuffer& buffer);
78 static bool Unflatten(SkFont*, SkReadBuffer& buffer);
80 static inline uint8_t Flags(const SkFont& font) { return font.fFlags; } in Flags()
85 SkAutoToGlyphs(const SkFont& font, const void* text, size_t length, SkTextEncoding encoding) { in SkAutoToGlyphs()
H A DSkStrikeSpec.cpp21 SkStrikeSpec SkStrikeSpec::MakeMask(const SkFont& font, const SkPaint& paint, in MakeMask()
39 SkFont pathFont{font}; in MakePath()
54 const SkFont& font, in MakeSourceFallback()
72 SkFont fallbackFont{font}; in MakeSourceFallback()
94 const SkFont* canonicalizedFont = &font; in MakeCanonicalized()
95 SkTLazy<SkFont> pathFont; in MakeCanonicalized()
129 SkFont defaultFont; in MakeDefault()
162 SkFont font; in MakePDFVector()
164 font.setEdging(SkFont::Edging::kAlias); in MakePDFVector()
187 SkStrikeSpec::MakeSDFT(const SkFont& font, const SkPaint& paint, in MakeSDFT()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkFont.cpp33 SkFont::SkFont(sk_sp<SkTypeface> face, SkScalar size, SkScalar scaleX, SkScalar skewX) in SkFont() function in SkFont
43 SkFont::SkFont(sk_sp<SkTypeface> face, SkScalar size) : SkFont(std::move(face), size, 1, 0) {} in SkFont() function in SkFont
45 SkFont::SkFont(sk_sp<SkTypeface> face) : SkFont(std::move(face), kDefault_Size, 1, 0) {} in SkFont() function in SkFont
47 SkFont::SkFont() : SkFont(nullptr, kDefault_Size) {} in SkFont() function in SkFont
49 bool SkFont::operator==(const SkFont& b) const { in operator ==()
59 void SkFont::dump() const { in dump()
93 void SkFont::setEdging(Edging e) { in setEdging()
111 SkFont SkFont::makeWithSize(SkScalar newSize) const { in makeWithSize()
112 SkFont font = *this; in makeWithSize()
300 void SkFont::getXPos( in getXPos()
[all …]
H A DSkFontPriv.h48 static SkMatrix MakeTextMatrix(const SkFont& font) { in MakeTextMatrix()
65 static SkRect GetFontBounds(const SkFont&);
67 static bool IsFinite(const SkFont& font) { in IsFinite()
76 static void GlyphsToUnichars(const SkFont&, const uint16_t glyphs[], int count, SkUnichar[]);
78 static void Flatten(const SkFont&, SkWriteBuffer& buffer);
79 static bool Unflatten(SkFont*, SkReadBuffer& buffer);
81 static inline uint8_t Flags(const SkFont& font) { return font.fFlags; } in Flags()
86 SkAutoToGlyphs(const SkFont& font, const void* text, size_t length, SkTextEncoding encoding) { in SkAutoToGlyphs()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkFont.cpp33 SkFont::SkFont(sk_sp<SkTypeface> face, SkScalar size, SkScalar scaleX, SkScalar skewX) in SkFont() function in SkFont
43 SkFont::SkFont(sk_sp<SkTypeface> face, SkScalar size) : SkFont(std::move(face), size, 1, 0) {} in SkFont() function in SkFont
45 SkFont::SkFont(sk_sp<SkTypeface> face) : SkFont(std::move(face), kDefault_Size, 1, 0) {} in SkFont() function in SkFont
47 SkFont::SkFont() : SkFont(nullptr, kDefault_Size) {} in SkFont() function in SkFont
49 bool SkFont::operator==(const SkFont& b) const { in operator ==()
59 void SkFont::dump() const { in dump()
93 void SkFont::setEdging(Edging e) { in setEdging()
111 SkFont SkFont::makeWithSize(SkScalar newSize) const { in makeWithSize()
112 SkFont font = *this; in makeWithSize()
300 void SkFont::getXPos( in getXPos()
[all …]
H A DSkStrikeSpec.cpp16 SkStrikeSpec SkStrikeSpec::MakeMask(const SkFont& font, const SkPaint& paint, in MakeMask()
34 SkFont pathFont{font}; in MakePath()
49 const SkFont& font, in MakeSourceFallback()
65 SkFont fallbackFont{font}; in MakeSourceFallback()
87 const SkFont* canonicalizedFont = &font; in MakeCanonicalized()
88 SkTLazy<SkFont> pathFont; in MakeCanonicalized()
122 SkFont defaultFont; in MakeDefault()
160 SkFont font; in MakePDFVector()
162 font.setEdging(SkFont::Edging::kAlias); in MakePDFVector()
185 SkStrikeSpec::MakeSDFT(const SkFont& font, const SkPaint& paint, in MakeSDFT()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkFont.cpp33 SkFont::SkFont(sk_sp<SkTypeface> face, SkScalar size, SkScalar scaleX, SkScalar skewX) in SkFont() function in SkFont
43 SkFont::SkFont(sk_sp<SkTypeface> face, SkScalar size) : SkFont(std::move(face), size, 1, 0) {} in SkFont() function in SkFont
45 SkFont::SkFont(sk_sp<SkTypeface> face) : SkFont(std::move(face), kDefault_Size, 1, 0) {} in SkFont() function in SkFont
47 SkFont::SkFont() : SkFont(nullptr, kDefault_Size) {} in SkFont() function in SkFont
49 bool SkFont::operator==(const SkFont& b) const { in operator ==()
59 void SkFont::dump() const { in dump()
93 void SkFont::setEdging(Edging e) { in setEdging()
111 SkFont SkFont::makeWithSize(SkScalar newSize) const { in makeWithSize()
112 SkFont font = *this; in makeWithSize()
300 void SkFont::getXPos( in getXPos()
[all …]
H A DSkStrikeSpec.cpp16 SkStrikeSpec SkStrikeSpec::MakeMask(const SkFont& font, const SkPaint& paint, in MakeMask()
34 SkFont pathFont{font}; in MakePath()
49 const SkFont& font, in MakeSourceFallback()
65 SkFont fallbackFont{font}; in MakeSourceFallback()
87 const SkFont* canonicalizedFont = &font; in MakeCanonicalized()
88 SkTLazy<SkFont> pathFont; in MakeCanonicalized()
122 SkFont defaultFont; in MakeDefault()
160 SkFont font; in MakePDFVector()
162 font.setEdging(SkFont::Edging::kAlias); in MakePDFVector()
185 SkStrikeSpec::MakeSDFT(const SkFont& font, const SkPaint& paint, in MakeSDFT()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkFont.cpp33 SkFont::SkFont(sk_sp<SkTypeface> face, SkScalar size, SkScalar scaleX, SkScalar skewX) in SkFont() function in SkFont
43 SkFont::SkFont(sk_sp<SkTypeface> face, SkScalar size) : SkFont(std::move(face), size, 1, 0) {} in SkFont() function in SkFont
45 SkFont::SkFont(sk_sp<SkTypeface> face) : SkFont(std::move(face), kDefault_Size, 1, 0) {} in SkFont() function in SkFont
47 SkFont::SkFont() : SkFont(nullptr, kDefault_Size) {} in SkFont() function in SkFont
49 bool SkFont::operator==(const SkFont& b) const { in operator ==()
59 void SkFont::dump() const { in dump()
93 void SkFont::setEdging(Edging e) { in setEdging()
111 SkFont SkFont::makeWithSize(SkScalar newSize) const { in makeWithSize()
112 SkFont font = *this; in makeWithSize()
300 void SkFont::getXPos( in getXPos()
[all …]
H A DSkStrikeSpec.cpp16 SkStrikeSpec SkStrikeSpec::MakeMask(const SkFont& font, const SkPaint& paint, in MakeMask()
34 SkFont pathFont{font}; in MakePath()
49 const SkFont& font, in MakeSourceFallback()
65 SkFont fallbackFont{font}; in MakeSourceFallback()
87 const SkFont* canonicalizedFont = &font; in MakeCanonicalized()
88 SkTLazy<SkFont> pathFont; in MakeCanonicalized()
122 SkFont defaultFont; in MakeDefault()
160 SkFont font; in MakePDFVector()
162 font.setEdging(SkFont::Edging::kAlias); in MakePDFVector()
185 SkStrikeSpec::MakeSDFT(const SkFont& font, const SkPaint& paint, in MakeSDFT()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkFont.cpp33 SkFont::SkFont(sk_sp<SkTypeface> face, SkScalar size, SkScalar scaleX, SkScalar skewX) in SkFont() function in SkFont
43 SkFont::SkFont(sk_sp<SkTypeface> face, SkScalar size) : SkFont(std::move(face), size, 1, 0) {} in SkFont() function in SkFont
45 SkFont::SkFont(sk_sp<SkTypeface> face) : SkFont(std::move(face), kDefault_Size, 1, 0) {} in SkFont() function in SkFont
47 SkFont::SkFont() : SkFont(nullptr, kDefault_Size) {} in SkFont() function in SkFont
49 bool SkFont::operator==(const SkFont& b) const { in operator ==()
59 void SkFont::dump() const { in dump()
93 void SkFont::setEdging(Edging e) { in setEdging()
111 SkFont SkFont::makeWithSize(SkScalar newSize) const { in makeWithSize()
112 SkFont font = *this; in makeWithSize()
300 void SkFont::getXPos( in getXPos()
[all …]
H A DSkStrikeSpec.cpp16 SkStrikeSpec SkStrikeSpec::MakeMask(const SkFont& font, const SkPaint& paint, in MakeMask()
34 SkFont pathFont{font}; in MakePath()
49 const SkFont& font, in MakeSourceFallback()
65 SkFont fallbackFont{font}; in MakeSourceFallback()
87 const SkFont* canonicalizedFont = &font; in MakeCanonicalized()
88 SkTLazy<SkFont> pathFont; in MakeCanonicalized()
122 SkFont defaultFont; in MakeDefault()
160 SkFont font; in MakePDFVector()
162 font.setEdging(SkFont::Edging::kAlias); in MakePDFVector()
185 SkStrikeSpec::MakeSDFT(const SkFont& font, const SkPaint& paint, in MakeSDFT()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkFont.cpp12 SkFont::SkFont(sk_sp<SkTypeface> face, SkScalar size, SkScalar scaleX, SkScalar skewX, MaskType mt, in SkFont() function in SkFont
27 sk_sp<SkFont> SkFont::Make(sk_sp<SkTypeface> face, SkScalar size, SkScalar scaleX, SkScalar skewX, in Make()
39 return sk_sp<SkFont>(new SkFont(std::move(face), size, scaleX, skewX, mt, flags)); in Make()
42 sk_sp<SkFont> SkFont::Make(sk_sp<SkTypeface> face, SkScalar size, MaskType mt, uint32_t flags) { in Make()
43 return SkFont::Make(std::move(face), size, 1, 0, mt, flags); in Make()
46 sk_sp<SkFont> SkFont::makeWithSize(SkScalar newSize) const { in makeWithSize()
47 return SkFont::Make(sk_ref_sp(this->getTypeface()), newSize, this->getScaleX(), in makeWithSize()
51 sk_sp<SkFont> SkFont::makeWithFlags(uint32_t newFlags) const { in makeWithFlags()
57 int SkFont::textToGlyphs(const void* text, size_t byteLength, SkTextEncoding encoding, in textToGlyphs()
117 sk_sp<SkFont> SkFont::Testing_CreateFromPaint(const SkPaint& paint) { in Testing_CreateFromPaint()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkFont.cpp12 SkFont::SkFont(sk_sp<SkTypeface> face, SkScalar size, SkScalar scaleX, SkScalar skewX, MaskType mt, in SkFont() function in SkFont
27 sk_sp<SkFont> SkFont::Make(sk_sp<SkTypeface> face, SkScalar size, SkScalar scaleX, SkScalar skewX, in Make()
39 return sk_sp<SkFont>(new SkFont(std::move(face), size, scaleX, skewX, mt, flags)); in Make()
42 sk_sp<SkFont> SkFont::Make(sk_sp<SkTypeface> face, SkScalar size, MaskType mt, uint32_t flags) { in Make()
43 return SkFont::Make(std::move(face), size, 1, 0, mt, flags); in Make()
46 sk_sp<SkFont> SkFont::makeWithSize(SkScalar newSize) const { in makeWithSize()
47 return SkFont::Make(sk_ref_sp(this->getTypeface()), newSize, this->getScaleX(), in makeWithSize()
51 sk_sp<SkFont> SkFont::makeWithFlags(uint32_t newFlags) const { in makeWithFlags()
57 int SkFont::textToGlyphs(const void* text, size_t byteLength, SkTextEncoding encoding, in textToGlyphs()
117 sk_sp<SkFont> SkFont::Testing_CreateFromPaint(const SkPaint& paint) { in Testing_CreateFromPaint()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/include/core/
H A DSkTextBlob.h102 static sk_sp<SkTextBlob> MakeFromString(const char* string, const SkFont& font,
138 const SkPoint pos[], const SkFont& font,
322 const RunBuffer& allocRun(const SkFont& font, int count, SkScalar x, SkScalar y,
346 const RunBuffer& allocRunPosH(const SkFont& font, int count, SkScalar y,
369 const RunBuffer& allocRunPos(const SkFont& font, int count,
373 const RunBuffer& allocRunRSXform(const SkFont& font, int count);
376 const RunBuffer& allocRunText(const SkFont& font,
383 const RunBuffer& allocRunTextPosH(const SkFont& font, int count, SkScalar y,
386 const RunBuffer& allocRunTextPos(const SkFont& font, int count,
389 const RunBuffer& allocRunRSXform(const SkFont& font, int count,
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/include/core/
H A DSkTextBlob.h102 static sk_sp<SkTextBlob> MakeFromString(const char* string, const SkFont& font,
138 const SkPoint pos[], const SkFont& font,
322 const RunBuffer& allocRun(const SkFont& font, int count, SkScalar x, SkScalar y,
346 const RunBuffer& allocRunPosH(const SkFont& font, int count, SkScalar y,
369 const RunBuffer& allocRunPos(const SkFont& font, int count,
373 const RunBuffer& allocRunRSXform(const SkFont& font, int count);
376 const RunBuffer& allocRunText(const SkFont& font,
383 const RunBuffer& allocRunTextPosH(const SkFont& font, int count, SkScalar y,
386 const RunBuffer& allocRunTextPos(const SkFont& font, int count,
389 const RunBuffer& allocRunRSXform(const SkFont& font, int count,
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/include/core/
H A DSkTextBlob.h102 static sk_sp<SkTextBlob> MakeFromString(const char* string, const SkFont& font,
138 const SkPoint pos[], const SkFont& font,
330 const RunBuffer& allocRun(const SkFont& font, int count, SkScalar x, SkScalar y,
354 const RunBuffer& allocRunPosH(const SkFont& font, int count, SkScalar y,
377 const RunBuffer& allocRunPos(const SkFont& font, int count,
381 const RunBuffer& allocRunRSXform(const SkFont& font, int count);
384 const RunBuffer& allocRunText(const SkFont& font,
391 const RunBuffer& allocRunTextPosH(const SkFont& font, int count, SkScalar y,
394 const RunBuffer& allocRunTextPos(const SkFont& font, int count,
397 const RunBuffer& allocRunRSXform(const SkFont& font, int count,
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/include/core/
H A DSkTextBlob.h102 static sk_sp<SkTextBlob> MakeFromString(const char* string, const SkFont& font,
138 const SkPoint pos[], const SkFont& font,
322 const RunBuffer& allocRun(const SkFont& font, int count, SkScalar x, SkScalar y,
346 const RunBuffer& allocRunPosH(const SkFont& font, int count, SkScalar y,
369 const RunBuffer& allocRunPos(const SkFont& font, int count,
373 const RunBuffer& allocRunRSXform(const SkFont& font, int count);
376 const RunBuffer& allocRunText(const SkFont& font,
383 const RunBuffer& allocRunTextPosH(const SkFont& font, int count, SkScalar y,
386 const RunBuffer& allocRunTextPos(const SkFont& font, int count,
389 const RunBuffer& allocRunRSXform(const SkFont& font, int count,
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/include/core/
H A DSkTextBlob.h102 static sk_sp<SkTextBlob> MakeFromString(const char* string, const SkFont& font,
138 const SkPoint pos[], const SkFont& font,
322 const RunBuffer& allocRun(const SkFont& font, int count, SkScalar x, SkScalar y,
346 const RunBuffer& allocRunPosH(const SkFont& font, int count, SkScalar y,
369 const RunBuffer& allocRunPos(const SkFont& font, int count,
373 const RunBuffer& allocRunRSXform(const SkFont& font, int count);
376 const RunBuffer& allocRunText(const SkFont& font,
383 const RunBuffer& allocRunTextPosH(const SkFont& font, int count, SkScalar y,
386 const RunBuffer& allocRunTextPos(const SkFont& font, int count,
389 const RunBuffer& allocRunRSXform(const SkFont& font, int count,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/include/core/
H A DSkTextBlob.h102 static sk_sp<SkTextBlob> MakeFromString(const char* string, const SkFont& font,
138 const SkPoint pos[], const SkFont& font,
330 const RunBuffer& allocRun(const SkFont& font, int count, SkScalar x, SkScalar y,
354 const RunBuffer& allocRunPosH(const SkFont& font, int count, SkScalar y,
377 const RunBuffer& allocRunPos(const SkFont& font, int count,
381 const RunBuffer& allocRunRSXform(const SkFont& font, int count);
384 const RunBuffer& allocRunText(const SkFont& font,
391 const RunBuffer& allocRunTextPosH(const SkFont& font, int count, SkScalar y,
394 const RunBuffer& allocRunTextPos(const SkFont& font, int count,
397 const RunBuffer& allocRunRSXform(const SkFont& font, int count,
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/fonts/skia/
H A Dskia_text_metrics.h14 class SkFont; variable
22 void SkFontGetGlyphWidthForHarfBuzz(const SkFont&,
25 void SkFontGetGlyphWidthForHarfBuzz(const SkFont&,
31 void SkFontGetGlyphExtentsForHarfBuzz(const SkFont&,
35 void SkFontGetBoundsForGlyph(const SkFont&, Glyph, SkRect* bounds);
36 void SkFontGetBoundsForGlyphs(const SkFont&,
39 float SkFontGetWidthForGlyph(const SkFont&, Glyph);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/fonts/skia/
H A Dskia_text_metrics.h14 class SkFont; variable
22 void SkFontGetGlyphWidthForHarfBuzz(const SkFont&,
25 void SkFontGetGlyphWidthForHarfBuzz(const SkFont&,
31 void SkFontGetGlyphExtentsForHarfBuzz(const SkFont&,
35 void SkFontGetBoundsForGlyph(const SkFont&, Glyph, SkRect* bounds);
36 void SkFontGetBoundsForGlyphs(const SkFont&,
39 float SkFontGetWidthForGlyph(const SkFont&, Glyph);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Dgradtext.cpp68 SkFont font(ToolUtils::create_portable_typeface(), 500); in onDraw()
69 font.setEdging(SkFont::Edging::kAlias); in onDraw()
83 SkFont font(ToolUtils::create_portable_typeface()); in onDraw()
84 font.setEdging(SkFont::Edging::kAlias); in onDraw()
107 SkFont font(ToolUtils::create_portable_typeface(), kTextSize);
116 static const SkFont::Edging edgings[3] = {
117 SkFont::Edging::kAlias,
118 SkFont::Edging::kAntiAlias,
119 SkFont::Edging::kSubpixelAntiAlias,
123 for (SkFont::Edging edging : edgings) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Dgradtext.cpp68 SkFont font(ToolUtils::create_portable_typeface(), 500); in onDraw()
69 font.setEdging(SkFont::Edging::kAlias); in onDraw()
83 SkFont font(ToolUtils::create_portable_typeface()); in onDraw()
84 font.setEdging(SkFont::Edging::kAlias); in onDraw()
107 SkFont font(ToolUtils::create_portable_typeface(), kTextSize);
116 static const SkFont::Edging edgings[3] = {
117 SkFont::Edging::kAlias,
118 SkFont::Edging::kAntiAlias,
119 SkFont::Edging::kSubpixelAntiAlias,
123 for (SkFont::Edging edging : edgings) {

12345678910>>...37