Home
last modified time | relevance | path

Searched refs:act_format (Results 1 – 25 of 26) sorted by relevance

12

/dports/sysutils/lxqt-config/lxqt-config-1.0.0/lxqt-config-input/
H A Dtouchpaddevice.cpp38 int act_format; in xi2_get_device_property() local
43 &act_type, &act_format, &nitems, &bytes_after, &data); in xi2_get_device_property()
50 switch (act_format) in xi2_get_device_property()
64 ptr += act_format / 8; in xi2_get_device_property()
68 Q_ASSERT(act_format == 8); in xi2_get_device_property()
76 Q_ASSERT(act_format == 32); in xi2_get_device_property()
97 int act_format; in xi2_set_device_property() local
117 data = new unsigned char[values.size() * act_format / 8]; in xi2_set_device_property()
120 switch (act_format) in xi2_set_device_property()
138 Q_ASSERT(act_format == 32); in xi2_set_device_property()
[all …]
/dports/sysutils/gnome-settings-daemon/gnome-settings-daemon-3.38.2/plugins/common/
H A Dgsd-input-helper.c38 int act_format;
53 AnyPropertyType, &act_type, &act_format,
68 if (act_format != 8)
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/common/
H A Dgsd-input-helper.c66 int act_format; in xdevice_get_device_node() local
82 AnyPropertyType, &act_type, &act_format, in xdevice_get_device_node()
97 if (act_format != 8) in xdevice_get_device_node()
/dports/x11/xinput/xinput-1.6.3/src/
H A Dproperty.c56 int act_format; in print_property() local
66 AnyPropertyType, &act_type, &act_format, in print_property()
76 switch(act_format) in print_property()
88 switch(act_format) in print_property()
102 switch(act_format) in print_property()
116 if (act_format != 8) in print_property()
429 int act_format; in print_property_xi2() local
454 switch(act_format) in print_property_xi2()
468 switch(act_format) in print_property_xi2()
482 if (act_format != 8) in print_property_xi2()
[all …]
/dports/sysutils/cinnamon-settings-daemon/cinnamon-settings-daemon-4.8.5/plugins/common/
H A Dcsd-input-helper.c312 int act_format; in xdevice_get_device_node() local
327 AnyPropertyType, &act_type, &act_format, in xdevice_get_device_node()
342 if (act_format != 8) in xdevice_get_device_node()
381 int act_format; in xdevice_get_last_tool_id() local
400 AnyPropertyType, &act_type, &act_format, in xdevice_get_last_tool_id()
415 if (act_format != TOOL_ID_FORMAT_SIZE) in xdevice_get_last_tool_id()
/dports/sysutils/cinnamon-control-center/cinnamon-control-center-4.8.2/panels/wacom/
H A Dcsd-input-helper.c305 int act_format; in xdevice_get_device_node() local
320 AnyPropertyType, &act_type, &act_format, in xdevice_get_device_node()
335 if (act_format != 8) in xdevice_get_device_node()
374 int act_format; in xdevice_get_last_tool_id() local
393 AnyPropertyType, &act_type, &act_format, in xdevice_get_last_tool_id()
408 if (act_format != TOOL_ID_FORMAT_SIZE) in xdevice_get_last_tool_id()
/dports/misc/vxl/vxl-3.3.2/core/vil/file_formats/
H A Dvil_dicom.cxx1045 vil_pixel_format & act_format) in convert_src_type() argument
1049 act_format = VIL_PIXEL_FORMAT_BYTE; in convert_src_type()
1054 act_format = VIL_PIXEL_FORMAT_UINT_16; in convert_src_type()
1059 act_format = VIL_PIXEL_FORMAT_SBYTE; in convert_src_type()
1064 act_format = VIL_PIXEL_FORMAT_INT_16; in convert_src_type()
1132 if (act_format == VIL_PIXEL_FORMAT_SBYTE) in read_pixels_into_buffer()
1133 act_format = VIL_PIXEL_FORMAT_BYTE; in read_pixels_into_buffer()
1134 if (act_format == VIL_PIXEL_FORMAT_INT_16) in read_pixels_into_buffer()
1135 act_format = VIL_PIXEL_FORMAT_UINT_16; in read_pixels_into_buffer()
1156 out_format = act_format; in read_pixels_into_buffer()
[all …]
/dports/sysutils/cinnamon-settings-daemon/cinnamon-settings-daemon-4.8.5/plugins/mouse/
H A Dcsd-mouse-manager.c351 int act_format; in property_exists_on_device() local
367 XA_INTEGER, &act_type, &act_format, &nitems, in property_exists_on_device()
387 int act_format; in property_set_bool() local
406 XA_INTEGER, &act_type, &act_format, &nitems, in property_set_bool()
432 int act_format; in property_get_bool() local
448 XA_INTEGER, &act_type, &act_format, &nitems, in property_get_bool()
713 int act_format; in set_motion_libinput() local
765 float_type, &act_type, &act_format, &nitems, in set_motion_libinput()
1472 int rc, act_format; in set_natural_scroll_synaptics() local
1495 XA_INTEGER, &act_type, &act_format, &nitems, in set_natural_scroll_synaptics()
[all …]
/dports/multimedia/libxine/xine-lib-1.2.11/src/video_out/
H A Dvideo_out_directx.c135 int act_format; /* actual frame format */ member
362 win32_driver->act_format = XINE_IMGFMT_YV12; in CreateSecondary()
378 win32_driver->act_format = XINE_IMGFMT_YUY2; in CreateSecondary()
397 win32_driver->act_format = IMGFMT_RGB; in CreateSecondary()
418 win32_driver->act_format = IMGFMT_NATIVE; in CreateSecondary()
429 win32_driver->act_format = IMGFMT_NATIVE; in CreateSecondary()
810 …if( ( win32_driver->act_format == XINE_IMGFMT_YV12 ) || ( win32_driver->act_format == XINE_IMGFMT_… in DisplayFrame()
1041 if( win32_driver->act_format == IMGFMT_NATIVE ) in win32_display_frame()
/dports/x11/trayer/trayer-srg-trayer-1.1.8/
H A Dbg.c33 int act_format, c = 2 ; in bg_get_root_bg() local
41 False, XA_PIXMAP, &dummy_id, &act_format, in bg_get_root_bg()
/dports/x11/lxpanel/lxpanel-0.9.3/src/
H A Dbg.c162 int act_format, c = 2 ; in fb_bg_get_xrootpmap() local
170 False, XA_PIXMAP, &ret_type, &act_format, in fb_bg_get_xrootpmap()
/dports/x11/fbpanel/fbpanel-6.1/panel/
H A Dbg.c176 int act_format, c = 2 ; in fb_bg_get_xrootpmap_real() local
185 False, XA_PIXMAP, &ret_type, &act_format, in fb_bg_get_xrootpmap_real()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dconvkinput.c450 int act_format; local
468 True, conv_target, &act_target, &act_format,
479 if(act_format != 8) {
/dports/x11/wbar/wbar-2.3.4/src/core/
H A DXWin.cc471 int act_format; in GetRootPixmap() local
477 False, XA_PIXMAP, &act_type, &act_format, &nitems, &bytes_after, in GetRootPixmap()
491 False, XA_PIXMAP, &act_type, &act_format, &nitems, &bytes_after, in GetRootPixmap()
/dports/x11/idesk/idesk-0.7.5/src/
H A DXImlib2Background.cpp286 int act_format; in GetRootPixmap() local
292 &act_type, &act_format, &nitems, &bytes_after, in GetRootPixmap()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/xlib/
H A Dui_dnd.c508 int act_format; in enter() local
517 XA_ATOM, &act_type, &act_format, &nitems, &left, (u_char **)(&dat)); in enter()
/dports/graphics/libafterimage/libAfterImage-1.20/
H A Dpixmap.c122 int act_format; in GetRootPixmap() local
128 &act_type, &act_format, &nitems, &bytes_after, in GetRootPixmap()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/
H A Dpixmap.c122 int act_format; in GetRootPixmap() local
128 &act_type, &act_format, &nitems, &bytes_after, in GetRootPixmap()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/asetroot/
H A Dasetroot.c185 int act_format; in ShowAsStarted() local
194 False, Atoms[WM_STATE_ATOM].atom, &act_type, &act_format, &nitems, in ShowAsStarted()
/dports/sysutils/mate-settings-daemon/mate-settings-daemon-1.26.0/plugins/mouse/
H A Dmsd-mouse-manager.c366 int act_format; in property_set_bool() local
379 XA_INTEGER, &act_type, &act_format, &nitems, in property_set_bool()
382 if (rc == Success && act_type == XA_INTEGER && act_format == 8 && nitems > property_index) { in property_set_bool()
/dports/x11-wm/sawfish/sawfish_1.13.0/src/
H A Devents.c1321 int act_format; in convert_selection() local
1327 False, xa_atom_pair, &act_type, &act_format, in convert_selection()
1330 if (act_type == xa_atom_pair && act_format == 32 in convert_selection()
/dports/chinese/aterm/aterm-1.0.1/src/
H A Dpixmap.c57 int act_format; in GetRootPixmap() local
63 &act_type, &act_format, &nitems, &bytes_after, in GetRootPixmap()
/dports/x11/aterm/aterm-1.0.1/src/
H A Dpixmap.c57 int act_format; in GetRootPixmap() local
63 &act_type, &act_format, &nitems, &bytes_after, in GetRootPixmap()
/dports/x11/multi-aterm/multi-aterm-0.2.1/src/
H A Dpixmap.c623 int act_format; in GetRootPixmap() local
630 &act_format, &nitems, &bytes_after, &prop) == Success) in GetRootPixmap()
/dports/audio/ecasound/ecasound-2.9.3/libecasound/
H A Deca-chainsetup.cpp1783 const std::string act_format = in enable_audio_object_helper() local
1785 if (act_format != req_format) { in enable_audio_object_helper()
1787 "NOTE: audio parameters modified at open to " + act_format + in enable_audio_object_helper()

12