Home
last modified time | relevance | path

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

/external/chromium_org/ui/native_theme/
Dnative_theme_win.cc1380 RECT top_section = rect.ToRECT(); in PaintTrackbar() local
1382 top_section.bottom -= ((bottom_section.right - bottom_section.left) / 2); in PaintTrackbar()
1383 bottom_section.top = top_section.bottom; in PaintTrackbar()
1384 DrawEdge(hdc, &top_section, EDGE_RAISED, in PaintTrackbar()
1403 canvas->drawIRect(skia::RECTToSkIRect(top_section), paint); in PaintTrackbar()