Lines Matching refs:start
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);
225 * @param start indicates where the contour starts on the oval (see
233 bool isOval(SkRect* rect, bool* isCCW, unsigned* start) const {
241 if (start) {
242 *start = fRRectOrOvalStartIdx;
249 bool isRRect(SkRRect* rrect, bool* isCCW, unsigned* start) const {
257 if (start) {
258 *start = fRRectOrOvalStartIdx;
473 void setIsOval(bool isOval, bool isCCW, unsigned start) {
476 fRRectOrOvalStartIdx = SkToU8(start);
479 void setIsRRect(bool isRRect, bool isCCW, unsigned start) {
482 fRRectOrOvalStartIdx = SkToU8(start);