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

<<11121314151617181920>>

  /external/skia/include/core/
SkGeometry.h 24 +infinity in the X direction. e.g. XRay(3,5) is the half-line
183 /** Given 2 unit vectors and a rotation direction, fill out the specified
  /external/tcpdump/
print-fddi.c 63 * want it to look like one byte of 'direction' (0 or 1
69 * 'direction' byte to all bpf headers (e.g., in the two
  /external/webkit/WebCore/bindings/objc/
DOMCSS.h 136 - (NSString *)direction;
137 - (void)setDirection:(NSString *)direction;
  /external/webkit/WebCore/editing/
SelectionController.cpp 232 void SelectionController::willBeModified(EAlteration alter, EDirection direction)
241 // FIXME: This is probably not correct for right and left when the direction is RTL.
242 switch (direction) {
264 return renderer->style()->direction();
275 // it extends forward logically if the enclosing block is LTR direction,
276 // but it extends backward logically if the enclosing block is RTL direction.
424 // it extends backward logically if the enclosing block is LTR direction,
425 // but it extends forward logically if the enclosing block is RTL direction.
    [all...]
ApplyStyleCommand.cpp 119 // If unicode-bidi is present in mutableStyle and direction is not, then add direction to mutableStyle.
793 // We are allowed to leave the highest ancestor with unicode-bidi unsplit if it is unicode-bidi: embed and direction: allowedDirection
922 RefPtr<CSSValue> direction; local
    [all...]
Editor.cpp 227 bool Editor::deleteWithDirection(SelectionController::EDirection direction, TextGranularity granularity, bool killRing, bool isTypingAction)
243 switch (direction) {
496 RefPtr<CSSValue> direction = typingStyle->getPropertyCSSValue(CSSPropertyDirection); local
497 ASSERT(!direction || direction->isPrimitiveValue());
498 if (direction) {
500 return static_cast<CSSPrimitiveValue*>(direction.get())->getIdent() == CSSValueLtr ? LeftToRightWritingDirection : RightToLeftWritingDirection;
534 RefPtr<CSSValue> direction = style->getPropertyCSSValue(CSSPropertyDirection); local
535 if (!direction)
538 ASSERT(direction->isPrimitiveValue())
    [all...]
  /external/webkit/WebCore/icu/unicode/
ucoleitr.h 82 * The Collation Element Iterator moves only in one direction between calls to
88 * If a change of direction is done without a ucol_reset, the result is
  /external/webkit/WebCore/platform/graphics/gtk/
FontGtk.cpp 157 PangoDirection direction = run.rtl() ? PANGO_DIRECTION_RTL : PANGO_DIRECTION_LTR; local
158 pango_context_set_base_dir(pangoContext, direction);
  /frameworks/base/core/java/android/widget/
DialerFilter.java 105 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) {
106 super.onFocusChanged(focused, direction, previouslyFocusedRect);
  /hardware/msm7k/libcamera/
camera_ifc.h 320 /* Sensor can be rotated from forward direction to reversed direction or
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
currBss.c 310 tTriggerCfg.direction = RSSI_EVENT_DIR_LOW;
321 tTriggerCfg.direction = RSSI_EVENT_DIR_LOW;
333 tTriggerCfg.direction = RSSI_EVENT_DIR_BIDIR;
395 tTriggerCfg.direction = RSSI_EVENT_DIR_LOW;
411 tTriggerCfg.direction = RSSI_EVENT_DIR_LOW;
426 tTriggerCfg.direction = RSSI_EVENT_DIR_BIDIR;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiver.java 177 in.putExtra("direction", BluetoothShare.DIRECTION_OUTBOUND);
184 in.putExtra("direction", BluetoothShare.DIRECTION_INBOUND);
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
eth_utils.c 194 /* Close the write direction of the pipe - because i only read information from this pipe. */
383 /* Close the read direction of the pipe - because i only write information from this pipe. (to child process) */
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
currBss.c 308 tTriggerCfg.direction = RSSI_EVENT_DIR_LOW;
319 tTriggerCfg.direction = RSSI_EVENT_DIR_LOW;
331 tTriggerCfg.direction = RSSI_EVENT_DIR_BIDIR;
393 tTriggerCfg.direction = RSSI_EVENT_DIR_LOW;
409 tTriggerCfg.direction = RSSI_EVENT_DIR_LOW;
424 tTriggerCfg.direction = RSSI_EVENT_DIR_BIDIR;
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebpage.cpp 1336 ScrollDirection direction; local
2996 ::FindDirection direction = ::FindDirectionForward; local
    [all...]
  /frameworks/base/core/java/android/view/
View.java 471 * given direction. In rare cases, the default algorithm may not match the
505 * Any time a user hits a directional key, such as a D-pad direction, the view device will
    [all...]
  /dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/
CollationAttribute.java 99 * Attribute for direction of secondary weights
  /development/pdk/docs/source/
code-lines.jd 62 Google retains responsibility for the strategic direction of Android as a
  /external/bluetooth/bluez/common/
android_bluez.c 116 error("Error setting data direction\n");
  /external/dbus/dbus/
dbus-resources.c 176 * either direction (moving up, or moving down).
  /external/expat/
README 133 Discussion related to the direction of future expat development takes
  /external/freetype/src/autofit/
afhints.c 107 /* we want the edge with same position and minor direction */
332 /* compute the direction value of a given vector */
338 AF_Direction dir; /* candidate direction */
609 /* direction used for a glyph, given that some fonts are broken (e.g., */
  /external/grub/netboot/
ns8390.h 115 #define _3COM_CR_DDIR 0x40 /* DMA direction select */
  /external/icu4c/common/
dictbe.h 88 * direction.
rbbiscan.h 126 // is a reverse direction rule (if it

Completed in 335 milliseconds

<<11121314151617181920>>