Searched defs:vertical (Results 1 - 25 of 67) 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/openfst/src/script/
H A Ddraw.cc35 bool vertical,
44 height, portrait, vertical, ranksep, nodesep,
26 DrawFst(const FstClass &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, const string &title, float width, float height, bool portrait, bool vertical, float ranksep, float nodesep, int fontsize, int precision, bool show_weight_one, ostream *ostrm, const string &dest) argument
/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/openfst/src/include/fst/script/
H A Ddraw.h44 const bool vertical; member in struct:fst::script::FstDrawerArgs
62 bool vertical,
72 vertical(vertical), ranksep(ranksep), nodesep(nodesep),
85 args->vertical, args->ranksep,
100 bool vertical,
53 FstDrawerArgs(const FstClass &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, const string &title, float width, float height, bool portrait, bool vertical, float ranksep, float nodesep, int fontsize, int precision, bool show_weight_one, ostream *ostrm, const string &dest) argument
H A Ddraw-impl.h52 bool vertical,
61 vertical_(vertical), ranksep_(ranksep), nodesep_(nodesep),
43 FstDrawer(const Fst<A> &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, string title, float width, float height, bool portrait, bool vertical, float ranksep, float nodesep, int fontsize, int precision, bool show_weight_one) argument
/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/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_context_tree.h68 PICK_MODE_CONTEXT vertical[2]; member in struct:PC_TREE
/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,
/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
321 int SkIntersections::vertical(const SkDLine& line, double x) { function in class:SkIntersections
333 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
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DRegionTracker.cpp440 // vertical is the larger of the two rectangles above or below |rect| and inside opaqueRect.
446 SkRect vertical = opaqueRect; local
448 vertical.fRight = rect.fLeft;
450 vertical.fLeft = rect.fRight;
452 if ((long)horizontal.width() * (long)horizontal.height() > (long)vertical.width() * (long)vertical.height())
455 opaqueRect = vertical;
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollView.h78 // 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/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)
292 bool vertical,
298 if (GetOffScreenLength(available_bounds, window_bounds, vertical) > 0) {
302 vertical ? BubbleBorder::vertical_mirror(arrow) :
309 if (GetOffScreenLength(available_bounds, mirror_bounds, vertical) >=
310 GetOffScreenLength(available_bounds, window_bounds, vertical))
32 GetOffScreenLength(const gfx::Rect& available_bounds, const gfx::Rect& window_bounds, bool vertical) argument
291 MirrorArrowIfOffScreen( bool vertical, const gfx::Rect& anchor_rect, const gfx::Size& client_size) argument

Completed in 568 milliseconds

123