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

1 2

  /external/webkit/Source/WebCore/svg/
SVGPathSegListSource.cpp 93 SVGPathSegLinetoVertical* vertical = static_cast<SVGPathSegLinetoVertical*>(m_segment.get()); local
94 y = vertical->y();
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
PathShapeTest.java 94 int vertical = 0; local
98 vertical += 1;
108 assertEquals(50, vertical, TOLERANCE);
  /sdk/rule_api/src/com/android/ide/common/api/
ResizePolicy.java 32 private static final int VERTICAL = TOP_EDGE | BOTTOM_EDGE;
33 private static final int ANY = HORIZONTAL | VERTICAL;
40 private static final ResizePolicy sVertical = new ResizePolicy(VERTICAL);
133 * Returns a resize policy allowing vertical resizing only
135 * @return a policy which allows vertical resizing only
137 public static ResizePolicy vertical() { method in class:ResizePolicy
  /external/webkit/Source/WebKit/chromium/public/linux/
WebThemeEngine.h 113 bool vertical; member in struct:WebKit::WebThemeEngine::SliderExtraParams
143 // like vertical scrollbar thumbs, the width will be the required width of
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
UploadedTexture.java 75 public boolean vertical; field in class:UploadedTexture.BorderKey
82 return vertical ? x : -x;
89 return vertical == o.vertical
108 boolean vertical, Config config, int length) {
110 key.vertical = vertical;
115 bitmap = vertical
  /external/webkit/Source/WebCore/platform/
ScrollView.h 91 // Functions for setting and retrieving the scrolling mode in each axis (horizontal/vertical). The mode has values of
100 ScrollbarMode horizontalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return horizontal; } local
101 ScrollbarMode verticalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return vertical; } local
387 void platformScrollbarModes(ScrollbarMode& horizontal, ScrollbarMode& vertical) const;
  /external/webkit/Source/WebCore/platform/chromium/
PlatformBridge.h 333 bool vertical; member in struct:WebCore::PlatformBridge::SliderExtraParams
361 // like vertical scrollbar thumbs, the width will be the required width of
  /external/webkit/Tools/DumpRenderTree/gtk/
EventSender.cpp 417 int vertical = (int)JSValueToNumber(context, arguments[1], exception); local
421 g_return_val_if_fail((!vertical || !horizontal), JSValueMakeUndefined(context));
434 else if (vertical < 0)
436 else if (vertical > 0)
    [all...]
  /external/freetype/src/autofit/
afcjk.c 1387 FT_Bool vertical = FT_BOOL( dim == AF_DIMENSION_VERT ); local
    [all...]
aflatin.c 1596 FT_Int vertical = ( dim == AF_DIMENSION_VERT ); local
    [all...]
aflatin2.c 829 * e.g. a 2-point vertical contour
1604 FT_Int vertical = ( dim == AF_DIMENSION_VERT ); local
    [all...]
  /external/freetype/src/pshinter/
pshalgo.h 216 FT_Bool vertical; member in struct:PSH_GlyphRec_
234 FT_Bool vertical );
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 68 * <li>Handle GridLayouts that have been configured in a vertical orientation.
158 .<String> asList("Set Horizontal Orientation", "Set Vertical Orientation"),
160 "horizontal", "vertical"), getCurrentOrientation(parentNode),
346 String vertical = null; local
351 vertical = GRAVITY_VALUE_FILL_VERTICAL;
355 && vertical == GRAVITY_VALUE_FILL_VERTICAL) {
357 } else if (vertical != null) {
358 gravity = horizontal + '|' + vertical;
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 1460 bool vertical = fabs(d.height()) > fabs(d.width()); local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBgeom.h 226 int vertical; member in struct:_XkbRow
XKBproto.h 673 BOOL vertical; member in struct:_xkbRowWireDesc
  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageEditorPanel.java 387 private StretchView vertical; field in class:ImageEditorPanel.StretchesViewer
403 vertical = new StretchView();
408 add(vertical, new GridBagConstraints(0, 0, 1, 1, 1.0, 1.0, GridBagConstraints.CENTER,
432 vertical.scaledHeight = scaledHeight;
467 vertical.remainderHorizontal = vertical.scaledWidth - remainderHorizontal;
471 vertical.remainderVertical = vertical.scaledHeight - remainderVertical;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 82 /** True if this is a vertical layout, and false if it is horizontal (the default) */
83 public boolean vertical; field in class:GridModel
196 if (vertical) {
222 * in the row which have baseline vertical alignment and also define their own
247 // baseline if they have a vertical gravity
314 vertical = VALUE_VERTICAL.equals(layout.getStringAttr(ANDROID_URI, ATTR_ORIENTATION));
398 if (!vertical) {
452 // Vertical layout: successive children are assigned to the same column in
689 Object vertical = verticalAxis.get(view); local
694 Object verticalLocations = locations.get(vertical);
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 429 /* vertBearingX :: The vertical left bearing. */
431 /* vertBearingY :: The vertical top bearing. */
433 /* vertAdvance :: The vertical advance. */
491 /* bitmap strike, for either a horizontal or vertical layout. */
518 /* vertical advance - */
1277 TT_VertHeader vertical; \/* TT Vertical header, if present *\/ member in struct:TT_FaceRec_
    [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
jfreechart-1.0.9.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 

Completed in 840 milliseconds

1 2