/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/ |
D | BillboardControl.java | 52 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/ |
D | cvmotempl.cpp | 173 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/ |
D | StyleFlexibleBoxData.cpp | 35 , orient(RenderStyle::initialBoxOrient()) in StyleFlexibleBoxData() 47 , orient(o.orient) in StyleFlexibleBoxData() 56 pack == o.pack && orient == o.orient && lines == o.lines; in operator ==()
|
D | StyleFlexibleBoxData.h | 50 unsigned orient: 1; // EBoxOrient variable
|
/external/chromium/chrome/browser/resources/file_manager/css/ |
D | file_manager.css | 10 -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/ |
D | browser_options_page.css | 21 -webkit-box-orient: horizontal; 38 -webkit-box-orient: vertical; 43 -webkit-box-orient: horizontal;
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
D | tab_control.css | 8 -webkit-box-orient: vertical; 23 -webkit-box-orient: horizontal; 30 -webkit-box-orient: vertical;
|
D | overlay.css | 15 -webkit-box-orient: horizontal; 30 -webkit-box-orient: vertical;
|
D | profiling_view.css | 8 -webkit-box-orient: vertical; 29 -webkit-box-orient: vertical;
|
D | timeline.css | 19 -webkit-box-orient: vertical; 30 -webkit-box-orient: horizontal;
|
/external/webkit/Source/WebCore/dom/ |
D | OverflowEvent.cpp | 61 void OverflowEvent::initOverflowEvent(unsigned short orient, bool horizontalOverflow, bool vertical… in initOverflowEvent() argument 66 m_orient = orient; in initOverflowEvent()
|
D | OverflowEvent.h | 50 … void initOverflowEvent(unsigned short orient, bool horizontalOverflow, bool verticalOverflow); 52 unsigned short orient() const { return m_orient; } in orient() function
|
D | OverflowEvent.idl | 31 readonly attribute unsigned short orient; 35 void initOverflowEvent(in unsigned short orient,
|
/external/chromium-trace/trace-viewer/src/ |
D | profiling_view.css | 7 -webkit-box-orient: vertical; 18 -webkit-box-orient: vertical;
|
D | overlay.css | 12 -webkit-box-orient: horizontal; 33 -webkit-box-orient: vertical;
|
/external/qemu/android/protocol/ |
D | core-commands-qemu.c | 30 corecmd_set_coarse_orientation(AndroidCoarseOrientation orient) in corecmd_set_coarse_orientation() argument 32 android_sensors_set_coarse_orientation(orient); in corecmd_set_coarse_orientation()
|
D | core-commands-proxy.c | 124 corecmd_set_coarse_orientation(AndroidCoarseOrientation orient) in corecmd_set_coarse_orientation() argument 127 cmd.orient = orient; in corecmd_set_coarse_orientation()
|
D | core-commands-api.h | 27 extern int corecmd_set_coarse_orientation(AndroidCoarseOrientation orient);
|
D | core-commands.h | 50 AndroidCoarseOrientation orient; member
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/ |
D | styles.css | 9 -webkit-box-orient: vertical; 18 -webkit-box-orient: horizontal; 106 -webkit-box-orient: vertical;
|
/external/chromium/chrome/browser/resources/chromeos/ |
D | mobile_dialogs.css | 44 -webkit-box-orient: horizontal; 59 -webkit-box-orient: horizontal;
|
/external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/ |
D | scrollbar_render.cpp | 57 const wxRect& rect, wxOrientation orient, int current, in wxRenderer_DrawScrollbar() argument 96 if (orient == wxHORIZONTAL) in wxRenderer_DrawScrollbar()
|
/external/chromium-trace/ |
D | style.css | 1 …orient:horizontal;background-color:white;display:-webkit-box;margin:0;padding:0 5px 0 0}.canvas-ba…
|
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/ |
D | scrollbar_render.cpp | 110 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/ |
D | most_visited_page.css | 14 -webkit-box-orient: vertical; 23 -webkit-box-orient: vertical; 70 -webkit-box-orient: horizontal;
|