Searched defs:hdc (Results 1 – 3 of 3) sorted by relevance
602 void ScintillaWin::EnsureRenderTarget(HDC hdc) { in EnsureRenderTarget()904 bool ScintillaWin::PaintDC(HDC hdc) { in PaintDC()1878 HDC hdc = reinterpret_cast<HDC>(wParam); in WndProc() local3122 HDC hdc = ::GetDC(MainHWND()); in FullPaint() local3134 void ScintillaWin::FullPaintDC(HDC hdc) { in FullPaintDC()3144 bool CompareDevCap(HDC hdc, HDC hOtherDC, int nIndex) noexcept { in CompareDevCap()3151 HDC hdc = ::GetDC(MainHWND()); in IsCompatibleDC() local
484 HDC hdc{}; member in Scintilla::SurfaceGDI786 DIBSection::DIBSection(HDC hdc, SIZE size_) noexcept { in DIBSection()2395 HDC hdc = ::CreateCompatibleDC({}); in FlipBitmap() local2690 HDC hdc = ::GetDC(lb); in GetDesiredRect() local
1209 Sci_SurfaceID hdc; member