Searched refs:mydc (Results 1 – 1 of 1) sorted by relevance
332 HDC mydc; in COMBOEX_GetComboFontSize() local334 mydc = GetDC (0); /* why the entire screen???? */ in COMBOEX_GetComboFontSize()336 ofont = SelectObject (mydc, nfont); in COMBOEX_GetComboFontSize()337 GetTextExtentPointW (mydc, strA, 1, size); in COMBOEX_GetComboFontSize()338 SelectObject (mydc, ofont); in COMBOEX_GetComboFontSize()339 ReleaseDC (0, mydc); in COMBOEX_GetComboFontSize()