Home
last modified time | relevance | path

Searched refs:CellInt (Results 1 – 2 of 2) sorted by relevance

/reactos/base/applications/charmap/
H A Dmap.c37 Cell->CellInt = Cell->CellExt; in SetGrid()
39 InflateRect(&Cell->CellInt, -1, -1); in SetGrid()
101 DrawTextW(ps->hdc, &Cell->ch, 1, &Cell->CellInt, in FillGrid()
105 rc = Cell->CellInt; in FillGrid()
124 FillRect(ps->hdc, &Cell->CellInt, hbrGray); in FillGrid()
350 &infoPtr->pActiveCell->CellInt, in SetCaretXY()
364 &infoPtr->pActiveCell->CellInt, in SetCaretXY()
836 InvalidateRect(hwnd, &(infoPtr->pActiveCell->CellInt), FALSE); in MapWndProc()
H A Dprecomp.h39 RECT CellInt; member