Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/devutils/vgafontedit/
H A Dfontwnd.c206 SetFocus(Info->hFontBoxesWnd); in FontWndProc()
217 GetWindowRect(Info->hFontBoxesWnd, &WndRect); in FontWndProc()
240 SetWindowPos(Info->hFontBoxesWnd, in FontWndProc()
265 SetWindowPos(Info->hFontBoxesWnd, in FontWndProc()
343 GetWindowRect(Info->hFontBoxesWnd, &WndRect); in FontWndProc()
349 … SetWindowPos(Info->hFontBoxesWnd, NULL, -si.nPos, pt.y, 0, 0, SWP_NOZORDER | SWP_NOSIZE); in FontWndProc()
351 … SetWindowPos(Info->hFontBoxesWnd, NULL, pt.x, -si.nPos, 0, 0, SWP_NOZORDER | SWP_NOSIZE); in FontWndProc()
H A Dfontboxeswnd.c62 InvalidateRect(Info->hFontBoxesWnd, &OldCharacterRect, FALSE); in SetSelectedCharacter()
76 InvalidateRect(Info->hFontBoxesWnd, pCharacterRect, FALSE); in SetSelectedCharacter()
226 FontWndInfo->hFontBoxesWnd = CreateWindowExW(0, in CreateFontBoxesWindow()
H A Dprecomp.h71 HWND hFontBoxesWnd; member
H A Deditglyphdlg.c85 InvalidateRect(Info->FontWndInfo->hFontBoxesWnd, &rect, FALSE); in EditGlyphCommand()
H A Dmainwnd.c381 InvalidateRect(FontWndInfo->hFontBoxesWnd, &CharacterRect, FALSE); in PasteIntoCurrentGlyph()