Home | History | Annotate | Download | only in autocomplete

Lines Matching defs:clip_rect

2358   CRect clip_rect;
2359 clip_rect.IntersectRect(highlight_rect, paint_clip_rect);
2360 if (clip_rect.IsRectNull())
2364 MoveToEx(hdc, clip_rect.left, clip_rect.top, NULL);
2365 LineTo(hdc, clip_rect.left, clip_rect.bottom);