Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bmessagebox.cc59 float fComputedMessageBoxWidth; member in HAIKU_SDL_MessageBox
128 fComputedMessageBoxWidth = fMessageBoxTextView->PreferredSize().Width() + GetLeftPanelWidth(); in UpdateTextViewWidth()
309 fComputedMessageBoxWidth(0.0f), in HAIKU_SDL_MessageBox()
345 if (fComputedMessageBoxWidth > aNewWidth) in FrameResized()
347 ResizeTo(fComputedMessageBoxWidth, aNewHeight); in FrameResized()

Completed in 3 milliseconds