Lines Matching defs:start
86 unsigned* start) {
87 int inStart = *start;
122 // Trust me on the start computation (or draw yourself some pictures)
123 *start = (inStart + 4 - (topNeg | antiDiag)) % 4;
124 SkASSERT(*start < 4);
126 *start = 2 * *start + rm;
131 // Trust me on the start computation (or draw yourself some pictures)
132 *start = (6 + (topNeg | antiDiag) - inStart) % 4;
133 SkASSERT(*start < 4);
135 *start = 2 * *start + (rm ? 0 : 1);
209 unsigned start = src.fRRectOrOvalStartIdx;
211 transform_dir_and_start(matrix, (*dst)->fIsRRect, &isCCW, &start);
213 (*dst)->fRRectOrOvalStartIdx = start;