Home
last modified time | relevance | path

Searched refs:directions (Results 1 – 25 of 80) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
D3d-raytrace.js272 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]);
280 this.directions[3] = transformMatrix(m, this.directions[3]);
287 rays[0].dir = addVector(scale(this.directions[0], y), scale(this.directions[3], 1 - y));
[all …]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
D3d-raytrace.js272 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]);
280 this.directions[3] = transformMatrix(m, this.directions[3]);
287 rays[0].dir = addVector(scale(this.directions[0], y), scale(this.directions[3], 1 - y));
[all …]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
D3d-raytrace.js272 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]);
280 this.directions[3] = transformMatrix(m, this.directions[3]);
287 rays[0].dir = addVector(scale(this.directions[0], y), scale(this.directions[3], 1 - y));
[all …]
/external/droiddriver/src/com/google/android/droiddriver/scroll/
DDirection.java97 private final PhysicalDirection[] directions = {LEFT, RIGHT};
101 return directions; in getPhysicalDirections()
105 private final PhysicalDirection[] directions = {UP, DOWN};
109 return directions; in getPhysicalDirections()
/external/iptables/extensions/
Dlibxt_conntrack.man40 specified at all, matches packets in both directions.
49 with a connection which has not seen packets in both directions.
53 in both directions.
80 Conntrack has seen packets in both directions.
/external/qemu/distrib/sdl-1.2.15/src/joystick/mint/
DSDL_sysjoystick.c749 Uint16 directions; member
777 jp_directions = (~(JOYPAD_IO.directions)); in UpdateJoypads()
799 JOYPAD_IO.directions = joypad_masks[(i*4)+j]; in UpdateJoypads()
802 cur_dir = (~(JOYPAD_IO.directions)>>8) & 15; in UpdateJoypads()
813 JOYPAD_IO.directions = joypad_masks[(i*4)+j]; in UpdateJoypads()
816 cur_dir = (~(JOYPAD_IO.directions)>>12) & 15; in UpdateJoypads()
823 JOYPAD_IO.directions=0xffff; in UpdateJoypads()
/external/chromium_org/third_party/skia/experimental/Intersection/
DLogoPlay.cpp191 SkTDArray<SkPath::Direction> directions; in showPath() local
193 directions.setCount(rectCount); in showPath()
194 path.rectContours(rects.begin(), directions.begin()); in showPath()
198 rect.fRight, rect.fBottom, directions[contour] == SkPath::kCCW_Direction in showPath()
DEdgeWalker_TestUtility.cpp97 SkTDArray<SkPath::Direction> directions; in showPath() local
99 directions.setCount(rectCount); in showPath()
100 path.rectContours(rects.begin(), directions.begin()); in showPath()
104 rect.fRight, rect.fBottom, directions[contour] == SkPath::kCCW_Direction in showPath()
/external/skia/experimental/Intersection/
DLogoPlay.cpp191 SkTDArray<SkPath::Direction> directions; in showPath() local
193 directions.setCount(rectCount); in showPath()
194 path.rectContours(rects.begin(), directions.begin()); in showPath()
198 rect.fRight, rect.fBottom, directions[contour] == SkPath::kCCW_Direction in showPath()
DEdgeWalker_TestUtility.cpp97 SkTDArray<SkPath::Direction> directions; in showPath() local
99 directions.setCount(rectCount); in showPath()
100 path.rectContours(rects.begin(), directions.begin()); in showPath()
104 rect.fRight, rect.fBottom, directions[contour] == SkPath::kCCW_Direction in showPath()
/external/protobuf/editors/
DREADME.txt4 See each file's header comment for directions on how to use it with the
/external/lldb/
DINSTALL.txt8 signing documentation in docs/code-signing.txt for more detailed directions.
/external/eigen/unsupported/Eigen/
DAdolcForward19 // Note that the maximal number of directions is controlled by
56 * Note that the maximal number of directions is controlled by
/external/chromium_org/third_party/skia/tests/
DPathOpsExtendedTest.cpp125 SkTDArray<SkPath::Direction> directions; in showPath() local
127 directions.setCount(rectCount); in showPath()
128 path.rectContours(rects.begin(), directions.begin()); in showPath()
132 rect.fRight, rect.fBottom, directions[contour] == SkPath::kCCW_Direction in showPath()
/external/skia/tests/
DPathOpsExtendedTest.cpp125 SkTDArray<SkPath::Direction> directions; in showPath() local
127 directions.setCount(rectCount); in showPath()
128 path.rectContours(rects.begin(), directions.begin()); in showPath()
132 rect.fRight, rect.fBottom, directions[contour] == SkPath::kCCW_Direction in showPath()
/external/antlr/antlr-3.4/runtime/JavaScript/build/
DREADME44 1) Compile the tests using the directions above.
/external/llvm/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeas.txt26 but just various directions we can pursue:
/external/clang/include/clang/Basic/
DDiagnosticCommentKinds.td68 "valid directions are '[in]', '[out]' and '[in,out]'">,
/external/valgrind/main/none/tests/
Dcmdline1.stdout.exp23 and follow the on-screen directions
Dcmdline2.stdout.exp23 and follow the on-screen directions
/external/chromium_org/sync/protocol/
Dsynced_notification_data.proto31 // creator, skip this and follow the directions below to use a system creator.
/external/llvm/test/Transforms/ObjCARC/
Dallocas.ll32 ; if they are known safe in both directions. This prevents matching up an inner
419 ; pointers to be removed if we are known safe in both directions.
/external/chromium_org/cc/layers/
Dtiled_layer_unittest.cc417 gfx::Vector2d directions[6] = { gfx::Vector2d(-10, 0), gfx::Vector2d(10, 0), in TEST_F() local
438 gfx::Rect(visible_rect.origin() + directions[k], visible_rect.size()); in TEST_F()
440 gfx::Rect(visible_rect.origin() - directions[k], visible_rect.size()); in TEST_F()
/external/iproute2/doc/
Dip-tunnels.tex81 A: Linux-2.2 has single module \verb|ipip| for both directions of tunneling
275 output directions by prefixing corresponding keywords with letter
/external/tcpdump/
DREADME.md229 - Do all of the above steps several times, both directions,

1234