HomeSort by relevance Sort by last modified time
    Searched full:direction (Results 351 - 375 of 1273) sorted by null

<<11121314151617181920>>

  /external/webkit/WebKit/win/Interfaces/
IWebDocument.idl 114 @method searchFor:direction:caseSensitive:wrap:
121 - (BOOL)searchFor:(NSString *)string direction:(BOOL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag;
  /external/webkit/WebKit/win/
WebScrollBar.cpp 244 WebScrollDirection direction,
248 ScrollDirection webCoreScrollDirection = (ScrollDirection) direction;
WebCoreLocalizedStrings.cpp 72 String WebCore::contextMenuItemTagWritingDirectionMenu() { return String(LPCTSTR_UI_STRING("Paragraph Direction", "Paragraph direction context sub-menu item")); }
73 String WebCore::contextMenuItemTagTextDirectionMenu() { return String(LPCTSTR_UI_STRING("Selection Direction", "Selection direction context sub-menu item")); }
74 String WebCore::contextMenuItemTagDefaultDirection() { return String(LPCTSTR_UI_STRING("Default", "Default writing direction context menu item")); }
  /frameworks/base/opengl/java/android/opengl/
GLU.java 102 * direction.
104 * view in the x direction. The aspect ratio is the ratio of x
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
AccountUnlockScreen.java 132 protected boolean onRequestFocusInDescendants(int direction,
135 return mLogin.requestFocus(direction, previouslyFocusedRect);
PasswordUnlockScreen.java 122 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) {
124 return mPasswordEntry.requestFocus(direction, previouslyFocusedRect);
  /external/icu4c/common/unicode/
ubidi.h 125 * UBiDiDirection direction,
130 * if(direction==UBIDI_LTR) {
138 * direction, styleRun[i].style);
155 * direction, styleRun[i].style);
167 * UBiDiDirection direction=ubidi_getDirection(line);
168 * if(direction!=UBIDI_MIXED) {
171 * renderRun(text, start, limit, direction, styleRuns[0].style);
174 * direction, styleRuns, styleRunCount);
188 * direction=ubidi_getVisualRun(para, i, &start, &length);
189 * renderRun(text, start, start+length, direction, style)
    [all...]
  /external/opencore/codecs_v2/audio/aac/dec/src/
get_tns.cpp 103 pTnsFrameInfo->filt[]->direction = A flag is set for each TNS filter.
105 If the direction flag (on the bitstream) = 0, then the filter
108 If the direction flag (on the bitstream) = 1, then the filter
112 The value stored in filt[]->direction maps the values [0,1] to [1,-1] for
482 * pFilt->direction = [1,-1]
487 pFilt->direction = (-(Int)tempInt) | 0x1;
tns_ar_filter.cpp 79 registers. Also split the code (based on flag direction) to simplify
96 direction = direction for application of tns filter.
149 The direction of the filter's application is defined by (const Int inc)
300 const Int direction,
372 if (direction == -1)
  /external/webkit/WebCore/platform/
ScrollView.cpp 320 bool ScrollView::scroll(ScrollDirection direction, ScrollGranularity granularity)
323 return platformScroll(direction, granularity);
325 if (direction == ScrollUp || direction == ScrollDown) {
327 return m_verticalScrollbar->scroll(direction, granularity);
330 return m_horizontalScrollbar->scroll(direction, granularity);
    [all...]
  /external/webkit/WebCore/rendering/
SVGInlineTextBox.cpp 97 if (direction() == LTR)
144 if (textBox->direction() == RTL)
246 if (direction() == RTL)
261 if (closestOffsetInBox > 0 && direction() == LTR)
263 else if (closestOffsetInBox < (int) end() && direction() == RTL)
271 closestOffsetInBox += direction() == RTL ? -1 : 1;
RenderTextControlSingleLine.cpp 306 innerLayer->scrollToOffset(style()->direction() == RTL ? innerLayer->scrollWidth() : 0, 0);
690 return PopupMenuStyle(style()->color(), style()->backgroundColor(), style()->font(), style()->visibility() == VISIBLE, style()->textIndent(), style()->direction());
826 bool RenderTextControlSingleLine::scroll(ScrollDirection direction, ScrollGranularity granularity, float multiplier, Node** stopNode)
829 if (layer && layer->scroll(direction, granularity, multiplier))
831 return RenderBlock::scroll(direction, granularity, multiplier, stopNode);
  /frameworks/base/media/libstagefright/codecs/aacdec/
get_tns.cpp 103 pTnsFrameInfo->filt[]->direction = A flag is set for each TNS filter.
105 If the direction flag (on the bitstream) = 0, then the filter
108 If the direction flag (on the bitstream) = 1, then the filter
112 The value stored in filt[]->direction maps the values [0,1] to [1,-1] for
482 * pFilt->direction = [1,-1]
487 pFilt->direction = (-(Int)tempInt) | 0x1;
tns_ar_filter.cpp 79 registers. Also split the code (based on flag direction) to simplify
96 direction = direction for application of tns filter.
149 The direction of the filter's application is defined by (const Int inc)
300 const Int direction,
372 if (direction == -1)
  /external/icu4c/i18n/
rbt_pars.cpp 898 direction = theDirection;
    [all...]
transreg.cpp 67 direction(UTRANS_FORWARD),
79 direction(UTRANS_FORWARD),
90 direction(dir),
184 parser.parse(aliasesOrRules, direction, pe, ec);
    [all...]
  /frameworks/base/core/java/android/text/
Layout.java 205 // LineBackgroundSpans know nothing about the alignment or direction of
301 // to the paragraph direction of the line.
530 * the paragraph's primary direction.
539 * the direction other than the paragraph's primary direction.
    [all...]
StaticLayout.java 238 // same bidi direction.
611 * the char dirs in chInfo and the base line direction of the first
616 * @param dir the direction flag, either DIR_REQUEST_LTR,
625 * @return the resolved direction level of the first paragraph, either
634 * Determine primary paragraph direction if not specified
769 // W7 strong direction of european numbers
828 // primary direction
    [all...]
  /frameworks/base/core/java/android/view/
ViewRoot.java 1793 int direction = View.FOCUS_UP; local
2474 int direction = 0; local
    [all...]
  /external/svox/pico/lib/
picopam.c 421 picoos_uint8 event_type, picoos_uint8 direction);
423 picoos_uint8 event_type, picoos_uint8 direction);
    [all...]
  /external/icu4c/common/
ubidi.c 100 * consider if the paragraph direction should be considered in
570 UBiDiDirection direction; local
574 direction=directionFromFlags(pBiDi);
578 if((direction!=UBIDI_MIXED) && (pBiDi->paraCount==1)) {
714 direction=directionFromFlags(pBiDi);
717 return direction;
1743 UBiDiDirection direction; local
    [all...]
  /bionic/libc/include/sys/
queue.h 46 * direction. Singly-linked lists are ideal for applications with large
54 * may only be traversed in the forward direction.
61 * list. A simple queue may only be traversed in the forward direction.
68 * the list. A tail queue may be traversed in either direction.
75 * A circle queue may be traversed in either direction, but has a more
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h 454 @param direction Encrypt or Decrypt direction (0 or 1)
465 int direction);
479 @param direction Encrypt or Decrypt mode (GCM_ENCRYPT or GCM_DECRYPT)
489 int direction);
  /external/tcpdump/
print-juniper.c 124 u_int8_t direction; member in struct:juniper_l2info_t
695 if (l2info.direction != JUNIPER_BPF_PKT_IN && /* ether-over-1483 encaps ? */
809 l2info->direction = p[3]&JUNIPER_BPF_PKT_IN;
817 if (eflag) /* print direction */
818 printf("%3s ",tok2str(juniper_direction_values,"---",l2info->direction));
  /ndk/build/platforms/android-8/arch-arm/usr/include/sys/
queue.h 46 * direction. Singly-linked lists are ideal for applications with large
54 * may only be traversed in the forward direction.
61 * list. A simple queue may only be traversed in the forward direction.
68 * the list. A tail queue may be traversed in either direction.
75 * A circle queue may be traversed in either direction, but has a more

Completed in 100 milliseconds

<<11121314151617181920>>