Searched refs:calculateThickness (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/modules/skparagraph/src/ |
H A D | Decorations.h | 16 SkScalar calculateThickness(const TextStyle& textStyle, const TextLine::ClipContext& context); 30 void calculateThickness(TextStyle textStyle, sk_sp<SkTypeface> typeface); 32 void calculateThickness(TextStyle textStyle, std::shared_ptr<RSTypeface> typeface);
|
H A D | Decorations.cpp | 27 SkScalar Decorations::calculateThickness(const TextStyle& textStyle, const TextLine::ClipContext& context) { in calculateThickness() function in skia::textlayout::Decorations 28 calculateThickness(textStyle, const_cast<RSFont&>(context.run->font()).GetTypeface()); in calculateThickness() 39 calculateThickness(textStyle, context.run->font().refTypeface()); in paint() 41 calculateThickness(textStyle, const_cast<RSFont&>(context.run->font()).GetTypeface()); in paint() 234 void Decorations::calculateThickness(TextStyle textStyle, sk_sp<SkTypeface> typeface) { in calculateThickness() function in skia::textlayout::Decorations 236 void Decorations::calculateThickness(TextStyle textStyle, std::shared_ptr<RSTypeface> typeface) { in calculateThickness()
|
H A D | TextLine.h | 252 SkScalar calculateThickness(const TextStyle& style, const ClipContext& context);
|
H A D | TextLine.cpp | 284 SkScalar tmpThick = this->calculateThickness(style, context); 750 SkScalar TextLine::calculateThickness(const TextStyle& style, const ClipContext& content) function in skia::textlayout::TextLine 753 return decoration.calculateThickness(style, content);
|
Completed in 6 milliseconds