Home
last modified time | relevance | path

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

/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/cairo-0.13.8.1/demo/gtk2/
H A DText.hs4 boxText :: String -> Double -> Double -> Render ()
5 boxText text x y = do function
52 boxText "Howdy, world!" 10 fontHeight
59 boxText "Yay for Haskell!" 0 0
66 boxText "...and Cairo!" 10 fontHeight
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/cairo-0.13.8.1/demo/gtk3/
H A DText.hs4 boxText :: String -> Double -> Double -> Render ()
5 boxText text x y = do function
52 boxText "Howdy, world!" 10 fontHeight
59 boxText "Yay for Haskell!" 0 0
66 boxText "...and Cairo!" 10 fontHeight
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/cairo-0.13.8.1/demo/gtk2/
H A DText.hs4 boxText :: String -> Double -> Double -> Render ()
5 boxText text x y = do function
52 boxText "Howdy, world!" 10 fontHeight
59 boxText "Yay for Haskell!" 0 0
66 boxText "...and Cairo!" 10 fontHeight
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/cairo-0.13.8.1/demo/gtk3/
H A DText.hs4 boxText :: String -> Double -> Double -> Render ()
5 boxText text x y = do function
52 boxText "Howdy, world!" 10 fontHeight
59 boxText "Yay for Haskell!" 0 0
66 boxText "...and Cairo!" 10 fontHeight
/dports/net/rclone/rclone-1.57.0/cmd/ncdu/
H A Dncdu.go100 boxText []string // text to show in box member
214 for _, s := range u.boxText {
219 boxHeight := len(u.boxText)
233 ymax := y + len(u.boxText)
237 for i, s := range u.boxText {
695 u.boxText = text
701 if u.showBox && reflect.DeepEqual(u.boxText, text) {
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/libraries/vendor/kint-php/kint/src/Renderer/Text/
H A DNothing.php8 …return $this->renderer->colorTitle($this->renderer->boxText('No argument', $this->renderer->header…
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/libraries/vendor/kint-php/kint/src/Renderer/
H A DText.php97 public function boxText($text, $width) function in Kint_Renderer_Text
119 return $this->boxText($name, $this->header_width);
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/osapi/
H A Ddialogs.cpp227 auto boxText = boxTextStream.str(); in LuaError() local
241 boxData.message = boxText.c_str(); in LuaError()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/
H A Dsch_painter.h192 void boxText( const wxString& aText, const VECTOR2D& aPosition, double aAngle );
H A Dsch_painter.cpp415 void SCH_PAINTER::boxText( const wxString& aText, const VECTOR2D& aPosition, double aAngle ) in boxText() function in KIGFX::SCH_PAINTER
1061 boxText( aText, aPos, aAngle ); in draw()
/dports/audio/carla/Carla-2.4.1/source/frontend/widgets/
H A Dparamspinbox.py494 def slot_comboBoxIndexChanged(self, boxText): argument
498 value = float(boxText.split(" - ", 1)[0])
/dports/games/scummvm/scummvm-2.5.1/engines/tinsel/
H A Ddialogs.h246 char *boxText; member
H A Ddialogs.cpp1195 cd.box[0].boxText = nullptr; in FirstFile()
1202 cd.box[j].boxText = ListEntry(i, LE_DESC); in FirstFile()
1384 if (cd.box[i].boxText != NULL) { in Select()
1385 Common::strlcpy(_saveGameDesc, cd.box[i].boxText, SG_DESC_LEN + 2); in Select()
2355 if (cd.box[i].boxText != NULL) { in AddBox()
2357 _iconArray[*pi] = ObjectTextOut(_vm->_bg->GetPlayfieldList(FIELD_STATUS), cd.box[i].boxText, 0, in AddBox()
2364 _iconArray[*pi] = ObjectTextOut(_vm->_bg->GetPlayfieldList(FIELD_STATUS), cd.box[i].boxText, 0, in AddBox()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tinsel/
H A Ddialogs.cpp571 char *boxText; member
1484 cd.box[0].boxText = NULL; in FirstFile()
1491 cd.box[j].boxText = ListEntry(i, LE_DESC); in FirstFile()
1673 if (cd.box[i].boxText != NULL) { in Select()
1674 Common::strlcpy(g_sedit, cd.box[i].boxText, SG_DESC_LEN+2); in Select()
2763 if (cd.box[i].boxText != NULL) { in AddBox()
2765 g_iconArray[*pi] = ObjectTextOut(GetPlayfieldList(FIELD_STATUS), cd.box[i].boxText, 0, in AddBox()
2772 g_iconArray[*pi] = ObjectTextOut(GetPlayfieldList(FIELD_STATUS), cd.box[i].boxText, 0, in AddBox()