Lines Matching defs:isCCW
154 void setIsOval(bool isOval, bool isCCW, unsigned start) {
155 fPathRef->setIsOval(isOval, isCCW, start);
158 void setIsRRect(bool isRRect, bool isCCW, unsigned start) {
159 fPathRef->setIsRRect(isRRect, isCCW, start);
224 * @param isCCW is the oval CCW (or CW if false).
233 bool isOval(SkRect* rect, bool* isCCW, unsigned* start) const {
238 if (isCCW) {
239 *isCCW = SkToBool(fRRectOrOvalIsCCW);
249 bool isRRect(SkRRect* rrect, bool* isCCW, unsigned* start) const {
254 if (isCCW) {
255 *isCCW = SkToBool(fRRectOrOvalIsCCW);
473 void setIsOval(bool isOval, bool isCCW, unsigned start) {
475 fRRectOrOvalIsCCW = isCCW;
479 void setIsRRect(bool isRRect, bool isCCW, unsigned start) {
481 fRRectOrOvalIsCCW = isCCW;