Home
last modified time | relevance | path

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

/reactos/base/applications/taskmgr/
H A Dgraphctl.h60 BOOL GraphCtrl_Create(PTM_GRAPH_CONTROL inst, HWND hWnd, HWND hParentWnd, PTM_FORMAT fmt);
H A Dperfpage.c163 …bGraph = GraphCtrl_Create(&PerformancePageCpuUsageHistoryGraph, hPerformancePageCpuUsageHistoryGra… in PerformancePageWndProc()
173 …bGraph = GraphCtrl_Create(&PerformancePageMemUsageHistoryGraph, hPerformancePageMemUsageHistoryGra… in PerformancePageWndProc()
H A Dgraphctl.c17 GraphCtrl_Create(PTM_GRAPH_CONTROL inst, HWND hWnd, HWND hParentWnd, PTM_FORMAT fmt) in GraphCtrl_Create() function