Lines Matching refs:rc
97 RECT rc; in NextBand() local
98 rc.left = (int)bounds.left; in NextBand()
99 rc.top = (int)bounds.top; in NextBand()
100 rc.right = (int)bounds.right; in NextBand()
101 rc.bottom = (int)bounds.bottom; in NextBand()
103 int height = rc.bottom - rc.top + 1; in NextBand()
113 rc.bottom = height - 1; in NextBand()
119 if (get_valid_rect(bitmap, &rc)) { in NextBand()
122 rc.left, rc.top, rc.right, rc.bottom)); in NextBand()
124 x = rc.left; in NextBand()
125 y += rc.top; in NextBand()
127 int width = rc.right - rc.left + 1; in NextBand()
130 int height = rc.bottom - rc.top + 1; in NextBand()
144 + rc.top * delta in NextBand()
145 + (rc.left * fHalftone->GetPixelDepth()) / 8; in NextBand()
167 for (int i = rc.top; i <= rc.bottom; i++) { in NextBand()