Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
DTextStyle.cpp15 result.fFontSize = fFontSize; in cloneForPlaceholder()
69 if (fFontSize != other.fFontSize) { in equals()
118 nearlyEqual(fFontSize, that.fFontSize) && in equalsByFonts()
163 fFontSize == other.fFontSize && in matchOneAttribute()
182 SkFont font(fTypeface, fFontSize); in getFontMetrics()
188 RSFont font(fTypeface, fFontSize, 1, 0); in getFontMetrics()
195 auto multiplier = fHeight * fFontSize; in getFontMetrics()
DParagraphStyle.cpp20 fFontSize = 14; in StrutStyle()
/third_party/skia/modules/skparagraph/include/
DParagraphStyle.h48 SkScalar getFontSize() const { return fFontSize; } in getFontSize()
49 void setFontSize(SkScalar size) { fFontSize = size; } in setFontSize()
82 nearlyEqual(this->fFontSize, rhs.fFontSize) &&
97 SkScalar fFontSize; member
DTextStyle.h286 SkScalar getFontSize() const { return fFontSize; } in getFontSize()
287 void setFontSize(SkScalar size) { fFontSize = size; } in setFontSize()
364 SkScalar fFontSize = 14.0; 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/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