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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSegListSource.cpp 83 SVGPathSegLinetoHorizontal* horizontal = static_cast<SVGPathSegLinetoHorizontal*>(m_segment.get()); local
84 x = horizontal->x();
  /frameworks/base/libs/hwui/utils/
Blur.cpp 63 void Blur::horizontal(float* weights, int32_t radius, function in class:android::uirenderer::Blur
  /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);
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
MosaicTypes.h 135 int horizontal; member in struct:__anon36076
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
MosaicTypes.h 135 int horizontal; member in struct:__anon36083
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
MosaicTypes.h 135 int horizontal; member in struct:__anon36093
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GravityHelper.java 46 /** Bitmask for a gravity which includes center horizontal */
49 /** Bitmask for a gravity which includes fill horizontal */
70 /** Bitmask for a gravity which includes any horizontal constraint */
188 int horizontal = gravity & GRAVITY_HORIZ_MASK; local
191 if ((horizontal & (GRAVITY_LEFT|GRAVITY_START)) != 0) {
192 if ((horizontal & GRAVITY_LEFT) != 0) {
195 if ((horizontal & GRAVITY_START) != 0) {
201 } else if ((horizontal & (GRAVITY_RIGHT|GRAVITY_END)) != 0) {
202 if ((horizontal & GRAVITY_RIGHT) != 0) {
205 if ((horizontal & GRAVITY_END) != 0)
    [all...]
GridLayoutRule.java 167 .<String> asList("Set Horizontal Orientation", "Set Vertical Orientation"),
169 "horizontal", "vertical"), getCurrentOrientation(parentNode),
272 * defined, in which case the default horizontal value is returned)
390 String horizontal = GRAVITY_VALUE_LEFT; local
393 horizontal = GRAVITY_VALUE_FILL_HORIZONTAL;
399 if (horizontal == GRAVITY_VALUE_FILL_HORIZONTAL
403 gravity = horizontal + '|' + vertical;
405 gravity = horizontal;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
OpaqueRegionSkia.cpp 401 // horizontal is the larger of the two rectangles to the left or to the right of |rect| and inside opaqueRect.
403 SkRect horizontal = opaqueRect; local
405 horizontal.fBottom = rect.fTop;
407 horizontal.fTop = rect.fBottom;
414 if ((long)horizontal.width() * (long)horizontal.height() > (long)vertical.width() * (long)vertical.height())
415 opaqueRect = horizontal;
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.h 81 // Functions 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
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.cpp 188 return WebScrollbar::Horizontal;
229 bool horizontal = m_scrollbar->orientation() == HorizontalScrollbar; local
231 dir = horizontal ? ScrollRight : ScrollDown;
233 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:
331 int SkIntersections::horizontal(const SkDCubic& cubic, double left, double right, double y, function in class:SkIntersections
SkDLineIntersection.cpp 105 // note that this only works if both lines are neither horizontal nor vertical
187 int SkIntersections::horizontal(const SkDLine& line, double y) { function in class:SkIntersections
199 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)
111 solve by rotating line+quad so line is horizontal, then finding the roots
386 int SkIntersections::horizontal(const SkDQuad& quad, double left, double right, double y, function in class:SkIntersections
  /external/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:
331 int SkIntersections::horizontal(const SkDCubic& cubic, double left, double right, double y, function in class:SkIntersections
SkDLineIntersection.cpp 105 // note that this only works if both lines are neither horizontal nor vertical
187 int SkIntersections::horizontal(const SkDLine& line, double y) { function in class:SkIntersections
199 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)
111 solve by rotating line+quad so line is horizontal, then finding the roots
386 int SkIntersections::horizontal(const SkDQuad& quad, double left, double right, double y, function in class:SkIntersections
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 146 // default value is horizontal
147 boolean horizontal = orientation == null ||
148 "horizontal".equals("vertical"); //$NON-NLS-1$ //$NON-NLS-2$
149 combineLinearLayout(childrenPadding.values(), padding, horizontal); local
151 combineLinearLayout(childrenPadding.values(), padding, false /*horizontal*/);
181 * @param horizontal whether this layout is horizontal (<code>true</code>) or vertical
185 boolean horizontal) {
191 int sumIndex = horizontal ? 0 : 1;
193 int maxIndex = horizontal ? 1 : 0
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 588 bool horizontal = alignment == SHELF_ALIGNMENT_TOP || local
593 int panel_end_bounds = horizontal ?
639 int icon_start = horizontal ? icon_origin.x() : icon_origin.y();
640 int icon_end = icon_start + (horizontal ? icon_bounds.width() :
642 position_info.major_length = horizontal ?
697 if (horizontal) {
744 bool horizontal = alignment == SHELF_ALIGNMENT_TOP || local
760 window_ordering.insert(std::make_pair(horizontal ?
792 bool horizontal = alignment == SHELF_ALIGNMENT_TOP || local
814 int slide_distance = horizontal ? slide_vector.x() : slide_vector.y()
    [all...]
  /frameworks/base/media/java/android/media/
TimedText.java 146 * horizontal justification 0: left, 1: centered, -1: right
157 * @param horizontal the horizontal justification of the text.
160 public Justification(int horizontal, int vertical) {
161 this.horizontalJustification = horizontal;
485 int horizontal = parcel.readInt(); local
487 mJustification = new Justification(horizontal, vertical);
  /external/chromium_org/ash/shelf/
shelf_layout_manager.cc 292 // The height of the ShelfView for a horizontal shelf and the width of
403 bool horizontal = IsHorizontalAlignment(); local
404 gesture_drag_amount_ += horizontal ? gesture.details().scroll_y() :
411 if (horizontal && gesture.details().scroll_y() < 0) {
427 bool horizontal = IsHorizontalAlignment(); local
436 (horizontal ? bounds.height() : bounds.width());
455 should_change = horizontal ? fabs(gesture.details().velocity_y()) > 0 :
846 bool horizontal = IsHorizontalAlignment(); local
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffgload.c 1875 FT_Int horizontal, count; local
    [all...]
  /external/freetype/src/cff/
cffgload.c 1875 FT_Int horizontal, count; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
NinePatchedImage.java 258 // horizontal
411 // find horizontal patches
419 Tick horizontal = getContentArea(mHorizontalContents); local
428 if (horizontal != null) {
429 rect.x = horizontal.start;
430 rect.width = horizontal.getLength();
496 // find horizontal contents area
521 // find horizontal contents area
784 // horizontal stretch
844 return "HORIZONTAL";
    [all...]

Completed in 1585 milliseconds

1 2 3