HomeSort by relevance Sort by last modified time
    Searched refs:directions (Results 1 - 22 of 22) sorted by null

  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-raytrace.js 272 this.directions = new Array(4);
273 this.directions[0] = normalise([-0.7, 0.7, 1]);
274 this.directions[1] = normalise([ 0.7, 0.7, 1]);
275 this.directions[2] = normalise([ 0.7, -0.7, 1]);
276 this.directions[3] = normalise([-0.7, -0.7, 1]);
277 this.directions[0] = transformMatrix(m, this.directions[0]);
278 this.directions[1] = transformMatrix(m, this.directions[1]);
279 this.directions[2] = transformMatrix(m, this.directions[2])
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-raytrace.js 272 this.directions = new Array(4);
273 this.directions[0] = normalise([-0.7, 0.7, 1]);
274 this.directions[1] = normalise([ 0.7, 0.7, 1]);
275 this.directions[2] = normalise([ 0.7, -0.7, 1]);
276 this.directions[3] = normalise([-0.7, -0.7, 1]);
277 this.directions[0] = transformMatrix(m, this.directions[0]);
278 this.directions[1] = transformMatrix(m, this.directions[1]);
279 this.directions[2] = transformMatrix(m, this.directions[2])
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/joystick/mint/
SDL_sysjoystick.c 749 Uint16 directions; member in struct:JOYPAD_IO_S
777 jp_directions = (~(JOYPAD_IO.directions));
799 JOYPAD_IO.directions = joypad_masks[(i*4)+j];
802 cur_dir = (~(JOYPAD_IO.directions)>>8) & 15;
813 JOYPAD_IO.directions = joypad_masks[(i*4)+j];
816 cur_dir = (~(JOYPAD_IO.directions)>>12) & 15;
823 JOYPAD_IO.directions=0xffff;
  /frameworks/base/core/java/android/text/
Layout.java 342 Directions directions = getLineDirections(i); local
343 if (directions == DIRS_ALL_LEFT_TO_RIGHT && !mSpannedText && !hasTabOrEmoji) {
347 tl.set(paint, buf, start, end, dir, directions, hasTabOrEmoji, tabStops);
664 public abstract Directions getLineDirections(int line);
688 Directions dirs = getLineDirections(line);
718 Directions dirs = getLineDirections(line);
838 Directions directions = getLineDirections(line); local
851 tl.set(mPaint, mText, start, end, dir, directions, hasTabOrEmoji, tabStops)
967 Directions directions = getLineDirections(line); local
993 Directions directions = getLineDirections(line); local
1238 Directions directions = getLineDirections(line); local
    [all...]
AndroidBidi.java 19 import android.text.Layout.Directions;
59 * @return the directions
61 public static Directions directions(int dir, byte[] levels, int lstart, method in class:AndroidBidi
173 return new Directions(ld);
TextLine.java 24 import android.text.Layout.Directions;
53 private Directions mDirections;
127 * @param directions the directions information of this line
132 Directions directions, boolean hasTabs, TabStops tabStops) {
138 mDirections = directions;
140 throw new IllegalArgumentException("Directions cannot be null");
152 mCharsValid = hasReplacement || hasTabs || directions != Layout.DIRS_ALL_LEFT_TO_RIGHT;
    [all...]
StaticLayout.java 134 mLineDirections = new Directions[
153 mLineDirections = new Directions[ArrayUtils.idealIntArraySize(2 * mColumns)];
606 Directions[] grow2 = new Directions[nlen];
678 Directions linedirs = DIRS_ALL_LEFT_TO_RIGHT;
685 mLineDirections[j] = AndroidBidi.directions(dir, chdirs, start - widthStart, chs,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintList.java     [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
ViewDragHelper.java     [all...]
  /external/quake/quake/src/WinQuake/
quake-rogue.spec.sh 71 directions for Quake to date; and the most popular too!
  /external/ceres-solver/docs/
faq.tex 60 Not at this time. We have some ideas on how to do this, but we have not had very many requests to justify the effort involved. If you have a problem that requires such a functionality we would like to hear about it as it will help us decide directions for future work. In the meanwhile, if you are interested in solving bounds constrained problems, consider using some of the tricks described by John D'Errico in his fminsearchbnd toolkit~\footnote{\url{http://www.mathworks.com/matlabcentral/fileexchange/8277-fminsearchbnd}}.
modeling.tex 291 the null directions of the cost. More generally, if $x$ lies on a
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 23 and follow the on-screen directions
cmdline2.stdout.exp 23 and follow the on-screen directions
  /external/iproute2/doc/
ip-tunnels.tex 81 A: Linux-2.2 has single module \verb|ipip| for both directions of tunneling
275 output directions by prefixing corresponding keywords with letter
ip-cref.tex     [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 86 description: 'Find local business information, directions, and ' +
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/libs/
android-support-v4.jar 
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 852 milliseconds