HomeSort by relevance Sort by last modified time
    Searched defs:orient (Results 1 - 20 of 20) sorted by null

  /external/webkit/Source/WebCore/dom/
OverflowEvent.h 50 void initOverflowEvent(unsigned short orient, bool horizontalOverflow, bool verticalOverflow);
52 unsigned short orient() const { return m_orient; } function in class:WebCore::OverflowEvent
  /packages/apps/Camera/src/com/android/camera/
Exif.java 46 int orient = (int) tag.getValueAt(0); local
47 switch (orient) {
  /external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
scrollbar_render.cpp 57 const wxRect& rect, wxOrientation orient, int current, variable
96 if (orient == wxHORIZONTAL)
  /external/qemu/android/protocol/
core-commands.h 50 AndroidCoarseOrientation orient; member in struct:UICmdSetCoarseOrientation
  /hardware/qcom/display/libhwcomposer/
hwc_fbupdate.cpp 104 ovutils::eTransform orient = local
106 ov.setTransform(orient, dest);
232 ovutils::eTransform orient = local
234 ov.setTransform(orient, destL);
235 ov.setTransform(orient, destR);
hwc_utils.cpp 467 float& rightCutRatio, float& bottomCutRatio, int orient) {
468 if(orient & HAL_TRANSFORM_FLIP_H) {
471 if(orient & HAL_TRANSFORM_FLIP_V) {
474 if(orient & HAL_TRANSFORM_ROT_90) {
545 const hwc_rect_t& scissor, int orient) {
591 calc_cut(leftCutRatio, topCutRatio, rightCutRatio, bottomCutRatio, orient);
832 const eMdpFlags& mdpFlags, const eTransform& orient,
836 rot->setTransform(orient);
885 const eTransform& orient, const hwc_rect_t& crop,
889 ov->setTransform(orient, dest)
940 eTransform orient = static_cast<eTransform>(transform); local
1007 eTransform orient = static_cast<eTransform>(transform); local
    [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/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/webkit/Source/WebKit/win/
DOMEventsClasses.cpp 591 HRESULT STDMETHODCALLTYPE DOMOverflowEvent::orient( function in class:DOMOverflowEvent
  /frameworks/native/services/surfaceflinger/
Transform.cpp 359 uint32_t orient = mType >> 8; local
361 if (orient&ROT_INVALID) {
364 if (orient&ROT_90) {
369 if (orient&FLIP_V)
371 if (orient&FLIP_H)
  /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...]
  /hardware/invensense/libsensors_iio/software/simple_apps/gesture_test/
inv_gesture_test.c 74 orient, enumerator in enum:__anon20559
344 int orient; local
347 printf("GT:Google Orient Handler\n");
351 fscanf(fp, "%d\n", &orient);
354 printf("Google Orient-> %d\n", orient);
362 int orient; local
365 fscanf(fp, "%d\n", &orient);
369 printf("GT:Reg Orient Handler\n");
372 if (orient & 0x01
    [all...]
  /hardware/invensense/mlsdk/mllite/
ml.c 110 inv_error_t inv_freescale_sensor_fusion_16bit(unsigned short orient);
111 inv_error_t inv_freescale_sensor_fusion_8bit(unsigned short orient);
814 unsigned short orient; local
821 orient = inv_orientation_matrix_to_scalar(orientation);
822 regs[0] = tmp[orient & 3];
823 regs[1] = tmp[(orient >> 3) & 3];
824 regs[2] = tmp[(orient >> 6) & 3];
842 if (orient & 4)
844 if (orient & 0x20)
846 if (orient & 0x100
    [all...]
  /hardware/invensense/libsensors_iio/
MPLSensor.cpp 531 unsigned short orient; local
539 orient = inv_orientation_matrix_to_scalar(mGyroOrientation);
540 inv_set_gyro_orientation_and_scale(orient, 2000L << 15);
543 orient = inv_orientation_matrix_to_scalar(mAccelOrientation);
545 inv_set_accel_orientation_and_scale(orient, 1LL << 22);
547 inv_set_accel_orientation_and_scale(orient, mAccelScale << 15);
552 orient =
556 inv_set_compass_orientation_and_scale(orient, sensitivity);
    [all...]
  /prebuilts/devtools/tools/lib/
layoutlib-api.jar 
jfreechart-1.0.9.jar 
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 1088 @property(readonly) unsigned short orient; variable
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 375 String8 mcc, mnc, loc, layoutsize, layoutlong, orient, den; local
538 orient = part;
688 this->orientation = orient;
    [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 1628 milliseconds