Searched defs:vertical (Results 1 - 25 of 63) sorted by relevance

123

/external/chromium_org/chrome/browser/ui/autofill/
H A Ddata_model_wrapper_unittest.cc98 base::string16 vertical, horizontal; local
100 AutofillProfileWrapper(&profile).GetDisplayText(&horizontal, &vertical));
113 vertical);
142 &horizontal, &vertical));
151 vertical);
/external/harfbuzz_ng/util/
H A Dview-cairo.cc37 bool vertical = HB_DIRECTION_IS_VERTICAL (direction); local
38 (vertical ? *w : *h) = (int) lines->len * (font_extents.height + view_options.line_space) - view_options.line_space;
39 (vertical ? *h : *w) = 0;
44 if (vertical)
74 bool vertical = HB_DIRECTION_IS_VERTICAL (direction); local
75 int v = vertical ? 1 : 0;
76 int h = vertical ? 0 : 1;
81 if (vertical)
/external/chromium_org/ppapi/cpp/dev/
H A Dscrollbar_dev.cc27 Scrollbar_Dev::Scrollbar_Dev(const InstanceHandle& instance, bool vertical) { argument
31 instance.pp_instance(), PP_FromBool(vertical)));
/external/chromium_org/ppapi/thunk/
H A Dppb_scrollbar_thunk.cc17 PP_Resource Create(PP_Instance instance, PP_Bool vertical) { argument
21 return enter.functions()->CreateScrollbar(instance, vertical);
/external/chromium_org/ppapi/cpp/
H A Drect.cc33 void Rect::Offset(int32_t horizontal, int32_t vertical) { argument
35 rect_.point.y += vertical;
137 void FloatRect::Offset(float horizontal, float vertical) { argument
139 rect_.point.y += vertical;
H A Drect.h60 /// @param[in] y An int32_t value representing a vertical coordinate
259 /// Inset() shrinks the rectangle by a horizontal and vertical
264 /// @param[in] vertical An int32_t value representing a vertical
266 void Inset(int32_t horizontal, int32_t vertical) { argument
267 Inset(horizontal, vertical, horizontal, vertical);
283 /// Offset() moves the rectangle by a horizontal and vertical distance.
287 /// @param[in] vertical An int32_t value representing a vertical
651 Inset(float horizontal, float vertical) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathSegListSource.cpp91 SVGPathSegLinetoVertical* vertical = static_cast<SVGPathSegLinetoVertical*>(m_segment.get()); local
92 y = vertical->y();
/external/chromium_org/ui/gfx/geometry/
H A Drect_base.h60 // Shrink the rectangle by a horizontal and vertical distance on all sides.
61 void Inset(Type horizontal, Type vertical) { argument
62 Inset(horizontal, vertical, horizontal, vertical);
71 // Move the rectangle by a horizontal and vertical distance.
72 void Offset(Type horizontal, Type vertical);
H A Drect_base_impl.h76 Offset(Type horizontal, Type vertical) { argument
77 origin_ += VectorClass(horizontal, vertical);
/external/chromium_org/content/renderer/pepper/
H A Dppb_scrollbar_impl.cc38 PP_Resource PPB_Scrollbar_Impl::Create(PP_Instance instance, bool vertical) { argument
40 scrollbar->Init(vertical);
49 void PPB_Scrollbar_Impl::Init(bool vertical) { argument
55 vertical ? WebScrollbar::Vertical : WebScrollbar::Horizontal,
H A Dresource_creation_impl.cc260 PP_Bool vertical) {
261 return PPB_Scrollbar_Impl::Create(instance, PP_ToBool(vertical));
259 CreateScrollbar(PP_Instance instance, PP_Bool vertical) argument
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DLineQuadraticIntersection.cpp84 Thus, if the slope of the line tends towards vertical, we use:
325 double axialIntersect(const Quadratic& q1, const _Point& p, bool vertical) { argument
326 if (vertical) {
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadLineIntersection.cpp83 Thus, if the slope of the line tends towards vertical, we use:
361 int SkIntersections::vertical(const SkDQuad& quad, double top, double bottom, double x, function in class:SkIntersections
H A DSkDCubicLineIntersection.cpp21 x = i*y + j (if the line is more vertical)
61 The near-vertical case, in terms of: Ax^3 + Bx^2 + Cx + D == 0
383 int SkIntersections::vertical(const SkDCubic& cubic, double top, double bottom, double x, function in class:SkIntersections
H A DSkDLineIntersection.cpp111 // note that this only works if both lines are neither horizontal nor vertical
318 int SkIntersections::vertical(const SkDLine& line, double x) { function in class:SkIntersections
330 int SkIntersections::vertical(const SkDLine& line, double top, double bottom, function in class:SkIntersections
/external/icu/icu4c/source/layoutex/
H A Dplayout.cpp33 le_bool vertical,
38 paragraphLevel, vertical, *status);
26 pl_create(const LEUnicode chars[], le_int32 count, const pl_fontRuns *fontRuns, const pl_valueRuns *levelRuns, const pl_valueRuns *scriptRuns, const pl_localeRuns *localeRuns, UBiDiLevel paragraphLevel, le_bool vertical, LEErrorCode *status) argument
/external/skia/experimental/Intersection/
H A DLineQuadraticIntersection.cpp84 Thus, if the slope of the line tends towards vertical, we use:
325 double axialIntersect(const Quadratic& q1, const _Point& p, bool vertical) { argument
326 if (vertical) {
/external/skia/src/pathops/
H A DSkDQuadLineIntersection.cpp83 Thus, if the slope of the line tends towards vertical, we use:
361 int SkIntersections::vertical(const SkDQuad& quad, double top, double bottom, double x, function in class:SkIntersections
H A DSkDCubicLineIntersection.cpp21 x = i*y + j (if the line is more vertical)
61 The near-vertical case, in terms of: Ax^3 + Bx^2 + Cx + D == 0
383 int SkIntersections::vertical(const SkDCubic& cubic, double top, double bottom, double x, function in class:SkIntersections
H A DSkDLineIntersection.cpp111 // note that this only works if both lines are neither horizontal nor vertical
318 int SkIntersections::vertical(const SkDLine& line, double x) { function in class:SkIntersections
330 int SkIntersections::vertical(const SkDLine& line, double top, double bottom, function in class:SkIntersections
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
H A DOpaqueRegionSkia.cpp412 // vertical is the larger of the two rectangles above or below |rect| and inside opaqueRect.
418 SkRect vertical = opaqueRect; local
420 vertical.fRight = rect.fLeft;
422 vertical.fLeft = rect.fRight;
424 if ((long)horizontal.width() * (long)horizontal.height() > (long)vertical.width() * (long)vertical.height())
427 opaqueRect = vertical;
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollView.h82 // Functions for setting and retrieving the scrolling mode in each axis (horizontal/vertical). The mode has values of
91 ScrollbarMode horizontalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return horizontal; } local
92 ScrollbarMode verticalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return vertical; } local
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFallbackThemeEngine.h114 bool vertical; member in struct:blink::WebFallbackThemeEngine::SliderExtraParams
144 // like vertical scrollbar thumbs, the width will be the required width of
/external/chromium_org/ui/views/bubble/
H A Dbubble_frame_view.cc30 // Get the |vertical| or horizontal amount that |available_bounds| overflows
34 bool vertical) {
46 if (vertical)
290 bool vertical,
296 if (GetOffScreenLength(available_bounds, window_bounds, vertical) > 0) {
300 vertical ? BubbleBorder::vertical_mirror(arrow) :
307 if (GetOffScreenLength(available_bounds, mirror_bounds, vertical) >=
308 GetOffScreenLength(available_bounds, window_bounds, vertical))
32 GetOffScreenLength(const gfx::Rect& available_bounds, const gfx::Rect& window_bounds, bool vertical) argument
289 MirrorArrowIfOffScreen( bool vertical, const gfx::Rect& anchor_rect, const gfx::Size& client_size) argument
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DGridDataFactory.java201 * vertical hint (pixels), or SWT.DEFAULT to use the control's preferred size
286 * Increments vertical hint on given value.
344 * vertical alignment. One of SWT.BEGINNING, SWT.CENTER, SWT.END, or SWT.FILL.
354 * Sets the horizontal and vertical alignment to GridData.FILL.
418 * Sets the vertical alignment of the control within its cell.
421 * vertical alignment. One of SWT.BEGINNING, SWT.CENTER, SWT.END, or SWT.FILL.
430 * Sets the vertical alignment of the control to GridData.BEGINNING
439 * Sets the vertical alignment of the control to GridData.CENTER
448 * Sets the vertical alignment of the control to GridData.FILL
457 * Sets the vertical alignmen
512 grab(boolean horizontal, boolean vertical) argument
[all...]

Completed in 1033 milliseconds

123