Home
last modified time | relevance | path

Searched defs:hdc (Results 1 – 3 of 3) sorted by relevance

/MusicPlayer2/scintilla/win32/
H A DScintillaWin.cxx602 void ScintillaWin::EnsureRenderTarget(HDC hdc) { in EnsureRenderTarget()
904 bool ScintillaWin::PaintDC(HDC hdc) { in PaintDC()
1878 HDC hdc = reinterpret_cast<HDC>(wParam); in WndProc() local
3122 HDC hdc = ::GetDC(MainHWND()); in FullPaint() local
3134 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
H A DPlatWin.cxx484 HDC hdc{}; member in Scintilla::SurfaceGDI
786 DIBSection::DIBSection(HDC hdc, SIZE size_) noexcept { in DIBSection()
2395 HDC hdc = ::CreateCompatibleDC({}); in FlipBitmap() local
2690 HDC hdc = ::GetDC(lb); in GetDesiredRect() local
/MusicPlayer2/scintilla/include/
H A DScintilla.h1209 Sci_SurfaceID hdc; member