Home
last modified time | relevance | path

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

/sdk/find_java2/src/
DFindJava2Dlg.cpp93 int cxIcon = GetSystemMetrics(SM_CXICON); in OnPaint() local
97 int x = (rect.Width() - cxIcon + 1) / 2; in OnPaint()