Home
last modified time | relevance | path

Searched refs:frame_x (Results 1 – 25 of 244) sorted by relevance

12345678910

/dports/audio/aylet/aylet-0.5/
H A Dui.c36 move(frame_y,frame_x); in draw_frame()
39 move(frame_y+12,frame_x); in draw_frame()
42 move(frame_y+6,frame_x+1); in draw_frame()
45 move(frame_y+9,frame_x+1); in draw_frame()
51 mvaddch(y,frame_x,'|'); in draw_frame()
52 mvaddch(y,frame_x+77,'|'); in draw_frame()
64 mvaddch(y,frame_x+24,'|'); in draw_frame()
65 mvaddch(y,frame_x+52,'|'); in draw_frame()
71 mvaddstr(frame_y+10,frame_x+4, in draw_frame()
74 mvaddstr(frame_y+11,frame_x+12, in draw_frame()
[all …]
/dports/net/mosh/mosh-1.3.2/src/terminal/
H A Dterminaldisplay.cc331 int frame_x = 0; in put_row() local
342 frame_x += cell.get_width(); in put_row()
358 while ( frame_x < row_width ) { in put_row()
360 const Cell &cell = cells.at( frame_x ); in put_row()
366 frame_x += cell.get_width(); in put_row()
378 frame_x++; in put_row()
394 frame.cursor_x = frame_x; in put_row()
402 frame_x++; in put_row()
424 frame_x += cell_width; in put_row()
426 if ( frame_x >= row_width ) { in put_row()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dvmdvideo.c197 int frame_x, frame_y; in vmd_decode() local
200 frame_x = AV_RL16(&s->buf[6]); in vmd_decode()
202 frame_width = AV_RL16(&s->buf[10]) - frame_x + 1; in vmd_decode()
206 (frame_x || frame_y)) { in vmd_decode()
208 s->x_off = frame_x; in vmd_decode()
211 frame_x -= s->x_off; in vmd_decode()
214 if (frame_x < 0 || frame_width < 0 || in vmd_decode()
215 frame_x >= s->avctx->width || in vmd_decode()
217 frame_x + frame_width > s->avctx->width) { in vmd_decode()
220 frame_x, frame_width); in vmd_decode()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dvmdvideo.c197 int frame_x, frame_y; in vmd_decode() local
200 frame_x = AV_RL16(&s->buf[6]); in vmd_decode()
202 frame_width = AV_RL16(&s->buf[10]) - frame_x + 1; in vmd_decode()
206 (frame_x || frame_y)) { in vmd_decode()
208 s->x_off = frame_x; in vmd_decode()
211 frame_x -= s->x_off; in vmd_decode()
214 if (frame_x < 0 || frame_width < 0 || in vmd_decode()
215 frame_x >= s->avctx->width || in vmd_decode()
217 frame_x + frame_width > s->avctx->width) { in vmd_decode()
220 frame_x, frame_width); in vmd_decode()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dvmdvideo.c197 int frame_x, frame_y; in vmd_decode() local
200 frame_x = AV_RL16(&s->buf[6]); in vmd_decode()
202 frame_width = AV_RL16(&s->buf[10]) - frame_x + 1; in vmd_decode()
206 (frame_x || frame_y)) { in vmd_decode()
208 s->x_off = frame_x; in vmd_decode()
211 frame_x -= s->x_off; in vmd_decode()
214 if (frame_x < 0 || frame_width < 0 || in vmd_decode()
215 frame_x >= s->avctx->width || in vmd_decode()
217 frame_x + frame_width > s->avctx->width) { in vmd_decode()
220 frame_x, frame_width); in vmd_decode()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dvmdvideo.c197 int frame_x, frame_y, prev_linesize; in vmd_decode() local
200 frame_x = AV_RL16(&s->buf[6]); in vmd_decode()
202 frame_width = AV_RL16(&s->buf[10]) - frame_x + 1; in vmd_decode()
206 (frame_x || frame_y)) { in vmd_decode()
208 s->x_off = frame_x; in vmd_decode()
211 frame_x -= s->x_off; in vmd_decode()
214 if (frame_x < 0 || frame_width < 0 || in vmd_decode()
215 frame_x >= s->avctx->width || in vmd_decode()
217 frame_x + frame_width > s->avctx->width) { in vmd_decode()
220 frame_x, frame_width); in vmd_decode()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dvmdvideo.c197 int frame_x, frame_y, prev_linesize; in vmd_decode() local
200 frame_x = AV_RL16(&s->buf[6]); in vmd_decode()
202 frame_width = AV_RL16(&s->buf[10]) - frame_x + 1; in vmd_decode()
206 (frame_x || frame_y)) { in vmd_decode()
208 s->x_off = frame_x; in vmd_decode()
211 frame_x -= s->x_off; in vmd_decode()
214 if (frame_x < 0 || frame_width < 0 || in vmd_decode()
215 frame_x >= s->avctx->width || in vmd_decode()
217 frame_x + frame_width > s->avctx->width) { in vmd_decode()
220 frame_x, frame_width); in vmd_decode()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dvmdvideo.c197 int frame_x, frame_y; in vmd_decode() local
200 frame_x = AV_RL16(&s->buf[6]); in vmd_decode()
202 frame_width = AV_RL16(&s->buf[10]) - frame_x + 1; in vmd_decode()
206 (frame_x || frame_y)) { in vmd_decode()
208 s->x_off = frame_x; in vmd_decode()
211 frame_x -= s->x_off; in vmd_decode()
214 if (frame_x < 0 || frame_width < 0 || in vmd_decode()
215 frame_x >= s->avctx->width || in vmd_decode()
217 frame_x + frame_width > s->avctx->width) { in vmd_decode()
220 frame_x, frame_width); in vmd_decode()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dvmdvideo.c197 int frame_x, frame_y; in vmd_decode() local
200 frame_x = AV_RL16(&s->buf[6]); in vmd_decode()
202 frame_width = AV_RL16(&s->buf[10]) - frame_x + 1; in vmd_decode()
206 (frame_x || frame_y)) { in vmd_decode()
208 s->x_off = frame_x; in vmd_decode()
211 frame_x -= s->x_off; in vmd_decode()
214 if (frame_x < 0 || frame_width < 0 || in vmd_decode()
215 frame_x >= s->avctx->width || in vmd_decode()
217 frame_x + frame_width > s->avctx->width) { in vmd_decode()
220 frame_x, frame_width); in vmd_decode()
[all …]
/dports/multimedia/ogmrip/ogmrip-1.0.1/theoraenc/
H A Dtheoraenc.c51 int frame_x = 0; variable
158 &frame_x, &frame_y, &tmp_video_hzn, &tmp_video_hzd, in id_file()
311 ret = fread (line, 1, frame_x, video); in fetch_and_process_video()
312 if (ret != frame_x) in fetch_and_process_video()
322 ret = fread (line, 1, frame_x / 2, video); in fetch_and_process_video()
323 if (ret != frame_x / 2) in fetch_and_process_video()
333 ret = fread (line, 1, frame_x / 2, video); in fetch_and_process_video()
334 if (ret != frame_x / 2) in fetch_and_process_video()
518 video_x = ((frame_x + 15) >> 4) << 4; in main()
525 frame_x_offset = ((video_x - frame_x) / 2) & ~1; in main()
[all …]
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Doggtheoracapture.cpp87 frame_x(0), in OggTheoraCapture()
171 frame_x = w; in start()
207 video_x=((frame_x + 15) >>4)<<4; in start()
213 frame_x_offset=((video_x-frame_x)/2)&~1; in start()
219 ti.frame_width=frame_x; in start()
227 if (frame_x == 720 && frame_y == 576) in start()
288 rowStride = (frame_x * 3 + 3) & ~0x3; in start()
338 int x = viewport[0] + (viewport[2] - frame_x) / 2; in captureFrame()
340 glReadPixels(x, y, frame_x, frame_y, in captureFrame()
354 for (int x=0; x<frame_x; x++) in captureFrame()
[all …]
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Doggtheoracapture.cpp87 frame_x(0), in OggTheoraCapture()
171 frame_x = w; in start()
207 video_x=((frame_x + 15) >>4)<<4; in start()
213 frame_x_offset=((video_x-frame_x)/2)&~1; in start()
219 ti.frame_width=frame_x; in start()
227 if (frame_x == 720 && frame_y == 576) in start()
288 rowStride = (frame_x * 3 + 3) & ~0x3; in start()
338 int x = viewport[0] + (viewport[2] - frame_x) / 2; in captureFrame()
340 glReadPixels(x, y, frame_x, frame_y, in captureFrame()
354 for (int x=0; x<frame_x; x++) in captureFrame()
[all …]
/dports/x11-wm/ctwm/ctwm-4.0.3/
H A Dwindowbox.c147 if(t->frame_x < minx) { in fittocontent()
148 minx = t->frame_x; in fittocontent()
155 if(t->frame_x + w > maxx) { in fittocontent()
156 maxx = t->frame_x + w; in fittocontent()
163 x = twmwin->frame_x + minx; in fittocontent()
170 SetupWindow(t, t->frame_x - minx, t->frame_y - miny, in fittocontent()
H A Dfunctions_win_moveresize.c728 newx = tmp_win->frame_x; in packwindow()
736 newx = tmp_win->frame_x; in packwindow()
801 fx = tmp_win->frame_x; in jump()
1027 newx = tmp_win->frame_x; in fillwindow()
1048 newx = tmp_win->frame_x; in fillwindow()
1062 newx = tmp_win->frame_x; in fillwindow()
1091 newx = tmp_win->frame_x; in fillwindow()
1147 x = tmp_win->frame_x; in DFHANDLER()
1211 x = tmp_win->frame_x; in DFHANDLER()
1228 px -= tmp_win->frame_x; in DFHANDLER()
[all …]
H A Dwin_utils.c525 if(newx >= t->frame_x + w) { in TryToPack()
531 if(newx + winw <= t->frame_x) { in TryToPack()
538 if(newx + Scr->MovePackResistance > t->frame_x + w) { /* left */ in TryToPack()
539 newx = MAX(newx, t->frame_x + w); in TryToPack()
543 newx = MIN(newx, t->frame_x - winw); in TryToPack()
605 if(x >= t->frame_x + w) { in TryToPush_be()
611 if(x + winw <= t->frame_x) { in TryToPush_be()
620 (x + Scr->MovePackResistance > t->frame_x + w)) { in TryToPush_be()
635 newx = t->frame_x; in TryToPush_be()
642 newx = t->frame_x; in TryToPush_be()
[all …]
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/afterstep/
H A Dmisc.c228 tx1 = t->frame_x; in UpdateVisibility()
231 tx2 = t->frame_x + t->title_width; in UpdateVisibility()
234 tx2 = t->frame_x + t->frame_width; in UpdateVisibility()
256 if ((tx2 > s->frame_x) && (tx1 < s->frame_x + s->frame_width) && in UpdateVisibility()
269 if ((tx2 > s->frame_x) && (tx1 < s->frame_x + s->title_width) && in UpdateVisibility()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/archipack/
H A Darchipack_window.py218 frame_x : FloatProperty(
290 x1 = self.frame_x
291 x2 = 0.75 * self.frame_x
490 frame_x : FloatProperty(
723 x1 = -x0 - self.frame_x
849 x1 = 0.3 * self.frame_x
874 x0 = -self.frame_x
1285 frame_x=self.frame_x,
1315 props.frame_x = self.frame_x
2072 frame_x : FloatProperty(
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/animation/
H A Dtime_scrub_ui.c98 int frame_x = UI_view2d_view_to_region_x(v2d, current_frame); in draw_current_frame() local
128 frame_x - box_width / 2 + U.pixelsize / 2, in draw_current_frame()
130 frame_x + box_width / 2 + U.pixelsize / 2, in draw_current_frame()
138 frame_x - box_width / 2 + U.pixelsize / 2, in draw_current_frame()
140 frame_x + box_width / 2 + U.pixelsize / 2, in draw_current_frame()
148 frame_x - text_width / 2 + U.pixelsize / 2, in draw_current_frame()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dvmdav.c200 int frame_x, frame_y; in vmd_decode() local
204 frame_x = AV_RL16(&s->buf[6]); in vmd_decode()
206 frame_width = AV_RL16(&s->buf[10]) - frame_x + 1; in vmd_decode()
210 (frame_x || frame_y)) { in vmd_decode()
212 s->x_off = frame_x; in vmd_decode()
215 frame_x -= s->x_off; in vmd_decode()
220 if (frame_x || frame_y || (frame_width != s->avctx->width) || in vmd_decode()
249 dp = &s->frame.data[0][frame_y * s->frame.linesize[0] + frame_x]; in vmd_decode()
251 pp = &s->prev_frame.data[0][frame_y * s->prev_frame.linesize[0] + frame_x]; in vmd_decode()
/dports/x11-wm/afterstep/AfterStep-1.0/afterstep/
H A Dmisc.c303 if((tmp->frame_x < 0)||(tmp->frame_y<0)|| in RestoreWithdrawnLocation()
304 (tmp->frame_x >= Scr.MyDisplayWidth)|| in RestoreWithdrawnLocation()
558 tx1 = t->frame_x; in UpdateVisibility()
560 tx2 = t->frame_x + t->frame_width; in UpdateVisibility()
572 tx1 = t->frame_x; in UpdateVisibility()
574 tx2 = t->frame_x + t->frame_width; in UpdateVisibility()
594 if ((tx2 > s->frame_x)&&(tx1 < s->frame_x+s->frame_width)&& in UpdateVisibility()
612 if ((tx2 > s->frame_x)&&(tx1 < s->frame_x+s->frame_width)&& in UpdateVisibility()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/awt/peer/gtk/
H A DGtkWindowPeer.java230 int frame_x = x - insets.left; in postConfigureEvent() local
244 if (frame_x != this.x || frame_y != this.y || frame_width != this.width in postConfigureEvent()
248 frame_x, in postConfigureEvent()
263 if (frame_x != getX() || frame_y != getY()) in postConfigureEvent()
265 this.x = frame_x; in postConfigureEvent()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/awt/peer/gtk/
H A DGtkWindowPeer.java230 int frame_x = x - insets.left; in postConfigureEvent() local
244 if (frame_x != this.x || frame_y != this.y || frame_width != this.width in postConfigureEvent()
248 frame_x, in postConfigureEvent()
263 if (frame_x != getX() || frame_y != getY()) in postConfigureEvent()
265 this.x = frame_x; in postConfigureEvent()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/awt/peer/gtk/
H A DGtkWindowPeer.java230 int frame_x = x - insets.left; in postConfigureEvent() local
244 if (frame_x != this.x || frame_y != this.y || frame_width != this.width in postConfigureEvent()
248 frame_x, in postConfigureEvent()
263 if (frame_x != getX() || frame_y != getY()) in postConfigureEvent()
265 this.x = frame_x; in postConfigureEvent()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/awt/peer/gtk/
H A DGtkWindowPeer.java230 int frame_x = x - insets.left; in postConfigureEvent() local
244 if (frame_x != this.x || frame_y != this.y || frame_width != this.width in postConfigureEvent()
248 frame_x, in postConfigureEvent()
263 if (frame_x != getX() || frame_y != getY()) in postConfigureEvent()
265 this.x = frame_x; in postConfigureEvent()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/awt/peer/gtk/
H A DGtkWindowPeer.java230 int frame_x = x - insets.left; in postConfigureEvent() local
244 if (frame_x != this.x || frame_y != this.y || frame_width != this.width in postConfigureEvent()
248 frame_x, in postConfigureEvent()
263 if (frame_x != getX() || frame_y != getY()) in postConfigureEvent()
265 this.x = frame_x; in postConfigureEvent()

12345678910