Lines Matching refs:FillSolidRect
142 FillSolidRect(hDC, &rcClient, RGB(0, 0, 0)); in Graph_DrawCpuUsageGraph()
207 FillSolidRect(hDC, &rcBarLeft, DARK_GREEN); in Graph_DrawCpuUsageGraph()
208 FillSolidRect(hDC, &rcBarRight, DARK_GREEN); in Graph_DrawCpuUsageGraph()
225 FillSolidRect(hDC, &rcBarLeft, MEDIUM_GREEN); in Graph_DrawCpuUsageGraph()
226 FillSolidRect(hDC, &rcBarRight, MEDIUM_GREEN); in Graph_DrawCpuUsageGraph()
243 FillSolidRect(hDC, &rcBarLeft, BRIGHT_GREEN); in Graph_DrawCpuUsageGraph()
244 FillSolidRect(hDC, &rcBarRight, BRIGHT_GREEN); in Graph_DrawCpuUsageGraph()
265 FillSolidRect(hDC, &rcBarLeft, RED); in Graph_DrawCpuUsageGraph()
266 FillSolidRect(hDC, &rcBarRight, RED); in Graph_DrawCpuUsageGraph()
304 FillSolidRect(hDC, &rcClient, RGB(0, 0, 0)); in Graph_DrawMemUsageGraph()
356 FillSolidRect(hDC, &rcBarLeft, DARK_GREEN); in Graph_DrawMemUsageGraph()
357 FillSolidRect(hDC, &rcBarRight, DARK_GREEN); in Graph_DrawMemUsageGraph()
371 FillSolidRect(hDC, &rcBarLeft, BRIGHT_GREEN); in Graph_DrawMemUsageGraph()
372 FillSolidRect(hDC, &rcBarRight, BRIGHT_GREEN); in Graph_DrawMemUsageGraph()
402 FillSolidRect(hDC, &rcClient, RGB(0, 0, 0)); in Graph_DrawMemUsageHistoryGraph()