Home
last modified time | relevance | path

Searched refs:map_width (Results 151 – 175 of 254) sorted by relevance

1234567891011

/dports/x11-servers/xorg-server/xorg-server-1.20.13/xkb/
H A DXKBMisc.c42 #define CORE_SYM(i) (i<map_width?core_syms[i]:NoSymbol)
47 int map_width, in XkbKeyTypesForCoreSymbols() argument
111 j < XkbNumKbdGroups && map_width >= width * (j + 1); j++) { in XkbKeyTypesForCoreSymbols()
127 if ((tmp >= map_width) && in XkbKeyTypesForCoreSymbols()
139 if ((tmp < map_width) || (protected & XkbExplicitKeyType4Mask)) { in XkbKeyTypesForCoreSymbols()
/dports/x11-servers/xephyr/xorg-server-1.20.13/xkb/
H A DXKBMisc.c42 #define CORE_SYM(i) (i<map_width?core_syms[i]:NoSymbol)
47 int map_width, in XkbKeyTypesForCoreSymbols() argument
111 j < XkbNumKbdGroups && map_width >= width * (j + 1); j++) { in XkbKeyTypesForCoreSymbols()
127 if ((tmp >= map_width) && in XkbKeyTypesForCoreSymbols()
139 if ((tmp < map_width) || (protected & XkbExplicitKeyType4Mask)) { in XkbKeyTypesForCoreSymbols()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/xkb/
H A DXKBMisc.c42 #define CORE_SYM(i) (i<map_width?core_syms[i]:NoSymbol)
47 int map_width, in XkbKeyTypesForCoreSymbols() argument
111 j < XkbNumKbdGroups && map_width >= width * (j + 1); j++) { in XkbKeyTypesForCoreSymbols()
127 if ((tmp >= map_width) && in XkbKeyTypesForCoreSymbols()
139 if ((tmp < map_width) || (protected & XkbExplicitKeyType4Mask)) { in XkbKeyTypesForCoreSymbols()
/dports/x11-servers/xarcan/xarcan-0.6.0/xkb/
H A DXKBMisc.c42 #define CORE_SYM(i) (i<map_width?core_syms[i]:NoSymbol)
47 int map_width, in XkbKeyTypesForCoreSymbols() argument
111 j < XkbNumKbdGroups && map_width >= width * (j + 1); j++) { in XkbKeyTypesForCoreSymbols()
127 if ((tmp >= map_width) && in XkbKeyTypesForCoreSymbols()
139 if ((tmp < map_width) || (protected & XkbExplicitKeyType4Mask)) { in XkbKeyTypesForCoreSymbols()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/xkb/
H A DXKBMisc.c42 #define CORE_SYM(i) (i<map_width?core_syms[i]:NoSymbol)
47 int map_width, in XkbKeyTypesForCoreSymbols() argument
111 j < XkbNumKbdGroups && map_width >= width * (j + 1); j++) { in XkbKeyTypesForCoreSymbols()
127 if ((tmp >= map_width) && in XkbKeyTypesForCoreSymbols()
139 if ((tmp < map_width) || (protected & XkbExplicitKeyType4Mask)) { in XkbKeyTypesForCoreSymbols()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/xkb/
H A DXKBMisc.c42 #define CORE_SYM(i) (i<map_width?core_syms[i]:NoSymbol)
47 int map_width, in XkbKeyTypesForCoreSymbols() argument
111 j < XkbNumKbdGroups && map_width >= width * (j + 1); j++) { in XkbKeyTypesForCoreSymbols()
127 if ((tmp >= map_width) && in XkbKeyTypesForCoreSymbols()
139 if ((tmp < map_width) || (protected & XkbExplicitKeyType4Mask)) { in XkbKeyTypesForCoreSymbols()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/xkb/
H A DXKBMisc.c42 #define CORE_SYM(i) (i<map_width?core_syms[i]:NoSymbol)
47 int map_width, in XkbKeyTypesForCoreSymbols() argument
111 j < XkbNumKbdGroups && map_width >= width * (j + 1); j++) { in XkbKeyTypesForCoreSymbols()
127 if ((tmp >= map_width) && in XkbKeyTypesForCoreSymbols()
139 if ((tmp < map_width) || (protected & XkbExplicitKeyType4Mask)) { in XkbKeyTypesForCoreSymbols()
/dports/multimedia/libass/libass-0.15.2/libass/
H A Dass_directwrite_info_template.h15 meta->width = map_width(font->lpVtbl->GetStretch(font)); in NAME()
/dports/finance/weberp/webERP/
H A DSelectSupplier.php46 $map_width = $myrow['map_width']; variable
370 …'<div class="centre" id="map" style="width: ', $map_width, 'px; height: ', $map_height, 'px"></div>
H A Dgeocode.php20 $map_width = $row['map_width']; variable
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/src/
H A Dexpire-tiles.hpp190 int map_width; member
/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dmap_WMS.c206 double left, right, top, bottom, map_width, map_height; local
346 map_width = right - left; // Lat/long Coordinates
407 fprintf(stderr,"map width is %f\n", map_width);
/dports/deskutils/gnome-initial-setup/gnome-initial-setup-41.2/gnome-initial-setup/pages/timezone/
H A Dcc-timezone-map.c251 convert_longitude_to_x (gdouble longitude, gint map_width) in convert_longitude_to_x() argument
256 x = (map_width * (180.0 + longitude) / 360.0) in convert_longitude_to_x()
257 + (map_width * xdeg_offset / 180.0); in convert_longitude_to_x()
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/datetime/
H A Dcc-timezone-map.c251 convert_longitude_to_x (gdouble longitude, gint map_width)
256 x = (map_width * (180.0 + longitude) / 360.0)
257 + (map_width * xdeg_offset / 180.0);
/dports/misc/timezonemap/timezonemap-0.4.5.1/src/
H A Dcc-timezone-map.c375 convert_longtitude_to_x (gdouble longitude, gint map_width) in convert_longtitude_to_x() argument
380 x = (map_width * (180.0 + longitude) / 360.0) in convert_longtitude_to_x()
381 + (map_width * xdeg_offset / 180.0); in convert_longtitude_to_x()
385 x = (gdouble) map_width + x; in convert_longtitude_to_x()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/dmx/input/
H A Ddmxcommon.c222 int map_width; in dmxCommonKbdGetMap() local
237 &map_width); in dmxCommonKbdGetMap()
240 pKeySyms->mapWidth = map_width; in dmxCommonKbdGetMap()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/dmx/input/
H A Ddmxcommon.c222 int map_width; in dmxCommonKbdGetMap() local
237 &map_width); in dmxCommonKbdGetMap()
240 pKeySyms->mapWidth = map_width; in dmxCommonKbdGetMap()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/dmx/input/
H A Ddmxcommon.c222 int map_width; in dmxCommonKbdGetMap() local
237 &map_width); in dmxCommonKbdGetMap()
240 pKeySyms->mapWidth = map_width; in dmxCommonKbdGetMap()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/dmx/input/
H A Ddmxcommon.c222 int map_width; in dmxCommonKbdGetMap() local
237 &map_width); in dmxCommonKbdGetMap()
240 pKeySyms->mapWidth = map_width; in dmxCommonKbdGetMap()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/dmx/input/
H A Ddmxcommon.c222 int map_width; in dmxCommonKbdGetMap() local
237 &map_width); in dmxCommonKbdGetMap()
240 pKeySyms->mapWidth = map_width; in dmxCommonKbdGetMap()
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/dmx/input/
H A Ddmxcommon.c222 int map_width; in dmxCommonKbdGetMap() local
237 &map_width); in dmxCommonKbdGetMap()
240 pKeySyms->mapWidth = map_width; in dmxCommonKbdGetMap()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/dmx/input/
H A Ddmxcommon.c222 int map_width; in dmxCommonKbdGetMap() local
237 &map_width); in dmxCommonKbdGetMap()
240 pKeySyms->mapWidth = map_width; in dmxCommonKbdGetMap()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/dmx/input/
H A Ddmxcommon.c222 int map_width; in dmxCommonKbdGetMap() local
237 &map_width); in dmxCommonKbdGetMap()
240 pKeySyms->mapWidth = map_width; in dmxCommonKbdGetMap()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/
H A Dtilemap_generic.h85 …_flags, INT32 *category), UINT32 tile_width, UINT32 tile_height, UINT32 map_width, UINT32 map_heig…
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/
H A Dags_automation_editor.c832 guint map_width; in ags_automation_editor_reset_audio_scrollbar() local
871 map_width = ((64.0) * (16.0 * 16.0 * 1200.0) * zoom * zoom_correction); in ags_automation_editor_reset_audio_scrollbar()
872 h_upper = map_width - automation_edit_box_allocation.width; in ags_automation_editor_reset_audio_scrollbar()
927 guint map_width; in ags_automation_editor_reset_output_scrollbar() local
966 map_width = ((64.0) * (16.0 * 16.0 * 1200.0) * zoom * zoom_correction); in ags_automation_editor_reset_output_scrollbar()
967 h_upper = map_width - automation_edit_box_allocation.width; in ags_automation_editor_reset_output_scrollbar()
1023 guint map_width; in ags_automation_editor_reset_input_scrollbar() local
1062 map_width = ((64.0) * (16.0 * 16.0 * 1200.0) * zoom * zoom_correction); in ags_automation_editor_reset_input_scrollbar()
1063 h_upper = map_width - automation_edit_box_allocation.width; in ags_automation_editor_reset_input_scrollbar()

1234567891011