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

  /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);
  /external/webkit/WebCore/platform/chromium/
ScrollbarThemeChromiumLinux.cpp 171 const bool vertical = scrollbar->orientation() == VerticalScrollbar; local
184 if (vertical)
193 if (vertical)
208 if (vertical) {
  /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 342 int vertical = (int)JSValueToNumber(context, arguments[1], exception); local
346 g_return_val_if_fail((!vertical || !horizontal), JSValueMakeUndefined(context));
359 else if (vertical < 0)
361 else if (vertical > 0)
  /external/freetype/src/autofit/
afcjk.c 635 * We snap the width of vertical stems for the monochrome and
643 * vertical LCD rendering targets only.
735 FT_Int vertical = ( dim == AF_DIMENSION_VERT ); local
750 if ( ( vertical && !AF_LATIN_HINTS_DO_VERT_SNAP( hints ) ) ||
751 ( !vertical && !AF_LATIN_HINTS_DO_HORZ_SNAP( hints ) ) )
795 if ( vertical )
797 /* in the case of vertical hinting, always round */
    [all...]
aflatin.c 1500 FT_Int vertical = ( dim == AF_DIMENSION_VERT ); local
    [all...]
aflatin2.c 813 * e.g. a 2-point vertical contour
1583 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 );
  /external/webkit/WebCore/rendering/
RenderThemeChromiumSkia.cpp 666 const bool vertical = (o->style()->appearance() == SliderThumbVerticalPart); local
675 if (vertical)
684 if (vertical)
  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageEditorPanel.java 385 private StretchView vertical; field in class:ImageEditorPanel.StretchesViewer
401 vertical = new StretchView();
406 add(vertical, new GridBagConstraints(0, 0, 1, 1, 1.0, 1.0, GridBagConstraints.CENTER,
430 vertical.scaledHeight = scaledHeight;
465 vertical.remainderHorizontal = vertical.scaledWidth - remainderHorizontal;
469 vertical.remainderVertical = vertical.scaledHeight - remainderVertical;
    [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...]
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp 1504 bool vertical = abs(d.height()) > abs(d.width()); local
    [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/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 651 milliseconds