Searched refs:fFontSize (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/modules/skparagraph/src/ |
H A D | TextStyle.cpp | 16 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 D | ParagraphStyle.cpp | 20 fFontSize = 14; in StrutStyle()
|
/third_party/skia/modules/skparagraph/include/ |
H A D | ParagraphStyle.h | 58 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 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; member in skia::textlayout::TextStyle
|
/third_party/skia/modules/skplaintexteditor/app/ |
H A D | editor_application.cpp | 102 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 D | SkParticleBinding.cpp | 128 , 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 D | SkSVGAttribute.cpp | 35 result.fFontSize.init(SkSVGLength(24)); in MakeInitial()
|
H A D | SkSVGText.cpp | 72 ctx.lengthContext().resolve(ctx.presentationContext().fInherited.fFontSize->size(), in ResolveFont()
|
/third_party/skia/modules/svg/include/ |
H A D | SkSVGAttribute.h | 96 SkSVGProperty<SkSVGFontSize , true> fFontSize; member
|
Completed in 9 milliseconds