Home
last modified time | relevance | path

Searched defs:orient (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DStyleFlexibleBoxData.h50 unsigned orient: 1; // EBoxOrient variable
/external/webkit/Source/WebCore/dom/
DOverflowEvent.cpp61 void OverflowEvent::initOverflowEvent(unsigned short orient, bool horizontalOverflow, bool vertical… in initOverflowEvent()
DOverflowEvent.h52 unsigned short orient() const { return m_orient; } in orient() function
/external/qemu/android/protocol/
Dcore-commands-qemu.c30 corecmd_set_coarse_orientation(AndroidCoarseOrientation orient) in corecmd_set_coarse_orientation()
Dcore-commands.h50 AndroidCoarseOrientation orient; member
Dcore-commands-proxy.c124 corecmd_set_coarse_orientation(AndroidCoarseOrientation orient) in corecmd_set_coarse_orientation()
/external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
Dscrollbar_render.cpp57 const wxRect& rect, wxOrientation orient, int current, in wxRenderer_DrawScrollbar()
/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()
/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
DBillboardControl.java52 private Matrix3f orient; field in BillboardControl
/external/opencv/cv/src/
Dcvmotempl.cpp173 CvMat orientstub, *orient = (CvMat*)orientation; in cvCalcMotionGradient() local
296 CvMat orientstub, *orient = (CvMat*)orientation; in cvCalcGlobalOrientation() local
/external/webkit/Source/WebCore/platform/wx/wxcode/win/
Dscrollbar_render.cpp123 …const wxRect& rect, wxOrientation orient, int current, wxScrollbarPart focusPart, wxScrollbarPart … in wxRenderer_DrawScrollbar()
/external/qemu/android/
Dhw-sensors.c627 _hwSensors_setCoarseOrientation( HwSensors* h, AndroidCoarseOrientation orient ) in _hwSensors_setCoarseOrientation()
717 android_sensors_set_coarse_orientation( AndroidCoarseOrientation orient ) in android_sensors_set_coarse_orientation()
/external/webkit/Source/WebKit/win/
DDOMEventsClasses.cpp591 HRESULT STDMETHODCALLTYPE DOMOverflowEvent::orient( in orient() function in DOMOverflowEvent
/external/skia/legacy/src/core/
DSkPaint.cpp1535 SkFontHost::LCDOrientation orient = SkFontHost::GetSubpixelOrientation(); in MakeRec() local