Lines Matching refs:top
63 int top = SkFDot6Round(y0);
67 if (top == bot) {
71 if (NULL != clip && (top >= clip->fBottom || bot <= clip->fTop)) {
79 fFirstY = top;
103 int top = SkFDot6Round(y0);
106 // SkASSERT(top >= fFirstY);
109 if (top == bot)
119 fFirstY = top;
127 int top = fFirstY;
129 SkASSERT(top < clip.fBottom);
131 // clip the line to the top
132 if (top < clip.fTop)
135 fX += fDX * (clip.fTop - top);
209 int top = SkFDot6Round(y0);
213 if (top == bot)
355 int top = SkFDot6Round(y0);
359 if (top == bot)
363 if (clip && (top >= clip->fBottom || bot <= clip->fTop))