/external/chromium_org/chrome/browser/ui/autofill/ |
H A D | 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/ui/views/controls/scrollbar/ |
H A D | kennedy_scroll_bar.cc | 60 KennedyScrollBar::KennedyScrollBar(bool horizontal) argument 61 : BaseScrollBar(horizontal, new KennedyScrollBarThumb(this)) {
|
H A D | overlay_scroll_bar.cc | 85 OverlayScrollBar::OverlayScrollBar(bool horizontal) argument 86 : BaseScrollBar(horizontal, new OverlayScrollBarThumb(this)),
|
H A D | base_scroll_bar.cc | 39 BaseScrollBar::BaseScrollBar(bool horizontal, BaseScrollBarThumb* thumb) argument 40 : ScrollBar(horizontal),
|
/external/chromium_org/ppapi/cpp/ |
H A D | rect.cc | 33 void Rect::Offset(int32_t horizontal, int32_t vertical) { argument 34 rect_.point.x += horizontal; 137 void FloatRect::Offset(float horizontal, float vertical) { argument 138 rect_.point.x += horizontal;
|
H A D | rect.h | 58 /// @param[in] x An int32_t value representing a horizontal coordinate 220 /// in a horizontal line in the rectangle: 231 /// in a horizontal line in the rectangle: 259 /// Inset() shrinks the rectangle by a horizontal and vertical 262 /// @param[in] horizontal An int32_t value representing a horizontal 266 void Inset(int32_t horizontal, int32_t vertical) { argument 267 Inset(horizontal, vertical, horizontal, vertical); 283 /// Offset() moves the rectangle by a horizontal an 651 Inset(float horizontal, float vertical) argument [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
H A D | SVGPathSegListSource.cpp | 82 SVGPathSegLinetoHorizontal* horizontal = static_cast<SVGPathSegLinetoHorizontal*>(m_segment.get()); local 83 x = horizontal->x();
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
H A D | vp9_context_tree.h | 67 PICK_MODE_CONTEXT horizontal[2]; member in struct:PC_TREE
|
/external/chromium_org/ui/gfx/geometry/ |
H A D | rect_base.h | 60 // 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 D | rect_base_impl.h | 76 Offset(Type horizontal, Type vertical) { argument 77 origin_ += VectorClass(horizontal, vertical);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
H A D | TextPainter.cpp | 24 TextPainter::TextPainter(GraphicsContext* context, const Font& font, const TextRun& run, const FloatPoint& textOrigin, const FloatRect& textBounds, bool horizontal) argument 30 , m_horizontal(horizontal) 72 void TextPainter::updateGraphicsContext(GraphicsContext* context, const Style& textStyle, bool horizontal, GraphicsContextStateSaver& stateSaver) argument 99 context->setDrawLooper(textStyle.shadow->createDrawLooper(DrawLooperBuilder::ShadowIgnoresAlpha, horizontal));
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/ |
H A D | test_rendering.c | 103 static void Gradient(short *block, unsigned int start, unsigned int stop, int horizontal, unsigned int intra_unsigned) argument 108 if (horizontal)
|
/external/chromium_org/third_party/skia/src/pathops/ |
H A D | 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
|
H A D | 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
|
H A D | 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
|
/external/chromium_org/ui/views/ |
H A D | painter.cc | 100 GradientPainter(bool horizontal, 123 GradientPainter::GradientPainter(bool horizontal, argument 127 : horizontal_(horizontal),
|
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
H A D | test_rendering.c | 103 static void Gradient(short *block, unsigned int start, unsigned int stop, int horizontal, unsigned int intra_unsigned) argument 108 if (horizontal)
|
/external/skia/src/pathops/ |
H A D | 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
|
H A D | 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
|
/external/chromium_org/ash/shelf/ |
H A D | shelf_layout_manager.h | 207 T PrimaryAxisValue(T horizontal, T vertical) const { argument 208 return IsHorizontalAlignment() ? horizontal : vertical; 211 // Is the shelf's alignment horizontal?
|
/external/chromium_org/pdf/ |
H A D | draw_utils.cc | 99 uint32 start_color, uint32 end_color, bool horizontal) { 101 colors.resize(horizontal ? rc.width() : rc.height()); 111 if (horizontal) { 140 bool horizontal, 150 start_color, end_color, horizontal); 98 GradientFill(pp::ImageData* image, const pp::Rect& rc, uint32 start_color, uint32 end_color, bool horizontal) argument 134 GradientFill(pp::Instance* instance, pp::ImageData* image, const pp::Rect& dirty_rc, const pp::Rect& gradient_rc, uint32 start_color, uint32 end_color, bool horizontal, uint8 transparency) argument
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
H A D | 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/ |
H A D | 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/ |
H A D | WebPluginScrollbarImpl.cpp | 226 bool horizontal = m_scrollbar->orientation() == HorizontalScrollbar; local 228 dir = horizontal ? ScrollRight : ScrollDown; 230 dir = horizontal ? ScrollLeft : ScrollUp;
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
H A D | GridDataFactory.java | 199 * horizontal hint (pixels), or SWT.DEFAULT to use the control's preferred size 277 * Increments horizontal hint on given value. 342 * horizontal alignment. One of SWT.BEGINNING, SWT.CENTER, SWT.END, or SWT.FILL. 354 * Sets the horizontal and vertical alignment to GridData.FILL. 361 * Sets the horizontal alignment of the control within its cell. 364 * horizontal alignment. One of SWT.BEGINNING, SWT.CENTER, SWT.END, or SWT.FILL. 373 * Sets the horizontal alignment of the control to GridData.BEGINNING 382 * Sets the horizontal alignment of the control to GridData.CENTER 391 * Sets the horizontal alignment of the control to GridData.FILL 400 * Sets the horizontal alignmen 512 grab(boolean horizontal, boolean vertical) argument [all...] |