HomeSort by: relevance | last modified time | path
    Searched refs:gui (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/bfin/
gui.c 1 /* Blackfin GUI (SDL) helper code
32 #include "gui.h"
142 struct gui_state *gui = xmalloc (sizeof (*gui)); local
143 if (!gui)
149 gui->color = color;
150 gui->format = bfin_gui_color_format (gui->color, &gui->bytes_per_pixel);
153 gui->screen = sdl.SetVideoMode (width, height, 32
256 struct gui_state *gui = state; local
    [all...]
local.mk 31 %D%/gui.o \
  /src/external/gpl3/gdb/dist/sim/bfin/
gui.c 1 /* Blackfin GUI (SDL) helper code
32 #include "gui.h"
142 struct gui_state *gui = xmalloc (sizeof (*gui)); local
143 if (!gui)
149 gui->color = color;
150 gui->format = bfin_gui_color_format (gui->color, &gui->bytes_per_pixel);
153 gui->screen = sdl.SetVideoMode (width, height, 32
256 struct gui_state *gui = state; local
    [all...]
local.mk 31 %D%/gui.o \
  /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/icons/
Makefile 11 ifeq (0, $(shell inkscape --without-gui 2>&1 > /dev/null; echo $$?))
13 INKSCAPE_GUI_FLAG := --without-gui
  /src/crypto/external/cpl/trousers/dist/
configure 1696 --with-gui type of gui popup (gtk/none) [default=gtk]
5150 GUI=openssl
5152 # Check whether --with-gui was given.
5154 withval=$with_gui; GUI=$withval
5158 if test "x$GUI" = "xgtk"; then
5342 { { $as_echo "$as_me:$LINENO: error: Please install the gtk2-devel package for your distro or select another gui option." >&5
5343 $as_echo "$as_me: error: Please install the gtk2-devel package for your distro or select another gui option." >&2;}
5354 { { $as_echo "$as_me:$LINENO: error: Please install the gtk2-devel package for your distro or select another gui option." >&5
5355 $as_echo "$as_me: error: Please install the gtk2-devel package for your distro or select another gui option." >&2;
    [all...]

Completed in 18 milliseconds