Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
H A DTextLine.cpp351 double maxRoundRectRadius = MAX_INT_VALUE; local
356 maxRoundRectRadius = std::fmin(std::fmin(attr.rect.width(), attr.rect.height()), maxRoundRectRadius);
361 gRun->setMaxRoundRectRadius(maxRoundRectRadius);

Completed in 5 milliseconds