Searched defs:directions (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DLogoPlay.cpp191 SkTDArray<SkPath::Direction> directions; local
193 directions.setCount(rectCount);
194 path.rectContours(rects.begin(), directions.begin());
198 rect.fRight, rect.fBottom, directions[contour] == SkPath::kCCW_Direction
H A DEdgeWalker_TestUtility.cpp97 SkTDArray<SkPath::Direction> directions; local
99 directions.setCount(rectCount);
100 path.rectContours(rects.begin(), directions.begin());
104 rect.fRight, rect.fBottom, directions[contour] == SkPath::kCCW_Direction
/external/skia/experimental/Intersection/
H A DLogoPlay.cpp191 SkTDArray<SkPath::Direction> directions; local
193 directions.setCount(rectCount);
194 path.rectContours(rects.begin(), directions.begin());
198 rect.fRight, rect.fBottom, directions[contour] == SkPath::kCCW_Direction
H A DEdgeWalker_TestUtility.cpp97 SkTDArray<SkPath::Direction> directions; local
99 directions.setCount(rectCount);
100 path.rectContours(rects.begin(), directions.begin());
104 rect.fRight, rect.fBottom, directions[contour] == SkPath::kCCW_Direction
/external/skia/tests/
H A DPathOpsExtendedTest.cpp125 SkTDArray<SkPath::Direction> directions; local
127 directions.setCount(rectCount);
128 path.rectContours(rects.begin(), directions.begin());
132 rect.fRight, rect.fBottom, directions[contour] == SkPath::kCCW_Direction
/external/chromium_org/cc/layers/
H A Dtiled_layer_unittest.cc444 gfx::Vector2d directions[6] = { gfx::Vector2d(-10, 0), gfx::Vector2d(10, 0), local
465 gfx::Rect(visible_rect.origin() + directions[k], visible_rect.size());
467 gfx::Rect(visible_rect.origin() - directions[k], visible_rect.size());
/external/qemu/distrib/sdl-1.2.15/src/joystick/mint/
H A DSDL_sysjoystick.c749 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;
/external/chromium_org/third_party/skia/tests/
H A DPathOpsDebug.cpp98 SkTDArray<SkPath::Direction> directions; local
100 directions.setCount(rectCount);
101 path.rectContours(rects.begin(), directions.begin());
105 rect.fRight, rect.fBottom, directions[contour] == SkPath::kCCW_Direction
/external/chromium_org/ui/chromeos/
H A Dtouch_exploration_controller_unittest.cc1310 std::vector<ui::KeyboardCode> directions; local
1311 directions.push_back(ui::VKEY_RIGHT);
1312 directions.push_back(ui::VKEY_LEFT);
1313 directions.push_back(ui::VKEY_UP);
1314 directions.push_back(ui::VKEY_DOWN);
1329 for (std::vector<ui::KeyboardCode>::const_iterator it = directions.begin();
1330 it != directions.end();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 586 milliseconds