HomeSort by relevance Sort by last modified time
    Searched defs:Orientation (Results 1 - 25 of 26) sorted by null

1 2

  /external/webkit/Source/WebCore/rendering/
RenderDetailsMarker.h 34 enum Orientation { Up, Down, Left, Right };
36 Orientation orientation() const;
  /external/webkit/Source/WebKit/chromium/public/
WebScrollbar.h 45 enum Orientation {
63 WEBKIT_API static WebScrollbar* create(WebScrollbarClient*, Orientation);
  /external/skia/include/core/
SkDeviceProperties.h 18 /** The orientation of the pixel specifies the interpretation of the
19 * layout. If the orientation is horizontal, the layout is interpreted as
20 * left to right. It the orientation is vertical, the layout is
23 enum Orientation {
48 Orientation getOrientation() {
49 return static_cast<Orientation>(fGeometry | kOrientationMask);
64 static Orientation fromOldOrientation(SkFontHost::LCDOrientation orientation) {
65 switch (orientation) {
80 Orientation orientation = fromOldOrientation(SkFontHost::GetSubpixelOrientation()); //kHorizontal_Orientatio local
    [all...]
  /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
  /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));
383 * Returns the orientation of the gradient defined in this drawable.
385 public Orientation getOrientation() {
390 * <p>Changes the orientation of the gradient defined in this drawable.</p>
391 * <p><strong>Note</strong>: changing orientation will affect all instance
    [all...]
  /hardware/invensense/libsensors/
MPLSensor.h 50 Orientation,
  /external/qemu/android/
hw-sensors.c 98 } Orientation;
116 Orientation orientation; member in union:__anon13054::__anon13055
154 * orientation:<azimuth>:<pitch>:<roll>
319 snprintf(buffer, sizeof buffer, "orientation:%g:%g:%g",
320 sensor->u.orientation.azimuth,
321 sensor->u.orientation.pitch,
322 sensor->u.orientation.roll);
539 qemu_put_float(f, s->u.orientation.azimuth);
540 qemu_put_float(f, s->u.orientation.pitch)
    [all...]
  /external/webkit/Source/WebCore/css/
CSSParser.h 301 Orientation,
  /frameworks/av/libvideoeditor/vss/common/inc/
M4WRITER_common.h 158 * @brief This enum defines the possible orientation of a frame as described
190 M4WRITER_Orientation Orientation ;
  /external/jhead/
jhead.h 86 int Orientation;
  /hardware/invensense/libsensors_iio/
MPLSensor.h 77 /* Uncomment to enable DMP display orientation
83 sensor type (DMP screen orientation) to the Java framework.
125 Orientation,
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 370 * <li>TOP_LEFT is the normal orientation.</li>
380 public static interface Orientation {
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 1164 milliseconds

1 2