HomeSort by relevance Sort by last modified time
    Searched refs:wx (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/sonivox/jet_tools/JetCreator/
JetHelp.py 23 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)
JetStatusEvent.py 23 import wx namespace
25 EVT_JET_STATUS_ID = wx.NewId()
30 class JetStatusEvent(wx.PyEvent):
33 wx.PyEvent.__init__(self)
JetSystemInfo.py 26 import wx namespace
30 print(wx.__version__)
JetCtrls.py 23 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.SpinCtrl.SetValue(self, val)
    [all...]
JetAudition.py 25 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.BoxSizer(wx.HORIZONTAL)
    [all...]
JetSegGraph.py 24 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.FONTWEIGHT_NORMAL, False, 'Courier')
    [all...]
JetCreator.py 25 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.MAXIMIZE_BOX)
    [all...]
img_Paste.py 2 # This file was generated by C:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\tools\img2py.py
4 from wx import ImageFromStream, BitmapFromImage, EmptyIcon
JetDialogs.py 23 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.Point(Col, Row + LBL_OFFSET), wx.Size(Len,-1), min=Min, max=Max)
    [all...]
JetPreview.py 25 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))
JetDefs.py 23 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.ID_CANCEL, [], "OnClose", True, ""),
    [all...]
img_favicon.py 2 # This file was generated by C:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\tools\img2py.py
4 from wx import ImageFromStream, BitmapFromImage, EmptyIcon
img_Copy.py 2 # This file was generated by C:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\tools\img2py.py
4 from wx import ImageFromStream, BitmapFromImage, EmptyIcon
img_Find.py 2 # This file was generated by C:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\tools\img2py.py
4 from wx import ImageFromStream, BitmapFromImage, EmptyIcon
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
SchedGui.py 12 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.EVT_LEFT_DOWN, self.on_mouse_down
    [all...]
  /development/perftests/panorama/feature_mos/src/mosaic/
Blend.h 101 void FrameToMosaic(double trs[3][3], double x, double y, double &wx, double &wy);
102 void MosaicToFrame(double trs[3][3], double x, double y, double &wx, double &wy);
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.h 101 void FrameToMosaic(double trs[3][3], double x, double y, double &wx, double &wy);
102 void MosaicToFrame(double trs[3][3], double x, double y, double &wx, double &wy);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.h 101 void FrameToMosaic(double trs[3][3], double x, double y, double &wx, double &wy);
102 void MosaicToFrame(double trs[3][3], double x, double y, double &wx, double &wy);
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
scenes.js 11 wx: 1,
68 wx: 5,
75 wx: 1,
132 wx: 1,
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp 342 static inline float triDerivateX (const tcu::Vec3& s, const tcu::Vec3& w, float wx, float width, float ny)
344 float d = w[1]*w[2]*(width*(ny - 1.0f) + wx) - w[0]*(w[2]*width*ny + w[1]*wx);
355 static float computeProjectedTriLod (LodMode mode, const tcu::Vec3& u, const tcu::Vec3& projection, float wx, float wy, float width, float height)
358 float dudx = triDerivateX(u, projection, wx, width, wy/height);
359 float dudy = triDerivateY(u, projection, wy, height, wx/width);
365 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)
368 float dudx = triDerivateX(u, projection, wx, width, wy/height);
369 float dvdx = triDerivateX(v, projection, wx, width, wy/height);
370 float dudy = triDerivateY(u, projection, wy, height, wx/width)
518 float wx = (float)px + 0.5f; local
557 float wx = (float)px + 0.5f; local
659 const float wx = (float)px + 0.5f; local
845 float wx = (float)px + 0.5f; local
898 const float wx = (float)px + 0.5f; local
1729 const float wx = (float)px + 0.5f; local
1833 const float wx = (float)px + 0.5f; local
2027 const float wx = (float)px + 0.5f; local
2200 const float wx = (float)px + 0.5f; local
2367 const float wx = (float)px + 0.5f; local
2475 const float wx = (float)px + 0.5f; local
2675 const float wx = (float)px + 0.5f; local
2847 const float wx = (float)px + 0.5f; local
2959 const float wx = (float)px + 0.5f; local
3077 const float wx = (float)px + 0.5f; local
    [all...]
  /external/ceres-solver/include/ceres/
rotation.h 403 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/srec/tools/thirdparty/OpenFst/fst/lib/
shortest-path.h 181 Weight wx = Times(distance_[px.first], px.second); local
187 return less_(wy, wx) || ApproxEqual(wx, wy, delta_);
189 return less_(wy, wx) && !ApproxEqual(wx, wy, delta_);
191 return less_(wy, wx);
  /external/chromium_org/third_party/skia/experimental/Intersection/
SkAntiEdge.cpp 137 SkFixed wx = SkIntToFixed(SkFixedFloor(fWalkX + SK_Fixed1)); local
139 pointOnLine(wx, y);
143 wx = fLastX;
146 bool bottomCorner = x <= wx;
153 fWalkX = wx;
160 fWalkX = wx;
165 SkFixed xDiff = wx - fX;
184 xCoverage = (wx - fLastX) >> 1;
188 fWalkX = wx;
230 SkFixed wx = SkIntToFixed(SkFixedFloor(fWalkX + SK_Fixed1)) local
    [all...]
  /external/skia/experimental/Intersection/
SkAntiEdge.cpp 137 SkFixed wx = SkIntToFixed(SkFixedFloor(fWalkX + SK_Fixed1)); local
139 pointOnLine(wx, y);
143 wx = fLastX;
146 bool bottomCorner = x <= wx;
153 fWalkX = wx;
160 fWalkX = wx;
165 SkFixed xDiff = wx - fX;
184 xCoverage = (wx - fLastX) >> 1;
188 fWalkX = wx;
230 SkFixed wx = SkIntToFixed(SkFixedFloor(fWalkX + SK_Fixed1)) local
    [all...]
  /external/zlib/src/watcom/
watcom_l.mak 19 CFLAGS = -zq -ml -s -bt=dos -oilrtfm -fr=nul -wx

Completed in 1038 milliseconds

1 2 3 4