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

  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
PathShapeTest.java 93 int horizontal = 0; local
101 horizontal += 1;
107 assertEquals(50, horizontal, TOLERANCE);
  /external/webkit/WebCore/platform/
ScrollView.h 81 // Methods for setting and retrieving the scrolling mode in each axis (horizontal/vertical). The mode has values of
90 ScrollbarMode horizontalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return horizontal; } local
91 ScrollbarMode verticalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return vertical; } local
293 void platformScrollbarModes(ScrollbarMode& horizontal, ScrollbarMode& vertical) const;
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
EventSender.cpp 340 int horizontal = (int)JSValueToNumber(context, arguments[0], exception); local
346 g_return_val_if_fail((!vertical || !horizontal), JSValueMakeUndefined(context));
355 if (horizontal < 0)
357 else if (horizontal > 0)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 146 // default value is horizontal
147 boolean horizontal = orientation == null ||
148 "horizontal".equals("vertical"); //$NON-NLS-1$ //$NON-NLS-2$
149 combineLinearLayout(childrenPadding.values(), padding, horizontal); local
151 combineLinearLayout(childrenPadding.values(), padding, false /*horizontal*/);
181 * @param horizontal whether this layout is horizontal (<code>true</code>) or vertical
185 boolean horizontal) {
191 int sumIndex = horizontal ? 0 : 1;
193 int maxIndex = horizontal ? 1 : 0
    [all...]
  /external/icu4c/common/
triedict.cpp 513 // Horizontal node; do binary search
631 // Horizontal node
734 fprintf(stderr, "ERROR: horizontal link %d, logical node %d maps to physical node zero\n",
803 UBool horizontal = (node->low != NULL || node->high != NULL); local
804 if (horizontal) {
848 // Walk the set of peers at the same level, to build a horizontal node.
    [all...]
  /external/chromium/third_party/icu/source/common/
triedict.cpp 592 * calculates an equal link node ID of a horizontal node
593 * @hnode The horizontal node containing the equal link
608 * calculates an equal link node ID of a horizontal node
609 * @hnode The horizontal node containing the equal link
693 // handle root node with only kEqualOverflows flag: assume horizontal node without parent
746 // Horizontal node; do binary search
864 // Horizontal node
1194 UBool horizontal = (node->low != NULL || node->high != NULL); local
    [all...]
  /external/freetype/src/cff/
cffgload.c 1850 FT_Int horizontal, count; local
    [all...]
  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageEditorPanel.java 384 private StretchView horizontal; field in class:ImageEditorPanel.StretchesViewer
400 horizontal = new StretchView();
408 add(horizontal, new GridBagConstraints(0, 1, 1, 1, 1.0, 1.0, GridBagConstraints.CENTER,
429 horizontal.scaledWidth = scaledWidth;
464 horizontal.remainderHorizontal = horizontal.scaledWidth - remainderHorizontal;
468 horizontal.remainderVertical = horizontal.scaledHeight - remainderVertical;
695 1.0f, 1.0f, GridBagConstraints.FIRST_LINE_START, GridBagConstraints.HORIZONTAL,
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 423 /* horiBearingX :: The horizontal left bearing. */
425 /* horiBearingY :: The horizontal top bearing. */
427 /* horiAdvance :: The horizontal advance. */
491 /* bitmap strike, for either a horizontal or vertical layout. */
513 /* horizontal advance - */
1269 TT_HoriHeader horizontal; \/* TrueType horizontal header *\/ member in struct:TT_FaceRec_
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 121 milliseconds