Searched refs:orient (Results 1 - 25 of 86) sorted by relevance

1234

/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/chromium-trace/trace-viewer/src/tracing/tracks/
H A Dthread_track.css7 -webkit-box-orient: vertical;
H A Dheading_track.css8 -webkit-box-orient: horizontal;
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleDeprecatedFlexibleBoxData.cpp35 , orient(RenderStyle::initialBoxOrient())
47 , orient(o.orient)
56 pack == o.pack && orient == o.orient && lines == o.lines;
H A DStyleDeprecatedFlexibleBoxData.h50 unsigned orient: 1; // EBoxOrient
/external/chromium-trace/trace-viewer/src/ui/
H A Dvalue_bar.css46 .value-bar[orient='vertical'] .lowest-value-control {
50 .value-bar[orient='vertical'] .value-slider {
55 .value-bar[orient='vertical'] .value-slider-top {
60 .value-bar[orient='vertical'] .value-slider-bottom {
65 .value-bar[orient='vertical'] .value-range-control {
69 .value-bar[orient='vertical'] .highest-value-control {
73 .value-bar[orient='vertical'] .value-display {
77 .value-bar[orient='horizontal'] .lowest-value-control {
81 .value-bar[orient='horizontal'] .value-slider {
87 .value-bar[orient
[all...]
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DOverflowEvent.cpp34 : orient(0)
67 , m_orient(initializer.orient)
79 void OverflowEvent::initOverflowEvent(unsigned short orient, bool horizontalOverflow, bool verticalOverflow) argument
84 m_orient = orient;
H A DOverflowEvent.h36 unsigned short orient; member in struct:WebCore::OverflowEventInit
62 void initOverflowEvent(unsigned short orient, bool horizontalOverflow, bool verticalOverflow);
64 unsigned short orient() const { return m_orient; } function in class:WebCore::OverflowEvent
H A DOverflowEvent.idl33 [InitializedByEventConstructor] readonly attribute unsigned short orient;
/external/chromium_org/chrome/browser/resources/print_preview/
H A Dno_destinations_promo.css14 -webkit-box-orient: horizontal;
/external/chromium-trace/trace-viewer/src/about_tracing/
H A Dprofiling_view.css8 -webkit-box-orient: vertical;
23 -webkit-box-orient: vertical;
/external/qemu/android/protocol/
H A Dcore-commands-api.h27 extern int corecmd_set_coarse_orientation(AndroidCoarseOrientation orient);
H A Dcore-commands.h50 AndroidCoarseOrientation orient; member in struct:UICmdSetCoarseOrientation
H A Dcore-commands-qemu.c30 corecmd_set_coarse_orientation(AndroidCoarseOrientation orient) argument
32 android_sensors_set_coarse_orientation(orient);
/external/chromium/chrome/browser/resources/gpu_internals/
H A Doverlay.css15 -webkit-box-orient: horizontal;
30 -webkit-box-orient: vertical;
H A Dprofiling_view.css8 -webkit-box-orient: vertical;
29 -webkit-box-orient: vertical;
H A Dtab_control.css8 -webkit-box-orient: vertical;
23 -webkit-box-orient: horizontal;
30 -webkit-box-orient: vertical;
H A Dtimeline.css19 -webkit-box-orient: vertical;
30 -webkit-box-orient: horizontal;
H A Dtimeline_view.css8 -webkit-box-orient: vertical;
/external/chromium_org/chrome/browser/resources/print_preview/settings/
H A Ddestination_settings.css41 -webkit-box-orient: vertical;
51 -webkit-box-orient: horizontal;
61 -webkit-box-orient: vertical;
/external/qemu/android/
H A Dhw-sensors.h64 extern void android_sensors_set_coarse_orientation( AndroidCoarseOrientation orient );
/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/chromium-trace/trace-viewer/src/tracing/
H A Dtimeline_track_view.css16 -webkit-box-orient: vertical;
/external/chromium_org/chrome/browser/resources/task_manager/
H A Dtask_manager.css11 -webkit-box-orient: vertical;
82 -webkit-box-orient: horizontal;
89 -webkit-box-orient: vertical;
108 -webkit-box-orient: vertical;
/external/chromium/chrome/browser/resources/file_manager/css/
H A 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
[all...]

Completed in 696 milliseconds

1234