Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsmessagebox.c552 RECT TextSize; in WIN_ShowOldMessageBox() local
654 SDL_zero(TextSize); in WIN_ShowOldMessageBox()
658 TextSize.left += TextMargin; in WIN_ShowOldMessageBox()
659 TextSize.right += TextMargin + 2; in WIN_ShowOldMessageBox()
660 TextSize.top += TextMargin; in WIN_ShowOldMessageBox()
661 TextSize.bottom += TextMargin + 2; in WIN_ShowOldMessageBox()
668 Size.cx = TextSize.right - TextSize.left; in WIN_ShowOldMessageBox()
669 Size.cy = TextSize.bottom - TextSize.top; in WIN_ShowOldMessageBox()
676 TextSize.left += IconMargin + IconWidth; in WIN_ShowOldMessageBox()
677 TextSize.right += IconMargin + IconWidth; in WIN_ShowOldMessageBox()
[all …]

Completed in 4 milliseconds