Searched refs:fFontSize (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/modules/skparagraph/src/ |
D | TextStyle.cpp | 15 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()
|
D | ParagraphStyle.cpp | 20 fFontSize = 14; in StrutStyle()
|
/third_party/skia/modules/skparagraph/include/ |
D | ParagraphStyle.h | 48 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
|
D | TextStyle.h | 286 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/ |
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/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
|