Home
last modified time | relevance | path

Searched refs:NextEditGlyphWnd (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rosapps/applications/devutils/vgafontedit/
H A Deditglyphdlg.c98 Info->PrevEditGlyphWnd->NextEditGlyphWnd = Info->NextEditGlyphWnd; in EditGlyphCommand()
100 Info->FontWndInfo->FirstEditGlyphWnd = Info->NextEditGlyphWnd; in EditGlyphCommand()
102 if(Info->NextEditGlyphWnd) in EditGlyphCommand()
103 Info->NextEditGlyphWnd->PrevEditGlyphWnd = Info->PrevEditGlyphWnd; in EditGlyphCommand()
H A Dfontboxeswnd.c198 EditGlyphInfo = EditGlyphInfo->NextEditGlyphWnd; in EditCurrentGlyph()
209 EditGlyphInfo->NextEditGlyphWnd = NULL; in EditCurrentGlyph()
212 FontWndInfo->LastEditGlyphWnd->NextEditGlyphWnd = EditGlyphInfo; in EditCurrentGlyph()
H A Dprecomp.h94 PEDIT_GLYPH_INFO NextEditGlyphWnd; member