Home
last modified time | relevance | path

Searched refs:calculateThickness (Results 1 – 2 of 2) sorted by relevance

/external/skia/modules/skparagraph/src/
DDecorations.h19 void calculateThickness(TextStyle textStyle, sk_sp<SkTypeface> typeface);
DDecorations.cpp29 calculateThickness(textStyle, context.run->font().refTypeface()); in paint()
134 void Decorations::calculateThickness(TextStyle textStyle, sk_sp<SkTypeface> typeface) { in calculateThickness() function in skia::textlayout::Decorations