Home
last modified time | relevance | path

Searched refs:bits_h (Results 1 – 21 of 21) sorted by relevance

/dports/x11-toolkits/xforms/xforms-1.2.4/lib/
H A Dbitmap.c148 yy = obj->y + ( obj->h - sp->bits_h ) / 2; in draw_bitmap()
150 drawit( FL_ObjWin( obj ), xx, yy, sp->bits_w, sp->bits_h, 0, 0, in draw_bitmap()
275 sp->bits_h = h; in fl_set_bitmap_data()
340 sp->bits_h = h; in fl_set_bitmap_file()
364 if ( sp->pixmap != None && sp->bits_w > 0 && sp->bits_h > 0 ) in draw_bitmapbutton()
390 if ( obj->h - 2 * FL_abs( obj->bw ) > ( int ) sp->bits_h ) in draw_bitmapbutton()
392 dest_y = obj->y + ( obj->h - sp->bits_h ) / 2; in draw_bitmapbutton()
393 dest_h = sp->bits_h; in draw_bitmapbutton()
400 src_y = ( sp->bits_h - dest_h ) / 2; in draw_bitmapbutton()
484 sp->bits_h = h; in fl_set_bitmapbutton_data()
[all …]
H A Dpixmap.c217 bits_h, in show_pixmap() local
224 bits_h = is_focus ? psp->focus_h : sp->bits_h; in show_pixmap()
228 if ( pixmap == None || bits_w == 0 || bits_h == 0 ) in show_pixmap()
260 if ( dest_h > bits_h ) in show_pixmap()
263 m_dest_y = dest_y += ( dest_h - bits_h ) / 2; in show_pixmap()
265 m_dest_y = dest_y += dest_h - bits_h; in show_pixmap()
266 dest_h = bits_h; in show_pixmap()
271 src_y = ( bits_h - dest_h ) / 2; in show_pixmap()
273 src_y = bits_h - dest_h; in show_pixmap()
570 sp->bits_h = h; in fl_set_pixmap_pixmap()
[all …]
/dports/astro/xphoon/xphoon-20000613/
H A Dxphoon.c444 int bits_w, bits_h;
484 if ( y < 0 || y >= bits_h )
522 for ( y = 0; y < bits_h; y++ )
527 ( y > ( bits_h / 2 ) ) )
530 oppoff = ( ( bits_h - 1 - y ) * ( ( bits_w + 7 ) / 8 ) ) +
552 set_root( bits_w, bits_h, bits, cx, cy, r ) in set_root() argument
553 int bits_w, bits_h; in set_root()
581 mask_bitmap = XCreatePixmap( display, root, bits_w, bits_h, 1 );
587 XFillRectangle( display, mask_bitmap, zerogc, 0, 0, bits_w, bits_h );
621 y = ( root_h - bits_h ) / 2;
[all …]
/dports/multimedia/gavl/gavl-1.4.0/gavl/
H A Dscale_context.c442 int bits_h = 0, bits_v = 0; in gavl_video_scale_context_init() local
673 if(bits_h) in gavl_video_scale_context_init()
719 if(bits_h) in gavl_video_scale_context_init()
759 if(bits_h) in gavl_video_scale_context_init()
781 if(bits_h) in gavl_video_scale_context_init()
782 gavl_video_scale_table_init_int(&ctx->table_h, bits_h); in gavl_video_scale_context_init()
916 int bits_h = 1, bits_v = 1; in gavl_video_scale_context_init_convolve() local
1160 gavl_video_scale_table_init_int(&ctx->table_h, bits_h); in gavl_video_scale_context_init_convolve()
1161 gavl_video_scale_table_init_int(&ctx->table_v, bits_h); in gavl_video_scale_context_init_convolve()
1187 gavl_video_scale_table_init_int(&ctx->table_h, bits_h); in gavl_video_scale_context_init_convolve()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/heifutils/libde265/encoder/algo/
H A Dpb-mv.cc208 double *bits_h = new double[2*hrange+1]; in analyze() local
219 bits_h[i+hrange]=b; in analyze()
244 int bits = bits_h[mx-x+hrange] + bits_v[my-y+vrange]; in analyze()
314 delete[] bits_h; in analyze()
/dports/multimedia/libde265/libde265-1.0.2/libde265/encoder/algo/
H A Dpb-mv.cc201 double *bits_h = new double[2*hrange+1]; in analyze() local
212 bits_h[i+hrange]=b; in analyze()
237 int bits = bits_h[mx-x+hrange] + bits_v[my-y+vrange]; in analyze()
302 delete[] bits_h; in analyze()
/dports/devel/avr-gdb/gdb-7.3.1/sim/common/
H A DMake-common.in358 $(sim-bits_h) \
363 sim-bits_h = $(srccom)/sim-bits.h \
379 sim-n-bits_h = $(srccom)/sim-n-bits.h
424 sim-bits.o: $(srccom)/sim-bits.c $(sim-bits_h) $(sim-n-bits_h) \
H A DChangeLog3674 (sim-bits.o): Depend on $(sim-n-bits_h).
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/common/
H A DMake-common.in327 sim-bits_h = $(srccom)/sim-bits.h
329 sim-n-bits_h = $(srccom)/sim-n-bits.h
373 sim-bits.o: $(srccom)/sim-bits.c $(sim-bits_h) $(sim-n-bits_h) \
H A DChangeLog2905 (sim-bits.o): Depend on $(sim-n-bits_h).
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/common/
H A DMake-common.in327 sim-bits_h = $(srccom)/sim-bits.h
329 sim-n-bits_h = $(srccom)/sim-n-bits.h
373 sim-bits.o: $(srccom)/sim-bits.c $(sim-bits_h) $(sim-n-bits_h) \
H A DChangeLog2905 (sim-bits.o): Depend on $(sim-n-bits_h).
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/include/
H A Dbutton.h49 bits_h; member
/dports/devel/gdb761/gdb-7.6.1/sim/common/
H A DMake-common.in358 $(sim-bits_h) \
363 sim-bits_h = $(srccom)/sim-bits.h \
379 sim-n-bits_h = $(srccom)/sim-n-bits.h
H A DChangeLog3918 (sim-bits.o): Depend on $(sim-n-bits_h).
/dports/x11-toolkits/xforms/xforms-1.2.4/doc/
H A Dpart4_new_buttons.texi44 bits_h;
H A Dxforms.info-32402 bits_h;
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Darm-tdep.c12390 uint32_t bits_h = 0; in thumb_record_branch() local
12392 bits_h = bits (thumb_insn_r->arm_insn, 11, 12); in thumb_record_branch()
12394 if (2 == bits_h || 3 == bits_h) in thumb_record_branch()
12400 else if (1 == bits_h) in thumb_record_branch()
/dports/devel/gdb/gdb-11.1/gdb/
H A Darm-tdep.c12248 uint32_t bits_h = 0;
12250 bits_h = bits (thumb_insn_r->arm_insn, 11, 12);
12252 if (2 == bits_h || 3 == bits_h)
12258 else if (1 == bits_h)
/dports/lang/fpc-source/fpc-3.2.2/packages/xforms/src/
H A Dxforms.pp1609 bits_w, bits_h : Cardinal;
/dports/x11-toolkits/fpc-xforms/fpc-3.2.2/packages/xforms/src/
H A Dxforms.pp1609 bits_w, bits_h : Cardinal;