Home | History | Annotate | Download | only in fpdfdoc

Lines Matching defs:hDC

347   HDC hDC = ::GetDC(nullptr);
348 EnumFontFamiliesExA(hDC, &lf, (FONTENUMPROCA)EnumFontFamExProc, (LPARAM)&fd,
350 ::ReleaseDC(nullptr, hDC);