Searched refs:top_section (Results 1 – 1 of 1) sorted by relevance
1380 RECT top_section = rect.ToRECT(); in PaintTrackbar() local1382 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()