Home
last modified time | relevance | path

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

/dports/devel/raylib/raylib-3.7.0/examples/text/
H A Dtext_unicode.c242 …Rectangle msgRect = { selectedPos.x - 38.8f, selectedPos.y, 2 * horizontalPadding + sz.x, 2 * vert… in main() local
243 msgRect.y -= msgRect.height; in main()
246 …Vector2 a = { selectedPos.x, msgRect.y + msgRect.height }, b = {a.x + 8, a.y + 10}, c= { a.x + 10,… in main()
249 if (msgRect.x < 10) msgRect.x += 28; in main()
250 if (msgRect.y < 10) in main()
252 msgRect.y = selectedPos.y + 84; in main()
253 a.y = msgRect.y; in main()
262 …if (msgRect.x + msgRect.width > screenWidth) msgRect.x -= (msgRect.x + msgRect.width) - screenWidt… in main()
265 DrawRectangleRec(msgRect, emoji[selected].color); in main()
269 …Rectangle textRect = { msgRect.x + horizontalPadding/2, msgRect.y + verticalPadding/2, msgRect.wid… in main()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/guiengine/
H A Dengine.cpp1367 msgRect(core::position2d<s32>(0, in render() local
1372 msgRect); in render()
1374 msgRect, in render()
/dports/net/calendarsupport/calendarsupport-21.12.3/src/printing/
H A Dcalprintpluginbase.cpp1079 QRect msgRect = fm.boundingRect(warningMsg); in drawDayBox() local
1080msgRect.setRect(box.right() - msgRect.width() - 2, box.bottom() - msgRect.height() - 2, msgRect.wi… in drawDayBox()
1084 p.drawText(msgRect, Qt::AlignLeft, warningMsg); in drawDayBox()