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

1 2 3 4 5 6 7

  /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;
  /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/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();
  /cts/tools/tradefed-host/res/report/
cts_result.css 41 vertical-align:middle;
69 vertical-align: top;
83 vertical-align: top;
122 vertical-align: top;
138 vertical-align: top;
164 vertical-align: top;
180 vertical-align: top;
189 vertical-align: top;
199 vertical-align: top;
210 vertical-align: top
    [all...]
  /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;
overlay.css 30 -webkit-box-orient: vertical;
tracing_controller.css 11 -webkit-box-orient: vertical;
timeline.css 19 -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;
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
NestedScrollingWidgetDetector.java 85 private Element findOuterScrollingWidget(Node node, boolean vertical) {
92 && vertical == isVerticalScroll(element)) {
105 boolean vertical = isVerticalScroll(element);
106 if (vertical) {
113 Element parent = findOuterScrollingWidget(element.getParentNode(), vertical);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DependencyGraph.java 149 * vertical direction
153 * @param vertical if true, look for vertical edge dependencies, otherwise look for
158 public Set<INode> dependsOn(Collection<? extends INode> nodes, boolean vertical) {
167 findBackwards(view, visiting, reachable, vertical, view);
182 boolean vertical, ViewData start) {
187 if (vertical && !constraint.type.verticalEdge) {
189 } else if (!vertical && !constraint.type.horizontalEdge) {
197 List<Constraint> path = getPathTo(start.node, view.node, vertical);
204 findBackwards(from, visiting, reachable, vertical, start)
    [all...]
  /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/ui/
UploadedTexture.java 75 public boolean vertical; field in class:UploadedTexture.BorderKey
82 return vertical ? x : -x;
89 return vertical == o.vertical
108 boolean vertical, Config config, int length) {
110 key.vertical = vertical;
115 bitmap = vertical
  /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,
  /external/webkit/Source/WebCore/css/
SVGCSSPropertyNames.in 45 glyph-orientation-vertical
  /external/webkit/Source/WebCore/platform/mac/
ScrollViewMac.mm 85 [scrollView() setScrollingModes:m_horizontalScrollbarMode vertical:m_verticalScrollbarMode andLock:NO];
89 void ScrollView::platformScrollbarModes(ScrollbarMode& horizontal, ScrollbarMode& vertical) const
92 [scrollView() scrollingModes:&horizontal vertical:&vertical];
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
PathShapeTest.java 94 int vertical = 0; local
98 vertical += 1;
108 assertEquals(50, vertical, TOLERANCE);
  /external/webkit/Source/WebCore/platform/
ScrollView.h 91 // Functions for setting and retrieving the scrolling mode in each axis (horizontal/vertical). The mode has values of
100 ScrollbarMode horizontalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return horizontal; } local
101 ScrollbarMode verticalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return vertical; } local
387 void platformScrollbarModes(ScrollbarMode& horizontal, ScrollbarMode& vertical) const;
  /external/chromium/chrome/browser/resources/options/chromeos/
internet_options_page.css 90 vertical-align: middle;
159 vertical-align: middle;
169 vertical-align: middle;
174 vertical-align: middle;

Completed in 922 milliseconds

1 2 3 4 5 6 7