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

1 2

  /external/chromium_org/chrome/browser/ui/autofill/
data_model_wrapper_unittest.cc 98 base::string16 vertical, horizontal; local
100 AutofillProfileWrapper(&profile).GetDisplayText(&horizontal, &vertical));
105 horizontal);
142 &horizontal, &vertical));
152 // TODO(estade): we should also verify that |horizontal| is correct, but right
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSegListSource.cpp 82 SVGPathSegLinetoHorizontal* horizontal = static_cast<SVGPathSegLinetoHorizontal*>(m_segment.get()); local
83 x = horizontal->x();
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
PathShapeTest.java 71 int horizontal = 0; local
79 horizontal += 1;
85 assertEquals(50, horizontal, TOLERANCE);
  /development/perftests/panorama/feature_mos/src/mosaic/
MosaicTypes.h 135 int horizontal; member in struct:__anon2565
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_context_tree.h 67 PICK_MODE_CONTEXT horizontal[2]; member in struct:PC_TREE
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
RegionTracker.cpp 439 // horizontal is the larger of the two rectangles to the left or to the right of |rect| and inside opaqueRect.
441 SkRect horizontal = opaqueRect; local
443 horizontal.fBottom = rect.fTop;
445 horizontal.fTop = rect.fBottom;
452 if ((long)horizontal.width() * (long)horizontal.height() > (long)vertical.width() * (long)vertical.height())
453 opaqueRect = horizontal;
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.h 78 // Functions for setting and retrieving the scrolling mode in each axis (horizontal/vertical). The mode has values of
87 ScrollbarMode horizontalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return horizontal; } local
88 ScrollbarMode verticalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return vertical; } local
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.cpp 185 return WebScrollbar::Horizontal;
226 bool horizontal = m_scrollbar->orientation() == HorizontalScrollbar; local
228 dir = horizontal ? ScrollRight : ScrollDown;
230 dir = horizontal ? ScrollLeft : ScrollUp;
  /external/chromium_org/third_party/skia/src/pathops/
SkDCubicLineIntersection.cpp 19 y = i*x + j (if the line is more horizontal)
55 The near-horizontal case, in terms of: Ax^3 + Bx^2 + Cx + D == 0
67 For horizontal lines:
376 int SkIntersections::horizontal(const SkDCubic& cubic, double left, double right, double y, function in class:SkIntersections
SkDLineIntersection.cpp 111 // note that this only works if both lines are neither horizontal nor vertical
233 int SkIntersections::horizontal(const SkDLine& line, double y) { function in class:SkIntersections
245 int SkIntersections::horizontal(const SkDLine& line, double left, double right, function in class:SkIntersections
SkDQuadLineIntersection.cpp 55 Using the results above (when the line tends towards horizontal)
110 solve by rotating line+quad so line is horizontal, then finding the roots
354 int SkIntersections::horizontal(const SkDQuad& quad, double left, double right, double y, function in class:SkIntersections
  /external/chromium_org/ash/shelf/
shelf_layout_manager.cc 289 // The height of the ShelfView for a horizontal shelf and the width of
409 bool horizontal = IsHorizontalAlignment(); local
410 gesture_drag_amount_ += horizontal ? gesture.details().scroll_y() :
417 if (horizontal && gesture.details().scroll_y() < 0) {
433 bool horizontal = IsHorizontalAlignment(); local
442 (horizontal ? bounds.height() : bounds.width());
461 should_change = horizontal ? fabs(gesture.details().velocity_y()) > 0 :
871 bool horizontal = IsHorizontalAlignment(); local
    [all...]
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 607 bool horizontal = alignment == SHELF_ALIGNMENT_TOP || local
612 int panel_end_bounds = horizontal ?
659 int icon_start = horizontal ? icon_origin.x() : icon_origin.y();
660 int icon_end = icon_start + (horizontal ? icon_bounds.width() :
662 position_info.major_length = horizontal ?
717 if (horizontal) {
767 bool horizontal = alignment == SHELF_ALIGNMENT_TOP || local
783 window_ordering.insert(std::make_pair(horizontal ?
815 bool horizontal = alignment == SHELF_ALIGNMENT_TOP || local
837 int slide_distance = horizontal ? slide_vector.x() : slide_vector.y()
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffgload.c 1875 FT_Int horizontal, count; local
    [all...]
  /external/freetype/src/cff/
cffgload.c 1871 FT_Int horizontal, count; local
    [all...]
  /external/chromium_org/components/cloud_devices/common/
printer_description.h 91 Dpi(int32 horizontal, int32 vertical);
97 int32 horizontal; member in struct:cloud_devices::printer::Dpi
  /external/chromium_org/content/shell/renderer/test_runner/
event_sender.cc 2164 double horizontal; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp 351 // Only one unit can be non-auto in the horizontal direction and
980 bool horizontal = isHorizontalWritingMode(); local
1722 bool horizontal = isHorizontalWritingMode(); local
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh 52 xPlacement = 0x0001u, /* Includes horizontal adjustment for placement */
54 xAdvance = 0x0004u, /* Includes horizontal adjustment for advance */
56 xPlaDevice = 0x0010u, /* Includes horizontal Device table for placement */
58 xAdvDevice = 0x0040u, /* Includes horizontal Device table for advance */
68 SHORT xPlacement; /* Horizontal adjustment for
72 SHORT xAdvance; /* Horizontal adjustment for
74 * for horizontal writing) */
79 * horizontal placement--measured from
85 * horizontal advance--measured from
105 hb_bool_t horizontal = HB_DIRECTION_IS_HORIZONTAL (direction) local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 52 xPlacement = 0x0001u, /* Includes horizontal adjustment for placement */
54 xAdvance = 0x0004u, /* Includes horizontal adjustment for advance */
56 xPlaDevice = 0x0010u, /* Includes horizontal Device table for placement */
58 xAdvDevice = 0x0040u, /* Includes horizontal Device table for advance */
68 SHORT xPlacement; /* Horizontal adjustment for
72 SHORT xAdvance; /* Horizontal adjustment for
74 * for horizontal writing) */
79 * horizontal placement--measured from
85 * horizontal advance--measured from
105 hb_bool_t horizontal = HB_DIRECTION_IS_HORIZONTAL (direction) local
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h 342 /* horiBearingX :: The horizontal left bearing. */
344 /* horiBearingY :: The horizontal top bearing. */
346 /* horiAdvance :: The horizontal advance. */
410 /* bitmap strike, for either a horizontal or vertical layout. */
432 /* horizontal advance - */
551 /* hori :: The line metrics for horizontal layouts. */
559 /* x_ppem :: The number of horizontal pixels per EM. *
1188 TT_HoriHeader horizontal; \/* TrueType horizontal header *\/ member in struct:TT_FaceRec_
    [all...]
  /external/freetype/include/internal/
tttypes.h 411 /* horiBearingX :: The horizontal left bearing. */
413 /* horiBearingY :: The horizontal top bearing. */
415 /* horiAdvance :: The horizontal advance. */
479 /* bitmap strike, for either a horizontal or vertical layout. */
501 /* horizontal advance - */
1264 TT_HoriHeader horizontal; \/* TrueType horizontal header *\/ member in struct:TT_FaceRec_
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
CSSMetadata.js 220 "horizontal", "vertical", "inline-axis", "block-axis"
237 "lr", "rl", "tb", "lr-tb", "rl-tb", "tb-rl", "horizontal-tb", "vertical-rl", "vertical-lr", "horizontal-bt"
361 "none", "horizontal"
537 "none", "both", "horizontal", "vertical"
749 "-webkit-border-horizontal-spacing": 1,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 

Completed in 841 milliseconds

1 2