Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
DRun.h55 enum class RoundRectType { enum
177 RoundRectType getRoundRectType() const { return fRoundRectType; } in getRoundRectType()
178 void setRoundRectType(RoundRectType type) { fRoundRectType = type; } in setRoundRectType()
239 RoundRectType fRoundRectType = RoundRectType::NONE;
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()
503 RoundRectType rType = run->getRoundRectType(); in paintRoundRect()
504 if (rType == RoundRectType::ALL || rType == RoundRectType::LEFT_ONLY) { in paintRoundRect()
508 if (rType == RoundRectType::ALL || rType == RoundRectType::RIGHT_ONLY) { in paintRoundRect()