Home
last modified time | relevance | path

Searched refs:orient (Results 1 – 25 of 79) sorted by relevance

1234

/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
DBillboardControl.java52 private Matrix3f orient; field in BillboardControl
84 orient = new Matrix3f(); in BillboardControl()
166 orient.set(0, 0, xzp.z); in rotateCameraAligned()
167 orient.set(0, 1, xzp.x * -look.y); in rotateCameraAligned()
168 orient.set(0, 2, xzp.x * cosp); in rotateCameraAligned()
169 orient.set(1, 0, 0); in rotateCameraAligned()
170 orient.set(1, 1, cosp); in rotateCameraAligned()
171 orient.set(1, 2, look.y); in rotateCameraAligned()
172 orient.set(2, 0, -xzp.x); in rotateCameraAligned()
173 orient.set(2, 1, xzp.z * -look.y); in rotateCameraAligned()
[all …]
/external/opencv/cv/src/
Dcvmotempl.cpp173 CvMat orientstub, *orient = (CvMat*)orientation; in cvCalcMotionGradient() local
183 CV_CALL( orient = cvGetMat( orient, &orientstub )); in cvCalcMotionGradient()
194 if( CV_MAT_TYPE( mhi->type ) != CV_32FC1 || CV_MAT_TYPE( orient->type ) != CV_32FC1 ) in cvCalcMotionGradient()
198 if( !CV_ARE_SIZES_EQ( mhi, mask ) || !CV_ARE_SIZES_EQ( orient, mhi )) in cvCalcMotionGradient()
201 if( orient->data.ptr == mhi->data.ptr ) in cvCalcMotionGradient()
221 cvGetRow( orient, &orient_row, 0 ); in cvCalcMotionGradient()
229 orient_row.data.ptr = orient->data.ptr + y*orient->step; in cvCalcMotionGradient()
260 orient_row.data.ptr = orient->data.ptr + y*orient->step; in cvCalcMotionGradient()
296 CvMat orientstub, *orient = (CvMat*)orientation; in cvCalcGlobalOrientation() local
309 CV_CALL( orient = cvGetMat( orient, &orientstub )); in cvCalcGlobalOrientation()
[all …]
/external/webkit/Source/WebCore/rendering/style/
DStyleFlexibleBoxData.cpp35 , orient(RenderStyle::initialBoxOrient()) in StyleFlexibleBoxData()
47 , orient(o.orient) in StyleFlexibleBoxData()
56 pack == o.pack && orient == o.orient && lines == o.lines; in operator ==()
DStyleFlexibleBoxData.h50 unsigned orient: 1; // EBoxOrient variable
/external/chromium/chrome/browser/resources/file_manager/css/
Dfile_manager.css10 -webkit-box-orient: vertical;
38 -webkit-box-orient: horizontal;
47 -webkit-box-orient: horizontal;
58 -webkit-box-orient: horizontal;
66 -webkit-box-orient: horizontal;
106 -webkit-box-orient: vertical;
180 -webkit-box-orient: vertical;
222 -webkit-box-orient: horizontal;
258 -webkit-box-orient: horizontal;
378 -webkit-box-orient: horizontal;
[all …]
/external/chromium/chrome/browser/resources/options/
Dbrowser_options_page.css21 -webkit-box-orient: horizontal;
38 -webkit-box-orient: vertical;
43 -webkit-box-orient: horizontal;
/external/chromium/chrome/browser/resources/gpu_internals/
Dtab_control.css8 -webkit-box-orient: vertical;
23 -webkit-box-orient: horizontal;
30 -webkit-box-orient: vertical;
Doverlay.css15 -webkit-box-orient: horizontal;
30 -webkit-box-orient: vertical;
Dprofiling_view.css8 -webkit-box-orient: vertical;
29 -webkit-box-orient: vertical;
Dtimeline.css19 -webkit-box-orient: vertical;
30 -webkit-box-orient: horizontal;
/external/webkit/Source/WebCore/dom/
DOverflowEvent.cpp61 void OverflowEvent::initOverflowEvent(unsigned short orient, bool horizontalOverflow, bool vertical… in initOverflowEvent() argument
66 m_orient = orient; in initOverflowEvent()
DOverflowEvent.h50 … void initOverflowEvent(unsigned short orient, bool horizontalOverflow, bool verticalOverflow);
52 unsigned short orient() const { return m_orient; } in orient() function
DOverflowEvent.idl31 readonly attribute unsigned short orient;
35 void initOverflowEvent(in unsigned short orient,
/external/chromium-trace/trace-viewer/src/
Dprofiling_view.css7 -webkit-box-orient: vertical;
18 -webkit-box-orient: vertical;
Doverlay.css12 -webkit-box-orient: horizontal;
33 -webkit-box-orient: vertical;
/external/qemu/android/protocol/
Dcore-commands-qemu.c30 corecmd_set_coarse_orientation(AndroidCoarseOrientation orient) in corecmd_set_coarse_orientation() argument
32 android_sensors_set_coarse_orientation(orient); in corecmd_set_coarse_orientation()
Dcore-commands-proxy.c124 corecmd_set_coarse_orientation(AndroidCoarseOrientation orient) in corecmd_set_coarse_orientation() argument
127 cmd.orient = orient; in corecmd_set_coarse_orientation()
Dcore-commands-api.h27 extern int corecmd_set_coarse_orientation(AndroidCoarseOrientation orient);
Dcore-commands.h50 AndroidCoarseOrientation orient; member
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/
Dstyles.css9 -webkit-box-orient: vertical;
18 -webkit-box-orient: horizontal;
106 -webkit-box-orient: vertical;
/external/chromium/chrome/browser/resources/chromeos/
Dmobile_dialogs.css44 -webkit-box-orient: horizontal;
59 -webkit-box-orient: horizontal;
/external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
Dscrollbar_render.cpp57 const wxRect& rect, wxOrientation orient, int current, in wxRenderer_DrawScrollbar() argument
96 if (orient == wxHORIZONTAL) in wxRenderer_DrawScrollbar()
/external/chromium-trace/
Dstyle.css1orient:horizontal;background-color:white;display:-webkit-box;margin:0;padding:0 5px 0 0}.canvas-ba…
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
Dscrollbar_render.cpp110 void wxRenderer_DrawScrollbar(wxWindow* window, wxDC& dc, const wxRect& rect, wxOrientation orient, in wxRenderer_DrawScrollbar() argument
113 bool horiz = orient == wxHORIZONTAL; in wxRenderer_DrawScrollbar()
/external/chromium/chrome/browser/resources/ntp4/
Dmost_visited_page.css14 -webkit-box-orient: vertical;
23 -webkit-box-orient: vertical;
70 -webkit-box-orient: horizontal;

1234