Searched defs:vertical (Results 1 - 25 of 30) sorted by relevance

12

/external/openfst/src/script/
H A Ddraw.cc35 bool vertical,
44 height, portrait, vertical, ranksep, nodesep,
26 DrawFst(const FstClass &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, const string &title, float width, float height, bool portrait, bool vertical, float ranksep, float nodesep, int fontsize, int precision, bool show_weight_one, ostream *ostrm, const string &dest) argument
/external/chromium/chrome/browser/ui/views/bubble/
H A Dborder_contents.cc54 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) { argument
146 return vertical ? insets.height() : insets.width();
81 MirrorArrowIfOffScreen( bool vertical, const gfx::Rect& position_relative_to, const gfx::Rect& monitor_bounds, const gfx::Size& local_contents_size, BubbleBorder::ArrowLocation* arrow_location, gfx::Rect* window_bounds) argument
/external/openfst/src/include/fst/script/
H A Ddraw.h43 const bool vertical; member in struct:fst::script::FstDrawerArgs
61 bool vertical,
71 vertical(vertical), ranksep(ranksep), nodesep(nodesep),
84 args->vertical, args->ranksep,
99 bool vertical,
52 FstDrawerArgs(const FstClass &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, const string &title, float width, float height, bool portrait, bool vertical, float ranksep, float nodesep, int fontsize, int precision, bool show_weight_one, ostream *ostrm, const string &dest) argument
H A Ddraw-impl.h52 bool vertical,
61 vertical_(vertical), ranksep_(ranksep), nodesep_(nodesep),
43 FstDrawer(const Fst<A> &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, string title, float width, float height, bool portrait, bool vertical, float ranksep, float nodesep, int fontsize, int precision, bool show_weight_one) argument
/external/webkit/Source/WebCore/svg/
H A DSVGPathSegListSource.cpp93 SVGPathSegLinetoVertical* vertical = static_cast<SVGPathSegLinetoVertical*>(m_segment.get()); local
94 y = vertical->y();
/external/icu4c/layoutex/
H A Dplayout.cpp33 le_bool vertical,
38 paragraphLevel, vertical, *status);
26 pl_create(const LEUnicode chars[], le_int32 count, const pl_fontRuns *fontRuns, const pl_valueRuns *levelRuns, const pl_valueRuns *scriptRuns, const pl_localeRuns *localeRuns, UBiDiLevel paragraphLevel, le_bool vertical, LEErrorCode *status) argument
H A DParagraphLayout.cpp316 UBiDiLevel paragraphLevel, le_bool vertical,
320 fVertical(vertical), fClientLevels(TRUE), fClientScripts(TRUE), fClientLocales(TRUE), fEmbeddingLevels(NULL),
311 ParagraphLayout(const LEUnicode chars[], le_int32 count, const FontRuns *fontRuns, const ValueRuns *levelRuns, const ValueRuns *scriptRuns, const LocaleRuns *localeRuns, UBiDiLevel paragraphLevel, le_bool vertical, LEErrorCode &status) argument
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DGridDataFactory.java201 * vertical hint (pixels), or SWT.DEFAULT to use the control's preferred size
286 * Increments vertical hint on given value.
344 * vertical alignment. One of SWT.BEGINNING, SWT.CENTER, SWT.END, or SWT.FILL.
354 * Sets the horizontal and vertical alignment to GridData.FILL.
418 * Sets the vertical alignment of the control within its cell.
421 * vertical alignment. One of SWT.BEGINNING, SWT.CENTER, SWT.END, or SWT.FILL.
430 * Sets the vertical alignment of the control to GridData.BEGINNING
439 * Sets the vertical alignment of the control to GridData.CENTER
448 * Sets the vertical alignment of the control to GridData.FILL
457 * Sets the vertical alignmen
512 grab(boolean horizontal, boolean vertical) argument
[all...]
/external/webkit/Source/WebKit/chromium/public/linux/
H A DWebThemeEngine.h113 bool vertical; member in struct:WebKit::WebThemeEngine::SliderExtraParams
143 // like vertical scrollbar thumbs, the width will be the required width of
/external/webkit/Source/WebCore/platform/
H A DScrollView.h95 // Functions for setting and retrieving the scrolling mode in each axis (horizontal/vertical). The mode has values of
104 ScrollbarMode horizontalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return horizontal; } local
105 ScrollbarMode verticalScrollbarMode() const { ScrollbarMode horizontal, vertical; scrollbarModes(horizontal, vertical); return vertical; } local
392 void platformScrollbarModes(ScrollbarMode& horizontal, ScrollbarMode& vertical) const;
/external/webkit/Source/WebCore/platform/chromium/
H A DPlatformBridge.h333 bool vertical; member in struct:WebCore::PlatformBridge::SliderExtraParams
361 // like vertical scrollbar thumbs, the width will be the required width of
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebInspectorDelegate.h311 /* [in] */ BOOL vertical,
304 paintCustomScrollbar( IWebView *webView, HDC hDC, RECT rect, WebScrollBarControlSize size, WebScrollbarControlState state, WebScrollbarControlPart pressedPart, BOOL vertical, float value, float proportion, WebScrollbarControlPartMask parts) argument
H A DWebChromeClient.cpp650 ScrollbarControlState state, ScrollbarPart pressedPart, bool vertical,
713 vertical, value, proportion, webParts);
649 paintCustomScrollbar(GraphicsContext* context, const FloatRect& rect, ScrollbarControlSize size, ScrollbarControlState state, ScrollbarPart pressedPart, bool vertical, float value, float proportion, ScrollbarControlPartMask parts) argument
/external/freetype/src/autofit/
H A Dafcjk.c1287 * We snap the width of vertical stems for the monochrome and
1295 * vertical LCD rendering targets only.
1387 FT_Bool vertical = FT_BOOL( dim == AF_DIMENSION_VERT ); local
1402 if ( ( vertical && !AF_LATIN_HINTS_DO_VERT_SNAP( hints ) ) ||
1403 ( !vertical && !AF_LATIN_HINTS_DO_HORZ_SNAP( hints ) ) )
1447 if ( vertical )
1449 /* in the case of vertical hinting, always round */
1686 dim == AF_DIMENSION_HORZ ? "vertical" : "horizontal" ));
1888 /* In general, lowercase m's have six vertical edges if they are sans */
H A Daflatin.c1488 * We snap the width of vertical stems for the monochrome and
1496 * vertical LCD rendering targets only.
1596 FT_Int vertical = ( dim == AF_DIMENSION_VERT ); local
1609 if ( ( vertical && !AF_LATIN_HINTS_DO_VERT_SNAP( hints ) ) ||
1610 ( !vertical && !AF_LATIN_HINTS_DO_HORZ_SNAP( hints ) ) )
1616 vertical &&
1678 if ( vertical )
1680 /* in the case of vertical hinting, always round */
1715 /* vertical stems. */
1813 : "vertical"));
[all...]
H A Daflatin2.c829 * e.g. a 2-point vertical contour
1498 * We snap the width of vertical stems for the monochrome and
1506 * vertical LCD rendering targets only.
1604 FT_Int vertical = ( dim == AF_DIMENSION_VERT ); local
1619 if ( ( vertical && !AF_LATIN_HINTS_DO_VERT_SNAP( hints ) ) ||
1620 ( !vertical && !AF_LATIN_HINTS_DO_HORZ_SNAP( hints ) ) )
1626 if ( ( stem_flags & AF_EDGE_SERIF ) && vertical && ( dist < 3 * 64 ) )
1690 if ( vertical )
1692 /* in the case of vertical hinting, always round */
1727 /* vertical stem
[all...]
/external/freetype/src/pshinter/
H A Dpshalgo.h216 FT_Bool vertical; member in struct:PSH_GlyphRec_
234 FT_Bool vertical );
/external/webkit/Tools/DumpRenderTree/gtk/
H A DEventSender.cpp417 int vertical = (int)JSValueToNumber(context, arguments[1], exception); local
421 g_return_val_if_fail((!vertical || !horizontal), JSValueMakeUndefined(context));
434 else if (vertical < 0)
436 else if (vertical > 0)
/external/webkit/Tools/DumpRenderTree/win/
H A DUIDelegate.cpp401 /* [in] */ BOOL vertical,
394 paintCustomScrollbar( IWebView *webView, HDC hDC, RECT rect, WebScrollBarControlSize size, WebScrollbarControlState state, WebScrollbarControlPart pressedPart, BOOL vertical, float value, float proportion, WebScrollbarControlPartMask parts) argument
/external/icu4c/common/
H A Dtriedict.cpp376 kVerticalNode = 0x1000, // This is a vertical node
509 // of a vertical node.
685 BuildCompactTrieNode(UBool parentEndsWord, UBool vertical, UStack &nodes, UErrorCode &status) { argument
688 fVertical = vertical;
772 fprintf(stderr, "ERROR: vertical link, logical node %d maps to physical node zero\n",
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp557 ScrollbarControlState, ScrollbarPart pressedPart, bool vertical,
556 paintCustomScrollbar(GraphicsContext*, const FloatRect&, ScrollbarControlSize, ScrollbarControlState, ScrollbarPart pressedPart, bool vertical, float value, float proportion, ScrollbarControlPartMask) argument
/external/freetype/include/freetype/internal/
H A Dtttypes.h429 /* vertBearingX :: The vertical left bearing. */
431 /* vertBearingY :: The vertical top bearing. */
433 /* vertAdvance :: The vertical advance. */
491 /* bitmap strike, for either a horizontal or vertical layout. */
518 /* vertical advance - */
634 /* vert :: The line metrics for vertical layouts. */
642 /* y_ppem :: The number of vertical pixels per EM. */
647 /* flags :: Is this a vertical or horizontal strike? For */
712 /* vert :: The vertical line metrics. */
716 /* y_ppem :: The number of vertical pixel
1277 TT_VertHeader vertical; /* TT Vertical header, if present */ member in struct:TT_FaceRec_
[all...]
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp1460 bool vertical = fabs(d.height()) > fabs(d.width()); local
1469 tv[iTv].x = vertical ? x + width: x + width * stop.stop;
1470 tv[iTv].y = vertical ? y + height * stop.stop : y + height;
1480 if (vertical)
1487 GradientFill(dc, tv.data(), tv.size(), mesh.data(), mesh.size(), vertical ? GRADIENT_FILL_RECT_V : GRADIENT_FILL_RECT_H);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar ... CENTER public static final int HORIZONTAL public static final int VERTICAL public static final int DATE public static final int TIME ...

Completed in 490 milliseconds

12