HomeSort by relevance Sort by last modified time
    Searched defs:horizontal (Results 1 - 25 of 52) 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);
  /external/chromium_org/third_party/skia/src/pathops/
SkDLineIntersection.cpp 78 // note that this only works if both lines are neither horizontal nor vertical
156 int SkIntersections::horizontal(const SkDLine& line, double y) { function in class:SkIntersections
167 int SkIntersections::horizontal(const SkDLine& line, double left, double right, function in class:SkIntersections
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:
300 int SkIntersections::horizontal(const SkDCubic& cubic, double left, double right, double y, 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
375 int SkIntersections::horizontal(const SkDQuad& quad, double left, double right, double y, function in class:SkIntersections
  /external/skia/src/pathops/
SkDLineIntersection.cpp 78 // note that this only works if both lines are neither horizontal nor vertical
156 int SkIntersections::horizontal(const SkDLine& line, double y) { function in class:SkIntersections
167 int SkIntersections::horizontal(const SkDLine& line, double left, double right, function in class:SkIntersections
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:
300 int SkIntersections::horizontal(const SkDCubic& cubic, double left, double right, double y, 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
375 int SkIntersections::horizontal(const SkDQuad& quad, double left, double right, double y, function in class:SkIntersections
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
MosaicTypes.h 135 int horizontal; member in struct:__anon35162
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
MosaicTypes.h 135 int horizontal; member in struct:__anon35169
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
MosaicTypes.h 135 int horizontal; member in struct:__anon35179
  /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/core/platform/graphics/skia/
OpaqueRegionSkia.cpp 406 // horizontal is the larger of the two rectangles to the left or to the right of |rect| and inside opaqueRect.
408 SkRect horizontal = opaqueRect; local
410 horizontal.fBottom = rect.fTop;
412 horizontal.fTop = rect.fBottom;
419 if ((long)horizontal.width() * (long)horizontal.height() > (long)vertical.width() * (long)vertical.height())
420 opaqueRect = horizontal;
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.cpp 188 return WebScrollbar::Horizontal;
224 bool horizontal = m_scrollbar->orientation() == HorizontalScrollbar; local
226 dir = horizontal ? ScrollRight : ScrollDown;
228 dir = horizontal ? ScrollLeft : ScrollUp;
  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollView.h 79 // Functions for setting and retrieving the scrolling mode in each axis (horizontal/vertical). The mode has values of
88 ScrollbarMode horizontalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return horizontal; } local
89 ScrollbarMode verticalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return vertical; } local
  /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 566 bool horizontal = alignment == SHELF_ALIGNMENT_TOP || local
571 int panel_end_bounds = horizontal ?
618 int icon_start = horizontal ? icon_origin.x() : icon_origin.y();
619 int icon_end = icon_start + (horizontal ? icon_bounds.width() :
621 position_info.major_length = horizontal ?
676 if (horizontal) {
723 bool horizontal = alignment == SHELF_ALIGNMENT_TOP || local
739 window_ordering.insert(std::make_pair(horizontal ?
771 bool horizontal = alignment == SHELF_ALIGNMENT_TOP || local
793 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 394 bool horizontal = IsHorizontalAlignment(); local
395 gesture_drag_amount_ += horizontal ? gesture.details().scroll_y() :
402 if (horizontal && gesture.details().scroll_y() < 0) {
418 bool horizontal = IsHorizontalAlignment(); local
427 (horizontal ? bounds.height() : bounds.width());
446 should_change = horizontal ? fabs(gesture.details().velocity_y()) > 0 :
817 bool horizontal = IsHorizontalAlignment(); local
849 if (horizontal) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp 326 // Only one unit can be non-auto in the horizontal direction and
944 bool horizontal = isHorizontalWritingMode(); 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 853 milliseconds

1 2 3