Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
DTextLine.cpp264 run->setRoundRectType(RoundRectType::ALL); in computeRoundRect()
266 run->setRoundRectType(RoundRectType::LEFT_ONLY); in computeRoundRect()
268 run->setRoundRectType(RoundRectType::RIGHT_ONLY); in computeRoundRect()
270 run->setRoundRectType(RoundRectType::NONE); in computeRoundRect()
DRun.h178 void setRoundRectType(RoundRectType type) { fRoundRectType = type; } in setRoundRectType() function