Searched defs:wx (Results 1 - 25 of 32) sorted by relevance

12

/external/sonivox/jet_tools/JetCreator/
H A DJetSystemInfo.py26 import wx namespace
30 print(wx.__version__)
H A DJetHelp.py23 import wx namespace
24 import wx.html namespace
27 app = wx.PySimpleApp()
28 frame = wx.Frame(None, -1, JetDefs.MAIN_HELPTITLE, size=(800,600))
29 html1 = wx.html.HtmlWindow(frame, -1)
H A DJetStatusEvent.py23 import wx namespace
25 EVT_JET_STATUS_ID = wx.NewId()
30 class JetStatusEvent(wx.PyEvent):
33 wx.PyEvent.__init__(self)
H A DJetPreview.py25 import wx namespace
35 class PreviewPlayer(wx.Frame):
100 wx.PostEvent(self.parentWin, JetStatusEvent(JetDefs.PST_PLAY, None))
164 wx.PostEvent(self.parentWin, JetStatusEvent(JetDefs.PST_UPD_LOCATION, status.location))
174 wx.PostEvent(self.parentWin, JetStatusEvent(JetDefs.PST_DONE, None))
176 wx.PostEvent(self.parentWin, JetStatusEvent(JetDefs.PST_UPD_LOCATION, 0))
195 wx.PostEvent(self.parentWin, JetStatusEvent(JetDefs.PST_PAUSE, None))
199 wx.PostEvent(self.parentWin, JetStatusEvent(JetDefs.PST_RESUME, None))
H A DJetSegGraph.py24 import wx namespace
89 class SegmentGraph(wx.Panel):
91 def __init__(self, parent, pos=wx.DefaultPosition, size=wx.DefaultSize, ClickCallbackFct=None, showLabels=True, showClips=True, showAppEvts=True):
92 wx.Panel.__init__(self, parent, -1, pos=pos, size=size, style=wx.BORDER_STATIC)
107 self.font = wx.Font(8, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx
[all...]
H A DJetAudition.py25 import wx namespace
57 class Audition(wx.Dialog):
60 wx.Dialog.__init__(self, None, -1, title=JetDefs.DLG_AUDITION)
73 panel = wx.Panel(self, -1)
79 self.segList.Bind(wx.EVT_LIST_ITEM_ACTIVATED, self.OnQueueSegment)
80 self.segList.Bind(wx.EVT_LIST_ITEM_SELECTED, self.OnSegListClick)
92 self.btnMuteAll = wx.Button(panel, -1, JetDefs.BUT_MUTEALL)
93 self.btnUnMuteAll = wx.Button(panel, -1, JetDefs.BUT_MUTENONE)
94 self.btnMuteOrg = wx.Button(panel, -1, JetDefs.BUT_ORGMUTES)
95 hMuteButs = wx
[all...]
H A DJetCtrls.py23 import wx namespace
26 from wx.lib.mixins.listctrl import CheckListCtrlMixin, ListCtrlAutoWidthMixin, ColumnSorterMixin
30 class JetSpin(wx.SpinCtrl):
32 def __init__(self, parent, id=-1,value=wx.EmptyString,pos=wx.DefaultPosition,size=wx.DefaultSize,style=wx.SP_ARROW_KEYS,min=0,max=100,initial=0):
33 wx.SpinCtrl.__init__(self, parent, id=id,value=value,pos=(pos[0]-MacOffset(),pos[1]),size=size,style=style,min=min,max=max,initial=initial)
38 wx.SpinCtrl.SetValue(self, int(val))
40 wx
[all...]
H A DJetDialogs.py23 import wx namespace
25 import wx.lib.newevent namespace
50 self.ctrls[Text] = wx.Button(panel, Id, Lbl, wx.Point(Col, Row), size=Len)
52 self.ctrls[Text].Bind(wx.EVT_BUTTON, getattr(callbackClass, Fct), self.ctrls[Text], id=Id)
53 if Id == wx.ID_OK:
58 self.ctrls[Text] = wx.TextCtrl(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET +3), wx.Size(Len,-1))
60 self.ctrls[Text] = JetSpinOneBased(panel, Id, "", wx
[all...]
H A DJetUtils.py25 import wx namespace
126 list.SetItemState(row, wx.LIST_STATE_SELECTED, wx.LIST_STATE_SELECTED)
128 list.SetItemState(row, ~wx.LIST_STATE_SELECTED, wx.LIST_STATE_SELECTED)
457 dlg = wx.MessageDialog(None,
460 style=wx.OK|wx.ICON_INFORMATION
467 cmd = wx.CommandEvent(evt)
H A DJetCreator.py25 import wx namespace
29 import wx.html namespace
32 from wx.lib.mixins.listctrl import CheckListCtrlMixin, ListCtrlAutoWidthMixin
45 provider = wx.SimpleHelpProvider()
46 wx.HelpProvider_Set(provider)
49 class JetCreator(wx.Frame):
52 wx.Frame.__init__(self, parent, id, size=(1050, 720), style=wx.DEFAULT_FRAME_STYLE | wx.MINIMIZE_BOX | wx
[all...]
H A DJetDefs.py23 import wx namespace
344 BUTSIZE = wx.DefaultSize
395 ('Cancel', F_CANCEL, BUTROW1+BUTOFF*3, COL3+200, BUTSIZE, 0, 0, wx.ID_CANCEL, [], "", True, ""),
404 ('Ok', F_OK, BUTROW1, COL3+100, BUTSIZE, 0, 0, wx.ID_OK, [], "OnOk", True, ""),
405 ('Cancel', F_CANCEL, BUTROW1+BUTOFF*1, COL3+100, BUTSIZE, 0, 0, wx.ID_CANCEL, [], "", True, ""),
416 ('Ok', F_OK, BUTROW1, COL3+100, BUTSIZE, 0, 0, wx.ID_OK, [], "OnOk", True, ""),
417 ('Cancel', F_CANCEL, BUTROW1+BUTOFF*1, COL3+100, BUTSIZE, 0, 0, wx.ID_CANCEL, [], "", True, ""),
428 ('Ok', F_OK, BUTROW1, 500, BUTSIZE, 0, 0, wx.ID_OK, [], "OnOk", True, ""),
454 ('Ok', F_ADDCLIP, BUTROW1, COL3+EVT_OFFSET, BUTSIZE, 0, 0, wx.ID_OK, [], "OnOk", True, ""),
455 ('Cancel', F_CANCEL, BUTROW1+BUTOFF*1, COL3+EVT_OFFSET, BUTSIZE, 0, 0, wx
[all...]
/external/linux-tools-perf/src/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DSchedGui.py12 import wx namespace
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
[all...]
/external/openfst/src/include/fst/
H A Dprune.h75 Weight wx = Times(x < idistance_.size() ? idistance_[x] : Weight::Zero(), local
79 return less_(wx, wy);
H A Dqueue.h757 Weight wx = Times(weights_[x], estimate_(x)); local
759 return less_(wx, wy);
/external/deqp/modules/gles2/accuracy/
H A Des2aVaryingInterpolationTests.cpp77 float wx = (float)px + 0.5f; local
79 float nx = wx / dstW;
/external/deqp/modules/gles3/accuracy/
H A Des3aVaryingInterpolationTests.cpp80 float wx = (float)px + 0.5f; local
82 float nx = wx / dstW;
/external/ceres-solver/include/ceres/
H A Drotation.h403 const T wx = angle_axis[0] / theta; local
410 R(0, 0) = costheta + wx*wx*(kOne - costheta);
411 R(1, 0) = wz*sintheta + wx*wy*(kOne - costheta);
412 R(2, 0) = -wy*sintheta + wx*wz*(kOne - costheta);
413 R(0, 1) = wx*wy*(kOne - costheta) - wz*sintheta;
415 R(2, 1) = wx*sintheta + wy*wz*(kOne - costheta);
416 R(0, 2) = wy*sintheta + wx*wz*(kOne - costheta);
417 R(1, 2) = -wx*sintheta + wy*wz*(kOne - costheta);
/external/libvncserver/x11vnc/
H A Dwin_utils.c373 int wx, wy; local
392 if (XQueryPointer_wr(dpy, start, &r, &c, &rx, &ry, &wx, &wy, &mask)) {
406 int rx, ry, wx, wy;
411 if (XQueryPointer_wr(dpy, rootwin, &r, &c, &rx, &ry, &wx, &wy, &mask)) {
501 int i, rx, ry, wx, wy;
599 if (! XQueryPointer_wr(dpy, c, &r, &c, &rx, &ry, &wx, &wy, &m)) {
H A Dremote.c6167 int wx, wy; local
6193 same_screen = XQueryPointer_wr(dpy, rootwin, &r, &c, &px, &py, &wx, &wy, &m);
H A Dcursor.c83 int wx, wy; /* size of cursor */ member in struct:cursor_info
115 dest->wx = src->wx;
124 rotate_curs(dest->data, src->data, src->wx, src->wy, 1);
125 rotate_curs(dest->mask, src->mask, src->wx, src->wy, 1);
126 rotate_coords(dest->sx, dest->sy, &tx, &ty, src->wx, src->wy);
130 dest->wx = src->wy;
131 dest->wy = src->wx;
650 ci->wx = 0;
752 w = ci->wx;
[all...]
H A Dscan.c792 double w, wx, wy, wtot; /* pixel weights */ local
967 wx = 1.0;
1120 wx = 1.0;
1127 wx = 1.0 - ddx;
1129 wx = ddx;
1139 wx = I+1 - x1;
1146 wx = x2 - I;
1153 wx = 1.0;
1156 w = wx * wy;
H A Duserinput.c144 int rootx, rooty, wx, wy; local
162 ret = XQueryPointer_wr(dpy, rootwin, &r, &c, &rootx, &rooty, &wx, &wy,
1434 int x, y, w, h, wx, wy, ww, wh, dx, dy; local
1494 wx = scr_ev[ev].win_x;
1522 if (wx != x0 || wy != y0) {
1523 if (db) fprintf(stderr, "push_scr_ev: WIN SHIFT: %d %d, %d %d", wx, x0, wy, y0);
1544 ev, wx, wy, ww, wh, ww, wh, wx, wy);
1572 tmpregion2 = sraRgnCreateRect(wx, wy, wx
[all...]
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc1967 wchar_t wx; local
1968 int res = mbtowc(&wx, x, 3);
1970 EXPECT_NOT_POISONED(wx);
1975 wchar_t wx; local
1978 int res = mbrtowc(&wx, x, 3, &mbs);
1980 EXPECT_NOT_POISONED(wx);
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp333 static inline float triDerivateX (const tcu::Vec3& s, const tcu::Vec3& w, float wx, float width, float ny) argument
335 float d = w[1]*w[2]*(width*(ny - 1.0f) + wx) - w[0]*(w[2]*width*ny + w[1]*wx);
346 static float computeProjectedTriLod (LodMode mode, const tcu::Vec3& u, const tcu::Vec3& projection, float wx, float wy, float width, float height) argument
349 float dudx = triDerivateX(u, projection, wx, width, wy/height);
350 float dudy = triDerivateY(u, projection, wy, height, wx/width);
356 static float computeProjectedTriLod (LodMode mode, const tcu::Vec3& u, const tcu::Vec3& v, const tcu::Vec3& projection, float wx, float wy, float width, float height) argument
359 float dudx = triDerivateX(u, projection, wx, width, wy/height);
360 float dvdx = triDerivateX(v, projection, wx, width, wy/height);
361 float dudy = triDerivateY(u, projection, wy, height, wx/widt
368 computeProjectedTriLod(LodMode mode, const tcu::Vec3& u, const tcu::Vec3& v, const tcu::Vec3& w, const tcu::Vec3& projection, float wx, float wy, float width, float height) argument
521 float wx = (float)px + 0.5f; local
564 float wx = (float)px + 0.5f; local
670 const float wx = (float)px + 0.5f; local
866 float wx = (float)px + 0.5f; local
923 const float wx = (float)px + 0.5f; local
1751 const float wx = (float)px + 0.5f; local
1856 const float wx = (float)px + 0.5f; local
2049 const float wx = (float)px + 0.5f; local
2223 const float wx = (float)px + 0.5f; local
2390 const float wx = (float)px + 0.5f; local
2499 const float wx = (float)px + 0.5f; local
2696 const float wx = (float)px + 0.5f; local
2871 const float wx = (float)px + 0.5f; local
2985 const float wx = (float)px + 0.5f; local
3107 const float wx = (float)px + 0.5f; local
[all...]
/external/libpng/contrib/libtests/
H A Dpngvalid.c2807 png_fixed_point wx, wy, rx, ry, gx, gy, bx, by; member in struct:chrm_modification
2817 png_save_uint_32(pm->buffer+ 8, ((chrm_modification*)me)->wx);
2838 me->wx = fix(chromaticity_x(white));

Completed in 6838 milliseconds

12