Searched refs:setRoundRectType (Results 1 – 2 of 2) sorted by relevance
264 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()
178 void setRoundRectType(RoundRectType type) { fRoundRectType = type; } in setRoundRectType() function