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

1 2 3 4 5 6 7 8 9

  /external/freetype/src/sfnt/
ttmtx.h 34 FT_Bool vertical );
40 FT_Bool vertical );
45 FT_Bool vertical,
ttmtx.c 58 /* vertical :: A boolean flag. If set, load `vmtx'. */
68 FT_Bool vertical )
76 if ( vertical )
105 FT_Bool vertical )
118 if ( vertical )
120 void* lm = &face->vertical.long_metrics;
121 void** sm = &face->vertical.short_metrics;
128 num_longs = face->vertical.number_Of_VMetrics;
132 face->vertical.number_Of_VMetrics = 0;
166 vertical ? 'v' : 'h' ))
    [all...]
  /external/chromium/chrome/browser/resources/options/
clear_browser_data_overlay.css 22 vertical-align: middle;
  /external/webkit/Source/WebCore/page/mac/
WebCoreFrameView.h 33 - (void)setScrollingModes:(WebCore::ScrollbarMode)hMode vertical:(WebCore::ScrollbarMode)vMode andLock:(BOOL)lock;
34 - (void)scrollingModes:(WebCore::ScrollbarMode*)hMode vertical:(WebCore::ScrollbarMode*)vMode;
  /external/chromium-trace/trace-viewer/src/
profiling_view.css 7 -webkit-box-orient: vertical;
18 -webkit-box-orient: vertical;
timeline_track_view.css 11 -webkit-box-orient: vertical;
  /frameworks/base/core/java/android/widget/
ScrollBarDrawable.java 60 * Indicate whether the vertical scrollbar track should always be drawn regardless of the
70 * Indicates whether the vertical scrollbar track should always be drawn regardless of the
85 public void setParameters(int range, int offset, int extent, boolean vertical) {
86 if (mVertical != vertical) {
97 mVertical = vertical;
102 final boolean vertical = mVertical;
109 drawTrack = vertical ? mAlwaysDrawVerticalTrack : mAlwaysDrawHorizontalTrack;
118 drawTrack(canvas, r, vertical);
122 int size = vertical ? r.height() : r.width();
123 int thickness = vertical ? r.width() : r.height()
    [all...]
  /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,
  /external/chromium/chrome/browser/ui/views/bubble/
border_contents.h 55 // Changes |arrow_location| to its mirrored version, vertically if |vertical|
58 void MirrorArrowIfOffScreen(bool vertical,
73 // Convenience method that returns the height of |insets| if |vertical| is
75 static int GetInsetsLength(const gfx::Insets& insets, bool vertical);
border_contents.cc 54 MirrorArrowIfOffScreen(true, // |vertical|.
59 MirrorArrowIfOffScreen(false, // |vertical|.
82 bool vertical,
93 GetInsetsLength(offscreen_insets, vertical) > 0) {
96 vertical ? BubbleBorder::vertical_mirror(*arrow_location) :
107 GetInsetsLength(new_offscreen_insets, vertical) >=
108 GetInsetsLength(offscreen_insets, vertical)) {
145 int BorderContents::GetInsetsLength(const gfx::Insets& insets, bool vertical) {
146 return vertical ? insets.height() : insets.width();
  /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/openfst/src/script/
draw.cc 35 bool vertical,
44 height, portrait, vertical, ranksep, nodesep,
  /external/chromium/chrome/browser/resources/gpu_internals/
profiling_view.css 8 -webkit-box-orient: vertical;
29 -webkit-box-orient: vertical;
timeline_view.css 8 -webkit-box-orient: vertical;
tab_control.css 8 -webkit-box-orient: vertical;
30 -webkit-box-orient: vertical;
  /external/webkit/Source/WebKit/mac/WebView/
WebDynamicScrollBarsViewInternal.h 37 - (void)setScrollingModes:(WebCore::ScrollbarMode)hMode vertical:(WebCore::ScrollbarMode)vMode andLock:(BOOL)lock;
38 - (void)scrollingModes:(WebCore::ScrollbarMode*)hMode vertical:(WebCore::ScrollbarMode*)vMode;
  /frameworks/base/libs/hwui/utils/
Blur.h 30 static void vertical(float* weights, int32_t radius, const uint8_t* source,
  /cts/tools/tradefed-host/res/report/
cts_result.css 31 vertical-align:middle;
54 vertical-align: top;
84 vertical-align: top;
102 vertical-align: top;
116 vertical-align: top;
132 vertical-align: top;
141 vertical-align: top;
151 vertical-align: top;
162 vertical-align: top;
173 vertical-align: top
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DependencyGraph.java 151 * vertical direction
155 * @param vertical if true, look for vertical edge dependencies, otherwise look for
160 public Set<INode> dependsOn(Collection<? extends INode> nodes, boolean vertical) {
169 findBackwards(view, visiting, reachable, vertical, view);
184 boolean vertical, ViewData start) {
189 if (vertical && !constraint.type.verticalEdge) {
191 } else if (!vertical && !constraint.type.horizontalEdge) {
199 List<Constraint> path = getPathTo(start.node, view.node, vertical);
206 findBackwards(from, visiting, reachable, vertical, start)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GravityHelper.java 47 /** Bitmask for a gravity which includes center vertical */
50 /** Bitmask for a gravity which includes fill vertical */
63 /** Bitmask for a gravity which any vertical constraint */
176 int vertical = gravity & GRAVITY_VERT_MASK; local
188 if (sb.length() > 0 && vertical != 0) {
192 if ((vertical & GRAVITY_TOP) != 0) {
194 } else if ((vertical & GRAVITY_BOTTOM) != 0) {
196 } else if ((vertical & GRAVITY_CENTER_VERT) != 0) {
198 } else if ((vertical & GRAVITY_FILL_VERT) != 0) {
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
OutputController.java 9 OutputController(DemoKitActivity hostActivity, boolean vertical) {
11 mVertical = 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
  /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);
  /build/tools/droiddoc/templates-pdk/assets/
yui-3.3.0-reset-min.css 8 html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit (…)
  /external/freetype/include/freetype/
ftincrem.h 107 * Vertical component of glyph advance, in font units.
110 * These correspond to horizontal or vertical metrics depending on the
111 * value of the `vertical' argument to the function
227 * vertical ::
228 * If true, return vertical metrics.
244 FT_Bool vertical,

Completed in 408 milliseconds

1 2 3 4 5 6 7 8 9