HomeSort by relevance Sort by last modified time
    Searched refs:orient (Results 1 - 25 of 154) sorted by null

1 2 3 4 5 6 7

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
BillboardControl.java 52 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.set(2, 1, xzp.z * -look.y)
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
thread_track.css 7 -webkit-box-orient: vertical;
heading_track.css 8 -webkit-box-orient: horizontal;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleDeprecatedFlexibleBoxData.cpp 35 , orient(RenderStyle::initialBoxOrient())
47 , orient(o.orient)
56 pack == o.pack && orient == o.orient && lines == o.lines;
StyleDeprecatedFlexibleBoxData.h 50 unsigned orient: 1; // EBoxOrient
  /external/chromium-trace/trace-viewer/src/ui/
value_bar.css 46 .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='horizontal'] .value-slider-top
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
OverflowEvent.cpp 34 : orient(0)
67 , m_orient(initializer.orient)
79 void OverflowEvent::initOverflowEvent(unsigned short orient, bool horizontalOverflow, bool verticalOverflow)
84 m_orient = orient;
OverflowEvent.h 36 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
OverflowEvent.idl 33 [InitializedByEventConstructor] readonly attribute unsigned short orient;
  /hardware/invensense/65xx/libsensors_iio/
CompassSensor.AKM.cpp 182 void CompassSensor::getOrientationMatrix(signed char *orient)
186 orient[0] = 1;
187 orient[1] = 0;
188 orient[2] = 0;
189 orient[3] = 0;
190 orient[4] = 1;
191 orient[5] = 0;
192 orient[6] = 0;
193 orient[7] = 0;
194 orient[8] = 1
    [all...]
  /hardware/ti/omap4xxx/camera/
SensorListener.cpp 54 int tilt = 0, orient = 0; local
65 orient = (int) atan2f(-x, y) * RADIANS_2_DEG;
67 if (orient < 0) {
68 orient += 360;
71 if (orient >= DEGREES_270_THRESH) {
72 orient = 270;
73 } else if (orient >= DEGREES_180_THRESH) {
74 orient = 180;
75 } else if (orient >= DEGREES_90_THRESH) {
76 orient = 90
    [all...]
  /external/chromium-trace/trace-viewer/src/about_tracing/
profiling_view.css 8 -webkit-box-orient: vertical;
23 -webkit-box-orient: vertical;
  /external/qemu/android/protocol/
core-commands-api.h 27 extern int corecmd_set_coarse_orientation(AndroidCoarseOrientation orient);
core-commands.h 50 AndroidCoarseOrientation orient; member in struct:UICmdSetCoarseOrientation
core-commands-qemu.c 30 corecmd_set_coarse_orientation(AndroidCoarseOrientation orient)
32 android_sensors_set_coarse_orientation(orient);
  /external/chromium/chrome/browser/resources/gpu_internals/
overlay.css 15 -webkit-box-orient: horizontal;
30 -webkit-box-orient: vertical;
profiling_view.css 8 -webkit-box-orient: vertical;
29 -webkit-box-orient: vertical;
tab_control.css 8 -webkit-box-orient: vertical;
23 -webkit-box-orient: horizontal;
30 -webkit-box-orient: vertical;
timeline.css 19 -webkit-box-orient: vertical;
30 -webkit-box-orient: horizontal;
timeline_view.css 8 -webkit-box-orient: vertical;
  /external/qemu/android/
hw-sensors.h 64 extern void android_sensors_set_coarse_orientation( AndroidCoarseOrientation orient );
  /external/opencv/cv/src/
cvmotempl.cpp 173 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->data.ptr + y*orient->step
296 CvMat orientstub, *orient = (CvMat*)orientation; local
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/
timeline_track_view.css 16 -webkit-box-orient: vertical;
  /external/chromium_org/chrome/browser/resources/file_manager/css/
tile_view.css 7 -webkit-box-orient: horizontal;
  /external/chromium_org/chrome/browser/resources/task_manager/
task_manager.css 11 -webkit-box-orient: vertical;
82 -webkit-box-orient: horizontal;
89 -webkit-box-orient: vertical;
108 -webkit-box-orient: vertical;

Completed in 664 milliseconds

1 2 3 4 5 6 7