Searched defs:orient (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DOverflowEvent.cpp61 void OverflowEvent::initOverflowEvent(unsigned short orient, bool horizontalOverflow, bool verticalOverflow) argument
66 m_orient = orient;
H A DOverflowEvent.h50 void initOverflowEvent(unsigned short orient, bool horizontalOverflow, bool verticalOverflow);
52 unsigned short orient() const { return m_orient; } function in class:WebCore::OverflowEvent
/external/qemu/android/protocol/
H A Dcore-commands-qemu.c30 corecmd_set_coarse_orientation(AndroidCoarseOrientation orient) argument
32 android_sensors_set_coarse_orientation(orient);
H A Dcore-commands.h50 AndroidCoarseOrientation orient; member in struct:UICmdSetCoarseOrientation
H A Dcore-commands-proxy.c124 corecmd_set_coarse_orientation(AndroidCoarseOrientation orient) argument
127 cmd.orient = orient;
/external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
H A Dscrollbar_render.cpp57 const wxRect& rect, wxOrientation orient, int current, variable
96 if (orient == wxHORIZONTAL)
/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
H A DBillboardControl.java52 private Matrix3f orient; field in class:BillboardControl
84 orient = new Matrix3f();
166 orient.set(0, 0, xzp.z);
167 orient.set(0, 1, xzp.x * -look.y);
168 orient.set(0, 2, xzp.x * cosp);
169 orient.set(1, 0, 0);
170 orient.set(1, 1, cosp);
171 orient.set(1, 2, look.y);
172 orient.set(2, 0, -xzp.x);
173 orient
[all...]
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
H A Dscrollbar_render.cpp110 void wxRenderer_DrawScrollbar(wxWindow* window, wxDC& dc, const wxRect& rect, wxOrientation orient, argument
113 bool horiz = orient == wxHORIZONTAL;
/external/webkit/Source/WebCore/platform/wx/wxcode/win/
H A Dscrollbar_render.cpp123 const wxRect& rect, wxOrientation orient, int current, wxScrollbarPart focusPart, wxScrollbarPart hoverPart, int max, int step, int flags)
128 bool horiz = orient == wxHORIZONTAL;
122 wxRenderer_DrawScrollbar(wxWindow* window, wxDC& dc, const wxRect& rect, wxOrientation orient, int current, wxScrollbarPart focusPart, wxScrollbarPart hoverPart, int max, int step, int flags) argument
/external/opencv/cv/src/
H A Dcvmotempl.cpp173 CvMat orientstub, *orient = (CvMat*)orientation; local
183 CV_CALL( orient = cvGetMat( orient, &orientstub ));
194 if( CV_MAT_TYPE( mhi->type ) != CV_32FC1 || CV_MAT_TYPE( orient->type ) != CV_32FC1 )
198 if( !CV_ARE_SIZES_EQ( mhi, mask ) || !CV_ARE_SIZES_EQ( orient, mhi ))
201 if( orient->data.ptr == mhi->data.ptr )
221 cvGetRow( orient, &orient_row, 0 );
229 orient_row.data.ptr = orient->data.ptr + y*orient->step;
260 orient_row.data.ptr = orient
296 CvMat orientstub, *orient = (CvMat*)orientation; local
[all...]
/external/webkit/Source/WebKit/win/
H A DDOMEventsClasses.cpp591 HRESULT STDMETHODCALLTYPE DOMOverflowEvent::orient( function in class:DOMOverflowEvent
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h1088 @property(readonly) unsigned short orient; variable
1091 - (void)initOverflowEvent:(unsigned short)orient horizontalOverflow:(BOOL)horizontalOverflow verticalOverflow:(BOOL)verticalOverflow;

Completed in 196 milliseconds