/dports/devel/allegro/allegro-4.4.3.1/src/ |
H A D | lbm.c | 44 char ch, cmp_type, bit_plane, color_depth; in load_lbm() local 189 for (bit_plane = 0; bit_plane < color_depth; bit_plane++) { in load_lbm() 211 bit_mask = 1 << bit_plane; in load_lbm()
|
/dports/x11/libX11/libX11-1.7.2/src/ |
H A D | CopyPlane.c | 44 unsigned long bit_plane) in XCopyPlane() argument 61 req->bitPlane = bit_plane; in XCopyPlane()
|
/dports/multimedia/libva-intel-hybrid-driver/intel-hybrid-driver-1.0.2/src/ |
H A D | media_drv_init.h | 174 struct buffer_store *bit_plane; member
|
H A D | media_drv_driver.c | 326 media_release_buffer_store(&obj_context->codec_state.decode.bit_plane); in media_destroy_context()
|
H A D | media_drv_init.c | 1516 MEDIA_DEF_RENDER_DECODE_SINGLE_BUFFER_FUNC(bit_plane, bit_plane) in MEDIA_DEF_RENDER_ENCODE_SINGLE_BUFFER_FUNC() 1768 vaStatus = MEDIA_RENDER_DECODE_BUFFER(bit_plane); in media_decoder_render_picture() 1911 media_release_buffer_store(&obj_context->codec_state.decode.bit_plane); in media_BeginPicture()
|
/dports/net-mgmt/nagstamon/Nagstamon-3.8.0/Nagstamon/thirdparty/Xlib/xobject/ |
H A D | drawable.py | 69 dst_x, dst_y, bit_plane, onerror = None): argument 81 bit_plane = bit_plane)
|
/dports/x11-toolkits/py-xlib/python-xlib-0.27/Xlib/xobject/ |
H A D | drawable.py | 77 dst_x, dst_y, bit_plane, onerror = None): argument 89 bit_plane = bit_plane)
|
/dports/multimedia/libva-intel-driver/intel-vaapi-driver-2.4.1/src/ |
H A D | i965_drv_video.h | 224 struct buffer_store *bit_plane; member
|
H A D | gen6_mfd.c | 1334 assert(decode_state->bit_plane->buffer); in gen6_mfd_vc1_decode_init() 1335 src = decode_state->bit_plane->buffer; in gen6_mfd_vc1_decode_init()
|
H A D | i965_drv_video.c | 2516 i965_release_buffer_store(&obj_context->codec_state.decode.bit_plane); in i965_destroy_context() 3300 i965_release_buffer_store(&obj_context->codec_state.decode.bit_plane); in i965_BeginPicture() 3366 DEF_RENDER_DECODE_SINGLE_BUFFER_FUNC(bit_plane, bit_plane) in DEF_RENDER_DECODE_SINGLE_BUFFER_FUNC() 3517 vaStatus = I965_RENDER_DECODE_BUFFER(bit_plane); in i965_decoder_render_picture()
|
H A D | gen7_mfd.c | 1565 assert(decode_state->bit_plane->buffer); in gen7_mfd_vc1_decode_init() 1566 src = decode_state->bit_plane->buffer; in gen7_mfd_vc1_decode_init()
|
H A D | gen8_mfd.c | 1609 assert(decode_state->bit_plane->buffer); in gen8_mfd_vc1_decode_init() 1610 src = decode_state->bit_plane->buffer; in gen8_mfd_vc1_decode_init()
|
H A D | gen75_mfd.c | 1830 assert(decode_state->bit_plane->buffer); in gen75_mfd_vc1_decode_init() 1831 src = decode_state->bit_plane->buffer; in gen75_mfd_vc1_decode_init()
|
/dports/lang/vala/vala-0.48.18/vapi/ |
H A D | xcb.vapi | 330 …int16 src_x, int16 src_y, int16 dst_x, int16 dst_y, uint16 width, uint16 height, uint32 bit_plane); 331 …int16 src_x, int16 src_y, int16 dst_x, int16 dst_y, uint16 width, uint16 height, uint32 bit_plane);
|
/dports/x11-toolkits/py-xlib/python-xlib-0.27/doc/src/ |
H A D | objects.texi | 913 …py_plane ( gc, src_drawable, src_x, src_y, width, height, dst_x, dst_y, bit_plane, onerror = None )
|
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/ |
H A D | xproto.rs | 17977 pub bit_plane: u32, field 17996 let bit_plane_bytes = self.bit_plane.serialize(); in serialize() 18062 let (bit_plane, remaining) = u32::try_parse(remaining)?; in try_parse_request() 18074 bit_plane, in try_parse_request() 18081 …rc_x: i16, src_y: i16, dst_x: i16, dst_y: i16, width: u16, height: u16, bit_plane: u32) -> Result<… in copy_plane() 18095 bit_plane, in copy_plane() 27541 …rc_x: i16, src_y: i16, dst_x: i16, dst_y: i16, width: u16, height: u16, bit_plane: u32) -> Result<… in copy_plane() 27543 …y_plane(self, src_drawable, dst_drawable, gc, src_x, src_y, dst_x, dst_y, width, height, bit_plane) in copy_plane()
|
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/ |
H A D | xproto.rs | 17977 pub bit_plane: u32, field 17996 let bit_plane_bytes = self.bit_plane.serialize(); in serialize() 18062 let (bit_plane, remaining) = u32::try_parse(remaining)?; in try_parse_request() 18074 bit_plane, in try_parse_request() 18081 …rc_x: i16, src_y: i16, dst_x: i16, dst_y: i16, width: u16, height: u16, bit_plane: u32) -> Result<… in copy_plane() 18095 bit_plane, in copy_plane() 27541 …rc_x: i16, src_y: i16, dst_x: i16, dst_y: i16, width: u16, height: u16, bit_plane: u32) -> Result<… in copy_plane() 27543 …y_plane(self, src_drawable, dst_drawable, gc, src_x, src_y, dst_x, dst_y, width, height, bit_plane) in copy_plane()
|
/dports/x11/py-xcffib/xcffib-0.11.1/xcffib/ |
H A D | xproto.py | 3036 …_drawable, dst_drawable, gc, src_x, src_y, dst_x, dst_y, width, height, bit_plane, is_checked=Fals… argument 3038 …IIIhhhhHHI", src_drawable, dst_drawable, gc, src_x, src_y, dst_x, dst_y, width, height, bit_plane))
|
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/ |
H A D | packet-x11.c | 4237 CARD32(bit_plane); in dissect_x11_request()
|
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/ |
H A D | packet-x11.c | 4237 CARD32(bit_plane); in dissect_x11_request()
|
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/ |
H A D | packet-x11.c | 4237 CARD32(bit_plane); in dissect_x11_request()
|
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/ |
H A D | packet-x11.c | 4237 CARD32(bit_plane); in dissect_x11_request()
|