Home
last modified time | relevance | path

Searched refs:wx (Results 1 – 25 of 33) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DSchedGui.py12 import wx
17 class RootFrame(wx.Frame):
24 wx.Frame.__init__(self, parent, id, title)
26 (self.screen_width, self.screen_height) = wx.GetDisplaySize()
39 self.panel = wx.Panel(self, size=(self.screen_width, self.screen_height))
42 self.scroll = wx.ScrolledWindow(self.panel)
48 self.scroll_panel = wx.Panel(self.scroll, size=(self.screen_width - 15, self.screen_height / 2))
49 self.scroll_panel.Bind(wx.EVT_PAINT, self.on_paint)
50 self.scroll_panel.Bind(wx.EVT_KEY_DOWN, self.on_key_press)
51 self.scroll_panel.Bind(wx.EVT_LEFT_DOWN, self.on_mouse_down)
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/
H A Dfix-libdir-for-multilib.patch19 # Initialize variables for quick access to wx root dir in sub dirs
25 # parse the version number from wx/version.h and include in wxMAJOR_VERSION and wxMINOR_VERSION
26 file(READ include/wx/version.h WX_VERSION_H_CONTENTS)
35 - "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}"
36 + "lib${wxPLATFORM_LIB_DIR}/wx/config/inplace-${TOOLCHAIN_FULLNAME}"
37 "${CMAKE_CURRENT_BINARY_DIR}/wx-config"
65 - DESTINATION "lib/wx/include")
66 + DESTINATION "lib${wxPLATFORM_LIB_DIR}/wx/include")
69 FILES "${wxOUTPUT_DIR}/wx/config/${wxBUILD_FILE_ID}"
70 - DESTINATION "lib/wx/config"
[all …]
H A D0001-wx-config.in-Disable-cross-magic-it-does-not-work-fo.patch4 Subject: [PATCH] wx-config.in: Disable cross magic - it does not work for us
9 E.g 'wx-config --libs' appends a '-Linux' to all libraries (e.g
17 wx-config.in | 2 +-
20 diff --git a/wx-config.in b/wx-config.in
22 --- a/wx-config.in
23 +++ b/wx-config.in
H A Dwx-config-fix-libdir-for-multilib.patch2 multilib. Add an option '--baselib' for wx-config to support multilib when
10 wx-config.in | 6 ++++--
26 diff --git a/wx-config.in b/wx-config.in
28 --- a/wx-config.in
29 +++ b/wx-config.in
34 - wx-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--release] [--version-full]
35 + wx-config [--prefix[=DIR]] [--exec-prefix[=DIR]][--baselib=DIR]
54 wxconfdir="@libdir@/wx/config"
H A Drespect-DESTDIR-when-create-link.patch1 There are errors during do install. So link files 'wx-config' and 'wxrc' are
4 | CMake Error: failed to create symbolic link '/usr/bin/wx-config': Permission denied
26 - ${CMAKE_INSTALL_PREFIX}/lib${wxPLATFORM_LIB_DIR}/wx/config/${wxBUILD_FILE_ID} \
27 - ${CMAKE_INSTALL_PREFIX}/bin/wx-config \
28 + ../lib${wxPLATFORM_LIB_DIR}/wx/config/${wxBUILD_FILE_ID} \
29 + \$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/wx-config \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/wxwidgets/
H A Dwxwidgets_3.1.5.bb23 file://0001-wx-config.in-Disable-cross-magic-it-does-not-work-fo.patch \
27 file://wx-config-fix-libdir-for-multilib.patch \
84 if [ -L ${B}/wx-config ]; then
85 # ${B}/wx-config is a symlink for build and not needed after compile
87 # 1. make a file out of wx-config so that binconfig.bbclass detects it
89 cp --remove-destination `readlink ${B}/wx-config | sed 's:inplace-::'` ${B}/wx-config
97 ${B}/wx-config
110 ${libdir}/wx/ \
114 ${libdir}/wx/include/ \
115 ${libdir}/wx/config/ \
/OK3568_Linux_fs/kernel/drivers/input/rmi4/
H A Drmi_2d_sensor.c87 swap(obj->wx, obj->wy); in rmi_2d_sensor_abs_report()
89 wide = (obj->wx > obj->wy); in rmi_2d_sensor_abs_report()
90 major = max(obj->wx, obj->wy); in rmi_2d_sensor_abs_report()
91 minor = min(obj->wx, obj->wy); in rmi_2d_sensor_abs_report()
108 obj->wx, obj->wy); in rmi_2d_sensor_abs_report()
H A Drmi_2d_sensor.h24 u8 wx; member
H A Drmi_f12.c179 obj->wx = data1[6]; in rmi_f12_process_objects()
H A Drmi_f11.c560 obj->wx = pos_data[3] & 0x0f; in rmi_f11_abs_pos_process()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/
H A Dwxgtk-fixup-build-scripts.patch22 # wx-config doesn't output that for some reason. For now, just
24 # really found there or wx-config should be fixed.
H A D0001-Update-Cython-version-to-fix-NanoSVG-issues-with-Pyt.patch12 wx/svg/_nanosvg.c | 554 ++++++++++++++++++++++++++---------------
28 diff --git a/wx/svg/_nanosvg.c b/wx/svg/_nanosvg.c
30 --- a/wx/svg/_nanosvg.c
31 +++ b/wx/svg/_nanosvg.c
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/transform/
H A Dmap_transformer.hpp74 inline void set_transformation_point(W const& wx, W const& wy, in set_transformation_point() argument
81 qvm::A<0,0>(t1) = 1; qvm::A<0,1>(t1) = 0; qvm::A<0,2>(t1) = -wx; in set_transformation_point()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/
H A Dpython3-wxgtk4_4.1.1.bb24 export WX_CONFIG = "'${RECIPE_SYSROOT_NATIVE}${bindir}/wx-config --prefix=${STAGING_EXECPREFIXDIR} …
/OK3568_Linux_fs/buildroot/package/erlang/
H A Derlang.mk90 ERLANG_REMOVE_PACKAGES = gs wx
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Draydium_i2c_ts.c839 u8 wx, wy; in raydium_mt_event() local
854 wx = contact[RM_CONTACT_WIDTH_X_POS]; in raydium_mt_event()
857 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, max(wx, wy)); in raydium_mt_event()
858 input_report_abs(ts->input, ABS_MT_TOUCH_MINOR, min(wx, wy)); in raydium_mt_event()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dintersection.hpp210 D const& dx_b, D const& dy_b, W const& wx, W const& wy, in cramers_rule()
216 da = geometry::detail::determinant<ResultType>(dx_b, dy_b, wx, wy); in cramers_rule()
/OK3568_Linux_fs/kernel/Documentation/security/
H A Dsak.rst58 l-wx------ 1 root root 64 Mar 18 00:46 /proc/579/fd/0 -> /dev/console
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.h361 u16 wx; member
/OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/
H A Dyuv420_p352x288.yuv1 …#"%')*($"$ '" #,,"$)&$&*)&*0@E6($" #!!'$++0?RWV^^Z\diikv�}wx}����������rbSZr���…
28wx~�����������������������������������������������������������������������������������������������…
59wx{xvxxvwwvwwwwwwwwvxwwwwxxwwwwwxxxxxwwwxwwwwwtsvwxxzywwsgmwxxtqptvwvuwwvwwwwwxwvwwwvvwwwxxuvwxwxw…
82wx~�����������������������������������������������������������������������������������������������…
107wx��������������������������������������������nC5+&-4334343255432421453441234423444334444432133345…
126wx~�����������������������������������������������������������������������������������������������…
154wx~�����������������������������������������������������������������������������������������������…
184wx~�����������������������������������������������������������������������������������������������…
216wx~�����������������������������������������������������������������������������������������������…
242wx~�����������������������������������������������������������������������������������������������…
[all …]
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dsched-migration.py367 app = wx.App(False)
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dassembler.h33 wx\n .req w\n
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_mode_vba_20.c319 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, l, in dscceComputeDelay() local
350 wx = (w + 2) / 3; in dscceComputeDelay()
351 p = 3 * wx - w; in dscceComputeDelay()
355 l = (ax + wx - 1) / wx; in dscceComputeDelay()
360 Delay = l * wx * (numSlices - 1) + ax + s + lstall + 22; in dscceComputeDelay()
H A Ddisplay_mode_vba_20v2.c343 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, l, in dscceComputeDelay() local
374 wx = (w + 2) / 3; in dscceComputeDelay()
375 p = 3 * wx - w; in dscceComputeDelay()
379 l = (ax + wx - 1) / wx; in dscceComputeDelay()
384 Delay = l * wx * (numSlices - 1) + ax + s + lstall + 22; in dscceComputeDelay()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_mode_vba_21.c514 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, S, ix, wx, p, l0, a, ax, l, in dscceComputeDelay() local
545 wx = (w + 2) / 3; in dscceComputeDelay()
546 p = 3 * wx - w; in dscceComputeDelay()
550 l = (ax + wx - 1) / wx; in dscceComputeDelay()
555 Delay = l * wx * (numSlices - 1) + ax + S + lstall + 22; in dscceComputeDelay()

12