Lines Matching refs:rc
213 RECT rc; in NextBand() local
214 rc.left = (int)bounds.left; in NextBand()
215 rc.top = (int)bounds.top; in NextBand()
216 rc.right = (int)bounds.right; in NextBand()
217 rc.bottom = (int)bounds.bottom; in NextBand()
219 int height = rc.bottom - rc.top + 1; in NextBand()
230 rc.bottom = height - 1; in NextBand()
236 if (get_valid_rect(bitmap, &rc)) { in NextBand()
239 rc.left, rc.top, rc.right, rc.bottom)); in NextBand()
241 x = rc.left; in NextBand()
242 y += rc.top; in NextBand()
245 int width = rc.right - rc.left + 1; in NextBand()
248 int height = rc.bottom - rc.top + 1; in NextBand()
262 + rc.top * delta in NextBand()
263 + (rc.left * fHalftone->GetPixelDepth()) / 8; in NextBand()
279 for (int i = rc.top; i <= rc.bottom; i++) { in NextBand()