Home
last modified time | relevance | path

Searched refs:fFontSize (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/modules/skparagraph/src/
DTextStyle.cpp13 fFontSize = other.fFontSize; in TextStyle()
60 if (fFontSize != other.fFontSize) { in equals()
102 nearlyEqual(fFontSize, that.fFontSize) && in equalsByFonts()
145 fFontSize == other.fFontSize && in matchOneAttribute()
157 SkFont font(fTypeface, fFontSize); in getFontMetrics()
163 auto multiplier = fHeight * fFontSize; in getFontMetrics()
DParagraphStyle.cpp13 fFontSize = 14; in StrutStyle()
/third_party/flutter/skia/modules/skparagraph/src/
DTextStyle.cpp20 fFontSize = 14.0; in TextStyle()
53 if (fFontSize != other.fFontSize) { in equals()
117 fFontSize == other.fFontSize && fHeight == other.fHeight; in matchOneAttribute()
126 SkFont font(fTypeface, fFontSize); in getFontMetrics()
129 auto multiplier = fHeight * fFontSize; in getFontMetrics()
DParagraphStyle.cpp11 fFontSize = 14; in StrutStyle()
/third_party/skia/modules/skparagraph/include/
DParagraphStyle.h30 SkScalar getFontSize() const { return fFontSize; } in getFontSize()
31 void setFontSize(SkScalar size) { fFontSize = size; } in setFontSize()
58 nearlyEqual(this->fFontSize, rhs.fFontSize) &&
67 SkScalar fFontSize; member
DTextStyle.h210 SkScalar getFontSize() const { return fFontSize; } in getFontSize()
211 void setFontSize(SkScalar size) { fFontSize = size; } in setFontSize()
268 SkScalar fFontSize = 14.0; variable
/third_party/flutter/skia/modules/skparagraph/include/
DParagraphStyle.h21 SkScalar getFontSize() const { return fFontSize; } in getFontSize()
22 void setFontSize(SkScalar size) { fFontSize = size; } in setFontSize()
43 SkScalar fFontSize; member
DTextStyle.h114 SkScalar getFontSize() const { return fFontSize; } in getFontSize()
115 void setFontSize(SkScalar size) { fFontSize = size; } in setFontSize()
152 SkScalar fFontSize; variable
/third_party/skia/modules/skplaintexteditor/app/
Deditor_application.cpp102 float fFontSize = kFontSize; member
109 SkFontStyle(kFontWeight, kFontWidth, kFontSlant)), fFontSize)); in setFont()
257 fFontSize = fFontSize + 1; in onChar()
262 if (fFontSize > 1) { in onChar()
263 fFontSize = fFontSize - 1; in onChar()
/third_party/skia/modules/particles/src/
DSkParticleBinding.cpp128 , fFontSize(fontSize) {} in SkTextBinding()
135 v->visit("FontSize", fFontSize); in REFLECTED()
150 SkFont font(nullptr, fFontSize); in prepare()
158 SkScalar fFontSize; member in SkTextBinding
/third_party/flutter/skia/modules/particles/src/
DSkParticleEffect.cpp232 , fFontSize(fontSize) { in SkTextBinding()
240 SkScalar oldSize = fFontSize; in REFLECTED()
244 v->visit("FontSize", fFontSize); in REFLECTED()
246 if (fText != oldText || fFontSize != oldSize) { in REFLECTED()
258 SkScalar fFontSize; member in SkTextBinding
265 SkFont font(nullptr, fFontSize); in rebuild()
/third_party/skia/modules/svg/src/
DSkSVGAttribute.cpp35 result.fFontSize.init(SkSVGLength(24)); in MakeInitial()
DSkSVGText.cpp72 ctx.lengthContext().resolve(ctx.presentationContext().fInherited.fFontSize->size(), in ResolveFont()
/third_party/skia/modules/svg/include/
DSkSVGAttribute.h96 SkSVGProperty<SkSVGFontSize , true> fFontSize; member