HomeSort by relevance Sort by last modified time
    Searched refs:wx (Results 51 - 75 of 113) sorted by null

1 23 4 5

  /external/sonivox/jet_tools/JetCreator/
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/webkit/Source/WebCore/platform/wx/wxcode/gtk/
fontprops.cpp 30 #include <wx/defs.h>
31 #include <wx/gdicmn.h>
32 #include <wx/font.h>
33 #include <wx/fontutil.h>
118 // it will need to be implemented before merging into wx unless we craft a new API.
non-kerned-drawing.cpp 31 #include <wx/dc.h>
32 #include <wx/dcgraph.h>
33 #include <wx/defs.h>
34 #include <wx/dcclient.h>
35 #include <wx/gdicmn.h>
  /external/webkit/Source/WebCore/platform/wx/wxcode/win/
fontprops.cpp 34 #include <wx/defs.h>
35 #include <wx/gdicmn.h>
36 #include <wx/wx.h>
37 #include "wx/msw/private.h"
  /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/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
fontprops.mm 35 #include <wx/defs.h>
36 #include <wx/gdicmn.h>
37 #include <wx/graphics.h>
  /external/webkit/Source/WebCore/platform/wx/
RenderThemeWx.cpp 37 #include <wx/defs.h>
39 #include <wx/dc.h>
40 #include <wx/dcgraph.h>
41 #include <wx/renderer.h>
42 #include <wx/dcclient.h>
43 #include <wx/scrolwin.h>
44 #include <wx/settings.h>
406 // FIXME: Get wx to return the correct value for each platform.
CursorWx.cpp 30 #include <wx/defs.h>
31 #include <wx/cursor.h>
32 #include <wx/image.h>
285 // TODO: Find a way to implement in/out magnifiers in wx.
KeyboardEventWx.cpp 30 #include <wx/defs.h>
31 #include <wx/event.h>
353 //Note that I think this a wx bug, as the Character Code is actually 13 when
ScrollViewWx.cpp 38 #include <wx/defs.h>
39 #include <wx/scrolbar.h>
40 #include <wx/scrolwin.h>
41 #include <wx/event.h>
324 // of its parent Widget by wx port APIs, so I don't think
ScrollbarThemeWx.cpp 38 #include <wx/defs.h>
39 #include <wx/dcgraph.h>
40 #include <wx/settings.h>
  /external/webkit/Source/WebCore/platform/graphics/wx/
SimpleFontDataWx.cpp 43 #include <wx/defs.h>
44 #include <wx/dcscreen.h>
45 #include <wx/string.h>
177 // unused by wx port
182 // unused by wx port
PathWx.cpp 38 #include <wx/defs.h>
39 #include <wx/graphics.h>
54 // NB: This only supports the 'default' renderer as determined by wx on
57 // renderer an app is using right now with wx API, so we will just handle
  /external/webkit/Source/WebKit/wx/
WebBrowserShell.h 31 #include "wx/wxprec.h"
33 #include "wx/wx.h"
38 #include <wx/srchctrl.h>
  /external/webkit/Tools/Scripts/
build-dumprendertree 47 --wx Build the wxWindows port
  /external/webkit/Source/WebKit/wx/WebKitSupport/
ChromeClientWx.cpp 50 #include <wx/wxprec.h>
52 #include <wx/wx.h>
54 #include <wx/textdlg.h>
55 #include <wx/tooltip.h>
  /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/webkit/Source/WebCore/platform/
FileSystem.h 50 #if PLATFORM(WX)
51 #include <wx/defs.h>
52 #include <wx/file.h>
136 #elif PLATFORM(WX)
  /external/webkit/Source/WebCore/platform/win/
SharedTimerWin.cpp 36 // Note: wx headers set defines that affect the configuration of windows.h
37 // so we must include the wx header first to get unicode versions of functions,
39 #if PLATFORM(WX)
40 #include <wx/wx.h>
  /external/zlib/src/watcom/
watcom_l.mak 19 CFLAGS = -zq -ml -s -bt=dos -oilrtfm -fr=nul -wx
  /external/webkit/Tools/wx/packaging/
build-mac-installer.py 44 import wx namespace
49 wx_version = wx.__version__[:5]
56 pkgname = "wxWebKit-%s-wx%s-py%s-%s" % (platform, wx_version[:3], py_version, date)
70 wx_root = "/usr/local/lib/wxPython-unicode-%s" % wx.__version__
72 sitepackages = "%s/wx-%s-mac-unicode/wx" % (sp_root, wx_version[:3])
143 shutil.copy(os.path.join(wxwk_root, "Source", "WebKit", "wx", "bindings", "python", "samples", "simple.py"), demodir)
  /frameworks/native/services/sensorservice/
Fusion.cpp 392 const mat33_t wx(crossMatrix(we, 0));
393 const mat33_t wx2(wx*wx);
399 Phi[0][0] = I33 - wx*(k1*ilwe) + wx2*k0;
400 Phi[1][0] = wx*k0 - I33dT - wx2*(ilwe*ilwe*ilwe)*(lwedT-k1);

Completed in 359 milliseconds

1 23 4 5