/external/webkit/Source/WebCore/rendering/ |
RenderDetailsMarker.h | 34 enum Orientation { Up, Down, Left, Right }; 36 Orientation orientation() const;
|
RenderDetailsMarker.cpp | 78 RenderDetailsMarker::Orientation RenderDetailsMarker::orientation() const function in class:WebCore::RenderDetailsMarker 103 switch (orientation()) {
|
/external/webkit/Source/WebKit/chromium/public/ |
WebScrollbar.h | 45 enum Orientation { 63 WEBKIT_API static WebScrollbar* create(WebScrollbarClient*, Orientation);
|
/external/skia/gpu/include/ |
GrGLTexture.h | 131 enum Orientation { 155 Orientation fOrientation; 215 Orientation orientation() const { return fOrientation; } function in class:GrGLTexture 236 Orientation fOrientation;
|
/external/webkit/Source/WebKit/qt/Api/ |
qwebframe.h | 152 Qt::ScrollBarPolicy scrollBarPolicy(Qt::Orientation orientation) const; 153 void setScrollBarPolicy(Qt::Orientation orientation, Qt::ScrollBarPolicy policy); 155 void setScrollBarValue(Qt::Orientation orientation, int value); 156 int scrollBarValue(Qt::Orientation orientation) const; 157 int scrollBarMinimum(Qt::Orientation orientation) const [all...] |
/external/wpa_supplicant/wpa_gui-qt4/ |
eventhistory.h | 33 QVariant headerData(int section, Qt::Orientation orientation,
|
eventhistory.cpp | 52 QVariant EventListModel::headerData(int section, Qt::Orientation orientation, 58 if (orientation == Qt::Horizontal) {
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
eventhistory.h | 33 QVariant headerData(int section, Qt::Orientation orientation,
|
eventhistory.cpp | 53 QVariant EventListModel::headerData(int section, Qt::Orientation orientation, 59 if (orientation == Qt::Horizontal) {
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
eventhistory.h | 33 QVariant headerData(int section, Qt::Orientation orientation,
|
eventhistory.cpp | 53 QVariant EventListModel::headerData(int section, Qt::Orientation orientation, 59 if (orientation == Qt::Horizontal) {
|
/external/webkit/Source/WebCore/svg/ |
SVGGlyphElement.h | 38 enum Orientation { 55 , orientation(Both) 76 && orientation == other.orientation 88 unsigned orientation : 2; // Orientation member in struct:WebCore::SVGGlyphIdentifier
|
SVGGlyphElement.cpp | 93 static inline SVGGlyphIdentifier::Orientation parseOrientation(const AtomicString& value) 154 // Spec: The horizontal advance after rendering the glyph in horizontal orientation. 170 // Spec: The vertical advance after rendering a glyph in vertical orientation. 182 identifier.orientation = parseOrientation(getAttribute(orientationAttr));
|
/external/webkit/Source/WebKit/chromium/src/ |
WebScrollbarImpl.h | 48 WebScrollbarImpl(WebScrollbarClient*, Orientation orientation);
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
GradientDrawable.java | 134 public enum Orientation { 154 this(new GradientState(Orientation.TOP_BOTTOM, null)); 158 * Create a new gradient drawable given an orientation and an array 161 public GradientDrawable(Orientation orientation, int[] colors) { 162 this(new GradientState(orientation, colors)); 722 st.mOrientation = Orientation.LEFT_RIGHT; 725 st.mOrientation = Orientation.BL_TR; 728 st.mOrientation = Orientation.BOTTOM_TOP; 731 st.mOrientation = Orientation.BR_TL [all...] |
/external/webkit/Source/WebCore/platform/qt/ |
WheelEventQt.cpp | 33 void PlatformWheelEvent::applyDelta(int delta, Qt::Orientation orientation) 40 if (orientation == Qt::Horizontal) { 73 applyDelta(e->delta(), e->orientation()); 92 applyDelta(e->delta(), e->orientation());
|
/external/webkit/Tools/DumpRenderTree/qt/ |
EventSenderQt.h | 89 QGraphicsSceneWheelEvent* createGraphicsSceneWheelEvent(QEvent::Type, const QPoint& pos, const QPoint& screenPos, int delta, Qt::KeyboardModifiers, Qt::Orientation);
|
/hardware/invensense/libsensors/ |
MPLSensor.cpp | 83 { "MPL Orientation", "Invensense", 1, 253 mPendingEvents[Orientation].version = sizeof(sensors_event_t); 254 mPendingEvents[Orientation].sensor = ID_O; 255 mPendingEvents[Orientation].type = SENSOR_TYPE_ORIENTATION; 256 mPendingEvents[Orientation].orientation.status 265 mHandlers[Orientation] = &MPLSensor::orienHandler; 787 int index) //note that this is the handler for the android 'orientation' sensor, not the mpl orientation output 797 //ComputeAndOrientation(heading[0], euler, s->orientation.v) [all...] |
MPLSensor.h | 50 Orientation,
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
RoundRects.java | 47 mDrawable = new GradientDrawable(GradientDrawable.Orientation.TL_BR,
|
/external/chromium/chrome/browser/chromeos/input_method/ |
candidate_window.cc | 106 // Creates shortcut text from the given index and the orientation. 108 chromeos::InputMethodLookupTable::Orientation orientation) { 119 if (orientation == chromeos::InputMethodLookupTable::kVertical) { 131 chromeos::InputMethodLookupTable::Orientation orientation) { 137 if (orientation == chromeos::InputMethodLookupTable::kVertical) { 155 chromeos::InputMethodLookupTable::Orientation orientation) { 160 (orientation == chromeos::InputMethodLookupTable::kVertical 966 const InputMethodLookupTable::Orientation orientation = local [all...] |
/external/webkit/Source/WebCore/platform/ |
PlatformWheelEvent.h | 165 void applyDelta(int delta, Qt::Orientation);
|
/development/apps/NinePatchLab/src/com/android/ninepatch/ |
NinePatchLab.java | 63 return new GradientDrawable(GradientDrawable.Orientation.TR_BL,
|
/external/jhead/ |
jhead.h | 81 int Orientation;
|
/frameworks/media/libvideoeditor/vss/common/inc/ |
M4WRITER_common.h | 158 * @brief This enum defines the possible orientation of a frame as described 190 M4WRITER_Orientation Orientation ;
|