Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
H A DTextStyle.cpp16 result.fFontSize = fFontSize; in cloneForPlaceholder()
70 if (fFontSize != other.fFontSize) { in equals()
119 nearlyEqual(fFontSize, that.fFontSize) && in equalsByFonts()
164 fFontSize == other.fFontSize && in matchOneAttribute()
183 SkFont font(fTypeface, fFontSize); in getFontMetrics()
196 RSFont font(fTypeface, fFontSize, in getFontMetrics()
[all...]
H A DParagraphStyle.cpp20 fFontSize = 14; in StrutStyle()
/third_party/skia/modules/skparagraph/include/
H A DParagraphStyle.h58 SkScalar getFontSize() const { return fFontSize; } in getFontSize()
59 void setFontSize(SkScalar size) { fFontSize = size; } in setFontSize()
92 nearlyEqual(this->fFontSize, rhs.fFontSize) && in operator ==()
107 SkScalar fFontSize; member
H A DTextStyle.h286 SkScalar getFontSize() const { return fFontSize; } in getFontSize()
287 void setFontSize(SkScalar size) { fFontSize = size; } in setFontSize()
364 SkScalar fFontSize = 14.0; member in skia::textlayout::TextStyle
/third_party/skia/modules/skplaintexteditor/app/
H A Deditor_application.cpp102 float fFontSize = kFontSize; member
109 SkFontStyle(kFontWeight, kFontWidth, kFontSlant)), fFontSize)); in setFont()
257 fFontSize = fFontSize + 1;
262 if (fFontSize > 1) {
263 fFontSize = fFontSize - 1;
/third_party/skia/modules/particles/src/
H A DSkParticleBinding.cpp128 , fFontSize(fontSize) {} in SkTextBinding()
135 v->visit("FontSize", fFontSize);
150 SkFont font(nullptr, fFontSize);
158 SkScalar fFontSize; member in SkTextBinding
/third_party/skia/modules/svg/src/
H A DSkSVGAttribute.cpp35 result.fFontSize.init(SkSVGLength(24)); in MakeInitial()
H A DSkSVGText.cpp72 ctx.lengthContext().resolve(ctx.presentationContext().fInherited.fFontSize->size(), in ResolveFont()
/third_party/skia/modules/svg/include/
H A DSkSVGAttribute.h96 SkSVGProperty<SkSVGFontSize , true> fFontSize; member

Completed in 9 milliseconds