HomeSort by relevance Sort by last modified time
    Searched full:direction (Results 326 - 350 of 3958) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-font.h 374 hb_direction_t direction,
379 hb_direction_t direction,
384 hb_direction_t direction,
389 hb_direction_t direction,
395 hb_direction_t direction,
401 hb_direction_t direction,
407 hb_direction_t direction,
492 * A zero value means "no hinting in that direction"
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s 17 ; * Performs detecting the prediction direction
30 ; * [out]predDir indicates the prediction direction which takes one
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s 17 ; * Performs detecting the prediction direction
30 ; * [out]predDir indicates the prediction direction which takes one
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
SmallCircleActivity.java 55 mPath.addCircle(SIZE * 0.5f, SIZE * 0.5f, SIZE * 0.275f, Path.Direction.CW);
56 mPath.addCircle(SIZE * 0.5f, SIZE * 0.5f, SIZE * 0.225f, Path.Direction.CCW);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
StatusBar.java 33 public StatusBar(Context context, Density density, int direction, boolean RtlEnabled)
35 // FIXME: if direction is RTL but it's not enabled in application manifest, mirror this bar.
  /frameworks/support/v4/jellybean/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompatJellyBean.java 64 public static Object focusSearch(Object info, int direction) {
65 return ((AccessibilityNodeInfo) info).focusSearch(direction);
  /ndk/sources/host-tools/sed-4.2.1/lib/
mbsinit.c 34 - In mb -> wc direction, mbstate_t's first byte contains the number of
36 - In wc -> mb direction, mbstate_t contains no information. In other
  /packages/apps/Contacts/res/layout/
stream_item_row_images.xml 32 ex:direction="widthToHeight">
49 ex:direction="widthToHeight">
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
DigitsEditText.java 38 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) {
39 super.onFocusChanged(focused, direction, previouslyFocusedRect);
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Camera.java 48 * Given input data such as location, orientation (direction, left, up),
599 * <code>getDirection</code> retrieves the direction vector the camera is
602 * @return the direction the camera is facing.
630 * <code>getDirection</code> retrieves the direction vector the camera is
633 * @return the direction the camera is facing.
687 * <code>lookAtDirection</code> sets the direction the camera is facing
688 * given a direction and an up vector.
690 * @param direction the direction this camera is facing.
692 public void lookAtDirection(Vector3f direction, Vector3f up)
1215 Vector3f direction = getDirection(vars.vect2); local
    [all...]
  /external/eigen/Eigen/src/Core/
Replicate.h 167 template<typename ExpressionType, int Direction>
168 const typename VectorwiseOp<ExpressionType,Direction>::ReplicateReturnType
169 VectorwiseOp<ExpressionType,Direction>::replicate(Index factor) const
171 return typename VectorwiseOp<ExpressionType,Direction>::ReplicateReturnType
172 (_expression(),Direction==Vertical?factor:1,Direction==Horizontal?factor:1);
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
FadeFilter.java 56 private float direction = 1; field in class:FadeFilter
89 value += tpf * direction / duration;
91 if (direction > 0 && value > 1) {
96 if (direction < 0 && value < 0) {
125 direction = 1;
134 direction = -1;
  /external/libvpx/libvpx/vp9/common/
vp9_scale.c 102 // applied in one direction only, and not at all for 0,0, seems to give the
107 // No scaling in either direction.
115 // No scaling in x direction. Must always scale in the y direction.
125 // No scaling in the y direction. Must always scale in the x direction.
  /packages/apps/Camera/src/com/android/camera/
PanoProgressBar.java 48 public void onDirectionChange(int direction);
69 private void setDirection(int direction) {
70 if (mDirection != direction) {
71 mDirection = direction;
131 // The panning direction will be decided after user pan more than 10 degrees in one
132 // direction.
  /packages/apps/Camera2/src/com/android/camera/
PanoProgressBar.java 48 public void onDirectionChange(int direction);
69 private void setDirection(int direction) {
70 if (mDirection != direction) {
71 mDirection = direction;
131 // The panning direction will be decided after user pan more than 10 degrees in one
132 // direction.
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoProgressBar.java 47 public void onDirectionChange(int direction);
68 private void setDirection(int direction) {
69 if (mDirection != direction) {
70 mDirection = direction;
128 // The panning direction will be decided after user pan more than 10 degrees in one
129 // direction.
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_widget_host_view_mac_history_swiper.mm 242 (history_swiper::NavigationDirection)direction
250 initForMode:(direction == history_swiper::kForwards)
257 historySwipeDirection_ = direction;
270 (history_swiper::NavigationDirection)direction {
274 if (direction == history_swiper::kForwards)
282 (history_swiper::NavigationDirection)direction
288 if (direction == history_swiper::kForwards) {
311 history_swiper::NavigationDirection direction =
314 [self browserCanNavigateInDirection:direction event:theEvent];
341 // (or -1, depending on the direction). If the user lets go below tha
    [all...]
  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber_browsertest.cc 70 TabScrubber::Direction direction) {
72 GetTabStrip(browser), index, direction).x();
86 TabScrubber::Direction direction = index < active_index ? local
89 GetStartX(browser, active_index, direction);
117 TabScrubber::Direction direction; local
120 direction = TabScrubber::LEFT;
123 direction = TabScrubber::RIGHT
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.cpp 76 void HTMLTextFormControlElement::dispatchFocusEvent(Element* oldFocusedElement, FocusDirection direction)
80 handleFocusEvent(oldFocusedElement, direction);
81 HTMLFormControlElementWithState::dispatchFocusEvent(oldFocusedElement, direction);
175 void HTMLTextFormControlElement::setSelectionDirection(const String& direction)
177 setSelectionRange(selectionStart(), selectionEnd(), direction); local
269 TextFieldSelectionDirection direction = SelectionHasNoDirection; local
271 direction = SelectionHasForwardDirection;
273 direction = SelectionHasBackwardDirection;
275 return setSelectionRange(start, end, direction);
278 void HTMLTextFormControlElement::setSelectionRange(int start, int end, TextFieldSelectionDirection direction)
    [all...]
  /external/chromium_org/ui/gfx/
render_text_pango.cc 35 // Returns true if the given visual cursor |direction| is logically forward
37 bool IsForwardMotion(VisualCursorDirection direction, const PangoItem* item) {
39 return rtl == (direction == CURSOR_LEFT);
147 VisualCursorDirection direction) {
151 SelectionModel edge = EdgeSelectionModel(direction);
155 run = (direction == CURSOR_RIGHT) ?
159 // grapheme in the appropriate direction.
162 if (IsForwardMotion(direction, item)) {
175 run = (direction == CURSOR_RIGHT) ?
178 return EdgeSelectionModel(direction);
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkMorphologyImageFilter.cpp 46 template<MorphDirection direction>
51 const int srcStrideX = direction == kX ? 1 : srcStride;
52 const int dstStrideX = direction == kX ? 1 : dstStride;
53 const int srcStrideY = direction == kX ? srcStride : 1;
54 const int dstStrideY = direction == kX ? dstStride : 1;
106 template<MorphDirection direction>
111 const int srcStrideX = direction == kX ? 1 : srcStride;
112 const int dstStrideX = direction == kX ? 1 : dstStride;
113 const int srcStrideY = direction == kX ? srcStride : 1;
114 const int dstStrideY = direction == kX ? dstStride : 1
    [all...]
  /external/skia/src/effects/
SkMorphologyImageFilter.cpp 46 template<MorphDirection direction>
51 const int srcStrideX = direction == kX ? 1 : srcStride;
52 const int dstStrideX = direction == kX ? 1 : dstStride;
53 const int srcStrideY = direction == kX ? srcStride : 1;
54 const int dstStrideY = direction == kX ? dstStride : 1;
106 template<MorphDirection direction>
111 const int srcStrideX = direction == kX ? 1 : srcStride;
112 const int dstStrideX = direction == kX ? 1 : dstStride;
113 const int srcStrideY = direction == kX ? srcStride : 1;
114 const int dstStrideY = direction == kX ? dstStride : 1
    [all...]
  /libcore/luni/src/main/java/java/text/
Bidi.java 35 * direction of the text as well as the nesting level. Left-to-right runs have
91 * attribute determines the base direction of the bidirectional text. If it
130 Object direction = paragraph.getAttribute(TextAttribute.RUN_DIRECTION); local
131 if (direction != null && direction instanceof Boolean) {
132 if (direction.equals(TextAttribute.RUN_DIRECTION_LTR)) {
197 * indicates the base direction of the bidirectional text. It is
198 * expected that this will be one of the direction constant
250 * indicates the base direction of the bidirectional text. It is
251 * expected that this will be one of the direction constan
356 private int direction; field in class:Bidi
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
usb.idl 10 // Direction, Recipient, RequestType, and TransferType all map to their
12 enum Direction {in, out};
55 Direction direction;
79 // The direction of this transfer.
80 Direction direction;
105 // The direction of this transfer.
106 Direction direction;
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/api/mouse_lock/
mouse_lock.cc 21 // Indicate the direction of the mouse location relative to the center of the
285 MouseDirection direction = kLeft; local
292 direction = (mouse_movement_.x() < 0) ? kLeft : kRight;
293 if (direction == kLeft)
300 direction = (mouse_movement_.y() < 0) ? kUp : kDown;
301 if (direction == kUp)
316 bool within_bound_3 = (direction == kUp && y < center_y) ||
317 (direction == kDown && y > center_y) ||
318 (direction == kLeft && x < center_x) ||
319 (direction == kRight && x > center_x)
    [all...]

Completed in 1860 milliseconds

<<11121314151617181920>>