Lines Matching refs:firstT
1349 SkPoint activeLeftTop(bool onlySortable, int* firstT) const {
1372 if (firstT) {
1373 *firstT = index;
1381 if (firstT) {
1382 *firstT = index;
2908 int firstT = -1;
2909 /* SkPoint topPt = */ activeLeftTop(onlySortable, &firstT);
2910 if (firstT < 0) {
2912 firstT = 0;
2913 while (fTs[firstT].fDone) {
2914 SkASSERT(firstT < fTs.count());
2915 ++firstT;
2917 tIndex = firstT;
2918 endIndex = nextExactSpan(firstT, 1);
2923 int end = nextSpan(firstT, step);
2926 end = nextSpan(firstT, step);
2930 // look for left-ness from tLeft to firstT (matching y of other)
2932 SkASSERT(firstT - end != 0);
2933 addTwoAngles(end, firstT, angles);
2934 buildAngles(firstT, angles, true);
2959 firstT = first - 1;
2962 if (++firstT == count) {
2963 firstT = 0;
2965 const Angle* angle = sorted[firstT];