Home
last modified time | relevance | path

Searched refs:value_rect (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/native_theme/
Dnative_theme_win.cc1446 RECT value_rect = gfx::Rect(extra.value_rect_x, in PaintProgressBar() local
1454 FillRect(hdc, &value_rect, GetSysColorBrush(COLOR_BTNSHADOW)); in PaintProgressBar()
1490 (bar_rect.right == value_rect.right && bar_rect.left != value_rect.left) ? in PaintProgressBar()
1498 RECT shrunk_value_rect = InsetRect(&value_rect, kXPBarPadding); in PaintProgressBar()
1505 draw_theme_ex_(handle, hdc, PP_FILL, 0, &value_rect, &value_draw_options); in PaintProgressBar()
1507 RECT overlay_rect = value_rect; in PaintProgressBar()
1512 draw_theme_(handle, hdc, PP_MOVEOVERLAY, 0, &overlay_rect, &value_rect); in PaintProgressBar()