Home
last modified time | relevance | path

Searched refs:last_width (Results 1 – 25 of 510) sorted by relevance

12345678910>>...21

/dports/irc/ircII/ircii-20210314/source/
H A Dfunny.c180 static int last_width = -1; in funny_list() local
185 if (last_width != get_int_var(CHANNEL_NAME_WIDTH_VAR)) in funny_list()
189 (u_char) last_width, in funny_list()
190 (u_char) last_width); in funny_list()
255 static int last_width = -1; in funny_namreply() local
278 if (last_width != get_int_var(CHANNEL_NAME_WIDTH_VAR)) in funny_namreply()
282 (u_char) last_width, in funny_namreply()
283 (u_char) last_width); in funny_namreply()
314 if (last_width && (my_strlen(channel) > last_width)) in funny_namreply()
316 channel[last_width-1] = '>'; in funny_namreply()
[all …]
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dfunny.c182 static int last_width = -1; local
184 if (last_width != get_int_var(CHANNEL_NAME_WIDTH_VAR))
189 (u_char) last_width,
190 (u_char) last_width);
260 static int last_width = -1; local
290 if (last_width != get_int_var(CHANNEL_NAME_WIDTH_VAR))
295 (u_char) last_width,
296 (u_char) last_width);
329 if (last_width && (my_strlen(channel) > last_width))
331 channel[last_width-1] = '>';
[all …]
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dfunny.c147 static int last_width = -1; in funny_list() local
149 if (last_width != get_int_var(CHANNEL_NAME_WIDTH_VAR)) in funny_list()
153 (unsigned char) last_width, in funny_list()
154 (unsigned char) last_width); in funny_list()
288 static int last_width = -1; in funny_namreply() local
329 if (last_width != get_int_var(CHANNEL_NAME_WIDTH_VAR)) in funny_namreply()
333 (unsigned char) last_width, in funny_namreply()
334 (unsigned char) last_width); in funny_namreply()
366 if (last_width &&(strlen(channel) > last_width)) in funny_namreply()
368 channel[last_width-1] = '>'; in funny_namreply()
[all …]
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dfunny.c197 static int last_width = -1; local
199 if (last_width != get_int_var(CHANNEL_NAME_WIDTH_VAR))
210 (unsigned char) last_width,
211 (unsigned char) last_width);
286 static int last_width = -1; local
313 if (last_width != get_int_var(CHANNEL_NAME_WIDTH_VAR))
317 (unsigned char) last_width,
318 (unsigned char) last_width);
349 if (last_width &&(strlen(channel) > last_width))
351 channel[last_width-1] = '>';
[all …]
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dfunny.c147 static int last_width = -1; in funny_list() local
149 if (last_width != get_int_var(CHANNEL_NAME_WIDTH_VAR)) in funny_list()
153 (unsigned char) last_width, in funny_list()
154 (unsigned char) last_width); in funny_list()
288 static int last_width = -1; in funny_namreply() local
329 if (last_width != get_int_var(CHANNEL_NAME_WIDTH_VAR)) in funny_namreply()
333 (unsigned char) last_width, in funny_namreply()
334 (unsigned char) last_width); in funny_namreply()
366 if (last_width &&(strlen(channel) > last_width)) in funny_namreply()
368 channel[last_width-1] = '>'; in funny_namreply()
[all …]
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/include/
H A Dinternal.h37 extern unsigned last_width,last_height;
40 if (w!=last_width || h!=last_height) in OGL_VIEWPORT()
42 last_width = w; in OGL_VIEWPORT()
/dports/devel/gnome-builder/gnome-builder-41.3/src/libide/gui/
H A Dide-fancy-tree-view.c48 gint last_width; member
77 if (alloc.width == priv->last_width) in queue_relayout_in_idle()
80 priv->last_width = alloc.width; in queue_relayout_in_idle()
110 if (priv->last_width != alloc->width) in ide_fancy_tree_view_size_allocate()
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers_renderchain/
H A Dd3d9_renderchain.h44 unsigned last_width, last_height; member
94 unsigned last_width[TEXTURES]; member
122 pass->last_width = width; in d3d9_renderchain_set_vertices_on_change()
318 chain->passes->data[0].last_width = chain->prev.last_width[ in d3d9_renderchain_start_render()
326 chain->prev.last_width[chain->prev.ptr] = chain->passes->data[0].last_width; in d3d9_renderchain_end_render()
467 unsigned last_width, unsigned last_height, in d3d9_renderchain_blit_to_texture() argument
473 (last_width != width || last_height != height) in d3d9_renderchain_blit_to_texture()
/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dredraw.c94 static int last_width; in redraw() local
98 W_EraseTTSText(w, TWINSIDE, tts_pos, last_width); in redraw()
99 last_width = 0; in redraw()
100 } else if (tts_timer == tts_time - 1 && last_width) { in redraw()
102 W_EraseTTSText(w, TWINSIDE, tts_pos, last_width); in redraw()
105 last_width = tts_width; in redraw()
108 last_width = tts_width; in redraw()
/dports/graphics/movit/movit-1.6.3/
H A Ddither_effect.cpp33 last_width(-1), last_height(-1), last_num_bits(-1) in DitherEffect()
105 if (width != last_width || height != last_height || num_bits != last_num_bits) { in set_gl_state()
107 last_width = width; in set_gl_state()
/dports/x11/wf-shell/wf-shell-0.7.0/src/dock/
H A Ddock.cpp90 int32_t last_width = 100, last_height = 100; member in WfDock::impl
93 if (last_width != alloc.get_width() || last_height != alloc.get_height()) in on_allocation()
95 last_width = alloc.get_width(); in on_allocation()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/ac/
H A Droomobject.cpp40 last_width = last_height = 0; in RoomObject()
53 if (last_width == 0) in get_width()
55 return last_width; in get_width()
/dports/graphics/viewnior/Viewnior-viewnior-1.7/src/
H A Duni-cache.c178 int last_width = gdk_pixbuf_get_width (pixbuf); in uni_pixbuf_draw_cache_scroll_intersection() local
181 int width = MAX (last_width, new_width); in uni_pixbuf_draw_cache_scroll_intersection()
183 if (width > last_width || height > last_height) in uni_pixbuf_draw_cache_scroll_intersection()
287 int last_width = gdk_pixbuf_get_width (cache->last_pixbuf); in uni_pixbuf_draw_cache_draw() local
295 if (this.width > last_width || this.height > last_height || in uni_pixbuf_draw_cache_draw()
/dports/multimedia/gstreamer1-plugins-vpx/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpvp8depay.c210 if (G_UNLIKELY (self->last_width != width || in gst_rtp_vp8_depay_process()
226 self->last_width = width; in gst_rtp_vp8_depay_process()
255 self->last_width = -1; in gst_rtp_vp8_depay_change_state()
276 self->last_width = -1; in gst_rtp_vp8_depay_handle_event()
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpvp8depay.c210 if (G_UNLIKELY (self->last_width != width || in gst_rtp_vp8_depay_process()
226 self->last_width = width; in gst_rtp_vp8_depay_process()
255 self->last_width = -1; in gst_rtp_vp8_depay_change_state()
276 self->last_width = -1; in gst_rtp_vp8_depay_handle_event()
/dports/graphics/gstreamer1-plugins-cairo/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpvp8depay.c210 if (G_UNLIKELY (self->last_width != width || in gst_rtp_vp8_depay_process()
226 self->last_width = width; in gst_rtp_vp8_depay_process()
255 self->last_width = -1; in gst_rtp_vp8_depay_change_state()
276 self->last_width = -1; in gst_rtp_vp8_depay_handle_event()
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpvp8depay.c210 if (G_UNLIKELY (self->last_width != width || in gst_rtp_vp8_depay_process()
226 self->last_width = width; in gst_rtp_vp8_depay_process()
255 self->last_width = -1; in gst_rtp_vp8_depay_change_state()
276 self->last_width = -1; in gst_rtp_vp8_depay_handle_event()
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpvp8depay.c210 if (G_UNLIKELY (self->last_width != width || in gst_rtp_vp8_depay_process()
226 self->last_width = width; in gst_rtp_vp8_depay_process()
255 self->last_width = -1; in gst_rtp_vp8_depay_change_state()
276 self->last_width = -1; in gst_rtp_vp8_depay_handle_event()
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpvp8depay.c210 if (G_UNLIKELY (self->last_width != width || in gst_rtp_vp8_depay_process()
226 self->last_width = width; in gst_rtp_vp8_depay_process()
255 self->last_width = -1; in gst_rtp_vp8_depay_change_state()
276 self->last_width = -1; in gst_rtp_vp8_depay_handle_event()
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpvp8depay.c210 if (G_UNLIKELY (self->last_width != width || in gst_rtp_vp8_depay_process()
226 self->last_width = width; in gst_rtp_vp8_depay_process()
255 self->last_width = -1; in gst_rtp_vp8_depay_change_state()
276 self->last_width = -1; in gst_rtp_vp8_depay_handle_event()
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpvp8depay.c210 if (G_UNLIKELY (self->last_width != width || in gst_rtp_vp8_depay_process()
226 self->last_width = width; in gst_rtp_vp8_depay_process()
255 self->last_width = -1; in gst_rtp_vp8_depay_change_state()
276 self->last_width = -1; in gst_rtp_vp8_depay_handle_event()
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpvp8depay.c210 if (G_UNLIKELY (self->last_width != width || in gst_rtp_vp8_depay_process()
226 self->last_width = width; in gst_rtp_vp8_depay_process()
255 self->last_width = -1; in gst_rtp_vp8_depay_change_state()
276 self->last_width = -1; in gst_rtp_vp8_depay_handle_event()
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpvp8depay.c210 if (G_UNLIKELY (self->last_width != width || in gst_rtp_vp8_depay_process()
226 self->last_width = width; in gst_rtp_vp8_depay_process()
255 self->last_width = -1; in gst_rtp_vp8_depay_change_state()
276 self->last_width = -1; in gst_rtp_vp8_depay_handle_event()
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpvp8depay.c210 if (G_UNLIKELY (self->last_width != width || in gst_rtp_vp8_depay_process()
226 self->last_width = width; in gst_rtp_vp8_depay_process()
255 self->last_width = -1; in gst_rtp_vp8_depay_change_state()
276 self->last_width = -1; in gst_rtp_vp8_depay_handle_event()
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpvp8depay.c210 if (G_UNLIKELY (self->last_width != width || in gst_rtp_vp8_depay_process()
226 self->last_width = width; in gst_rtp_vp8_depay_process()
255 self->last_width = -1; in gst_rtp_vp8_depay_change_state()
276 self->last_width = -1; in gst_rtp_vp8_depay_handle_event()

12345678910>>...21