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

1 2 3 4

  /external/harfbuzz_ng/util/
view-cairo.cc 37 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/third_party/WebKit/Source/core/svg/
SVGPathSegListSource.cpp 92 SVGPathSegLinetoVertical* vertical = static_cast<SVGPathSegLinetoVertical*>(m_segment.get()); local
93 y = vertical->y();
  /external/openfst/src/include/fst/script/
draw.h 44 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,
  /frameworks/base/libs/hwui/utils/
Blur.cpp 107 void Blur::vertical(float* weights, int32_t radius, function in class:android::uirenderer::Blur
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
PathShapeTest.java 72 int vertical = 0; local
76 vertical += 1;
86 assertEquals(50, vertical, 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
240 int SkIntersections::vertical(const SkDLine& line, double x) { function in class:SkIntersections
251 int SkIntersections::vertical(const SkDLine& line, double top, double bottom, function in class:SkIntersections
SkDCubicLineIntersection.cpp 21 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
307 int SkIntersections::vertical(const SkDCubic& cubic, double top, double bottom, double x, function in class:SkIntersections
SkDQuadLineIntersection.cpp 83 Thus, if the slope of the line tends towards vertical, we use:
368 double SkIntersections::Axial(const SkDQuad& q1, const SkDPoint& p, bool vertical) {
369 if (vertical) {
382 int SkIntersections::vertical(const SkDQuad& quad, double top, double bottom, double x, function in class:SkIntersections
  /external/skia/src/pathops/
SkDLineIntersection.cpp 78 // note that this only works if both lines are neither horizontal nor vertical
240 int SkIntersections::vertical(const SkDLine& line, double x) { function in class:SkIntersections
251 int SkIntersections::vertical(const SkDLine& line, double top, double bottom, function in class:SkIntersections
SkDCubicLineIntersection.cpp 21 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
307 int SkIntersections::vertical(const SkDCubic& cubic, double top, double bottom, double x, function in class:SkIntersections
SkDQuadLineIntersection.cpp 83 Thus, if the slope of the line tends towards vertical, we use:
368 double SkIntersections::Axial(const SkDQuad& q1, const SkDPoint& p, bool vertical) {
369 if (vertical) {
382 int SkIntersections::vertical(const SkDQuad& quad, double top, double bottom, double x, function in class:SkIntersections
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GravityHelper.java 52 /** Bitmask for a gravity which includes center vertical */
55 /** Bitmask for a gravity which includes fill vertical */
74 /** Bitmask for a gravity which any vertical constraint */
189 int vertical = gravity & GRAVITY_VERT_MASK; local
217 if (sb.length() > 0 && vertical != 0) {
221 if ((vertical & GRAVITY_TOP) != 0) {
223 } else if ((vertical & GRAVITY_BOTTOM) != 0) {
225 } else if ((vertical & GRAVITY_CENTER_VERT) != 0) {
227 } else if ((vertical & GRAVITY_FILL_VERT) != 0) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
OpaqueRegionSkia.cpp 407 // vertical is the larger of the two rectangles above or below |rect| and inside opaqueRect.
413 SkRect vertical = opaqueRect; local
415 vertical.fRight = rect.fLeft;
417 vertical.fLeft = rect.fRight;
419 if ((long)horizontal.width() * (long)horizontal.height() > (long)vertical.width() * (long)vertical.height())
422 opaqueRect = vertical;
  /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
  /external/chromium_org/third_party/WebKit/public/platform/
WebFallbackThemeEngine.h 113 bool vertical; member in struct:WebKit::WebFallbackThemeEngine::SliderExtraParams
143 // like vertical scrollbar thumbs, the width will be the required width of
  /external/chromium_org/third_party/WebKit/public/platform/android/
WebThemeEngine.h 113 bool vertical; member in struct:WebKit::WebThemeEngine::SliderExtraParams
143 // like vertical scrollbar thumbs, the width will be the required width of
  /external/chromium_org/third_party/WebKit/public/platform/default/
WebThemeEngine.h 113 bool vertical; member in struct:WebKit::WebThemeEngine::SliderExtraParams
143 // like vertical scrollbar thumbs, the width will be the required width of
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
UploadedTexture.java 86 public boolean vertical; field in class:UploadedTexture.BorderKey
93 return vertical ? x : -x;
100 return vertical == o.vertical
119 boolean vertical, Config config, int length) {
121 key.vertical = vertical;
126 bitmap = vertical
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
UploadedTexture.java 86 public boolean vertical; field in class:UploadedTexture.BorderKey
93 return vertical ? x : -x;
100 return vertical == o.vertical
119 boolean vertical, Config config, int length) {
121 key.vertical = vertical;
126 bitmap = vertical
  /packages/apps/Launcher3/src/com/android/gallery3d/glrenderer/
UploadedTexture.java 86 public boolean vertical; field in class:UploadedTexture.BorderKey
93 return vertical ? x : -x;
100 return vertical == o.vertical
119 boolean vertical, Config config, int length) {
121 key.vertical = vertical;
126 bitmap = vertical
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackCue.cpp 140 if (m_cue->vertical() == horizontalKeyword()) {
216 // direction is vertical growing left, then let writing-mode be
217 // 'vertical-rl'. Otherwise, the text track cue writing direction is
218 // vertical growing right; let writing-mode be 'vertical-lr'.
319 const String& TextTrackCue::vertical() const function in class:WebCore::TextTrackCue
336 // http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#dom-texttrackcue-vertical
657 // vertical growing left, then let block-flow be 'lr'. Otherwise, the text
658 // track cue writing direction is vertical growing right; let block-flow be
882 DEFINE_STATIC_LOCAL(const String, verticalKeyword, ("vertical"));
    [all...]
  /frameworks/base/media/java/android/media/
TimedText.java 151 * vertical justification 0: top, 1: centered, -1: bottom
158 * @param vertical the vertical justification of the text.
160 public Justification(int horizontal, int vertical) {
162 this.verticalJustification = vertical;
486 int vertical = parcel.readInt(); local
487 mJustification = new Justification(horizontal, vertical);
  /external/chromium_org/third_party/freetype/src/autofit/
afcjk.c 1387 FT_Bool vertical = FT_BOOL( dim == AF_DIMENSION_VERT ); local
    [all...]
aflatin.c 1596 FT_Int vertical = ( dim == AF_DIMENSION_VERT ); local
    [all...]
  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.h 216 FT_Bool vertical; member in struct:PSH_GlyphRec_
234 FT_Bool vertical );

Completed in 785 milliseconds

1 2 3 4