Searched refs:fFontSize (Results 1 – 14 of 14) sorted by relevance
/third_party/skia/modules/skparagraph/src/ |
D | TextStyle.cpp | 13 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()
|
D | ParagraphStyle.cpp | 13 fFontSize = 14; in StrutStyle()
|
/third_party/flutter/skia/modules/skparagraph/src/ |
D | TextStyle.cpp | 20 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()
|
D | ParagraphStyle.cpp | 11 fFontSize = 14; in StrutStyle()
|
/third_party/skia/modules/skparagraph/include/ |
D | ParagraphStyle.h | 30 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
|
D | TextStyle.h | 210 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/ |
D | ParagraphStyle.h | 21 SkScalar getFontSize() const { return fFontSize; } in getFontSize() 22 void setFontSize(SkScalar size) { fFontSize = size; } in setFontSize() 43 SkScalar fFontSize; member
|
D | TextStyle.h | 114 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/ |
D | editor_application.cpp | 102 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/ |
D | SkParticleBinding.cpp | 128 , 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/ |
D | SkParticleEffect.cpp | 232 , 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/ |
D | SkSVGAttribute.cpp | 35 result.fFontSize.init(SkSVGLength(24)); in MakeInitial()
|
D | SkSVGText.cpp | 72 ctx.lengthContext().resolve(ctx.presentationContext().fInherited.fFontSize->size(), in ResolveFont()
|
/third_party/skia/modules/svg/include/ |
D | SkSVGAttribute.h | 96 SkSVGProperty<SkSVGFontSize , true> fFontSize; member
|