/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
PathTests.java | 44 path.addCircle(45, 45, 40, Path.Direction.CW); 51 path.addRect(5, 5, 85, 85, Path.Direction.CW);
|
/external/skia/gm/ |
pathinterior.cpp | 77 SkPath::Direction outerDir = outerCW ? SkPath::kCW_Direction : SkPath::kCCW_Direction; 78 SkPath::Direction innerDir = innerCW ? SkPath::kCW_Direction : SkPath::kCCW_Direction;
|
/external/skqp/gm/ |
pathinterior.cpp | 77 SkPath::Direction outerDir = outerCW ? SkPath::kCW_Direction : SkPath::kCCW_Direction; 78 SkPath::Direction innerDir = innerCW ? SkPath::kCW_Direction : SkPath::kCCW_Direction;
|
/developers/samples/android/ui/text/TextStyling-Kotlin/app/src/main/java/com/android/example/text/styling/renderer/spans/ |
BulletPointSpan.kt | 22 import android.graphics.Path.Direction 63 bulletPath.addCircle(0.0f, 0.0f, 1.2f * DEFAULT_BULLET_RADIUS, Direction.CW)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/TapeIo/ |
TapeIo.h | 165 INTN Direction,
175 Direction - Direction and number of data blocks or filemarks to space over on media.
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/ |
EmbeddedGpio.h | 136 IN EMBEDDED_GPIO_PULL Direction
148 Direction - pull-up, pull-down, or none
|
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Ppi/ |
UsbIo.h | 47 @param[in] Direction Specifies the data direction for the transfer. There
77 IN EFI_USB_DATA_DIRECTION Direction,
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
TapeIo.h | 143 @param Direction Direction and number of data blocks or filemarks to space over on media.
167 IN INTN Direction,
|
/external/droiddriver/src/io/appium/droiddriver/ |
UiElement.java | 26 import io.appium.droiddriver.scroll.Direction.PhysicalDirection; 156 * Scrolls in the given direction. 158 * @param direction specifies where the view port will move instead of the finger 160 void scroll(PhysicalDirection direction);
|
/external/skia/tests/ |
PathOpsSimplifyRectThreadedTest.cpp | 25 SkPath::Direction aCW = state.fA >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction; 27 SkPath::Direction bCW = state.fB >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction; 29 SkPath::Direction cCW = state.fC >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction; 31 SkPath::Direction dCW = state.fD >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction;
|
RRectInPathTest.cpp | 15 SkPath::Direction* dir, unsigned* start) { 33 SkPath::Direction xd = SkPath::kCCW_Direction; 44 SkPath::Direction dir, unsigned start) { 55 SkPath::Direction outDir; 63 SkPath::Direction dir, unsigned start) { 72 SkPath::Direction dir, unsigned start) { 80 SkVector v[4], SkPath::Direction dir, unsigned start) { 88 ForceIsRRect_Private(SkPath* path, SkPath::Direction dir, unsigned start) { 94 SkPath::Direction dir, unsigned start) { 96 SkPath::Direction outDir [all...] |
/external/skqp/tests/ |
PathOpsSimplifyRectThreadedTest.cpp | 25 SkPath::Direction aCW = state.fA >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction; 27 SkPath::Direction bCW = state.fB >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction; 29 SkPath::Direction cCW = state.fC >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction; 31 SkPath::Direction dCW = state.fD >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction;
|
RRectInPathTest.cpp | 15 SkPath::Direction* dir, unsigned* start) { 33 SkPath::Direction xd = SkPath::kCCW_Direction; 44 SkPath::Direction dir, unsigned start) { 55 SkPath::Direction outDir; 63 SkPath::Direction dir, unsigned start) { 72 SkPath::Direction dir, unsigned start) { 80 SkVector v[4], SkPath::Direction dir, unsigned start) { 88 ForceIsRRect_Private(SkPath* path, SkPath::Direction dir, unsigned start) { 94 SkPath::Direction dir, unsigned start) { 96 SkPath::Direction outDir [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/ |
EhciUrb.c | 242 if ((Ep->DevSpeed == EFI_USB_SPEED_HIGH) && (Ep->Direction == EfiUsbDataOut)) {
398 if (Ep->Direction == EfiUsbDataIn) {
418 // Use the opposite direction of the data stage, or IN if there is
421 if (Ep->Direction == EfiUsbDataIn) {
433 if (Ep->Direction == EfiUsbDataIn) {
444 if (Ep->Direction == EfiUsbDataIn) {
525 @param EpAddr Endpoint addrress & its direction.
580 Ep->Direction = (((EpAddr & 0x80) != 0) ? EfiUsbDataIn : EfiUsbDataOut);
630 if (Ep->Direction == EfiUsbDataIn) {
|
/external/skia/src/gpu/ |
GrShape.h | 64 GrShape(const SkRRect& rrect, SkPath::Direction dir, unsigned start, bool inverted, 163 bool asRRect(SkRRect* rrect, SkPath::Direction* dir, unsigned* start, bool* inverted) const { 258 SkPath::Direction dirs[2]; 531 static constexpr SkPath::Direction kDefaultRRectDir = SkPath::kCW_Direction; 535 SkPath::Direction* dir) { 564 SkPath::Direction* dir) { 579 SkPath::Direction fDir;
|
/external/skqp/src/gpu/ |
GrShape.h | 64 GrShape(const SkRRect& rrect, SkPath::Direction dir, unsigned start, bool inverted, 163 bool asRRect(SkRRect* rrect, SkPath::Direction* dir, unsigned* start, bool* inverted) const { 258 SkPath::Direction dirs[2]; 531 static constexpr SkPath::Direction kDefaultRRectDir = SkPath::kCW_Direction; 535 SkPath::Direction* dir) { 564 SkPath::Direction* dir) { 579 SkPath::Direction fDir;
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
ShadowPath.java | 12 import android.graphics.Path.Direction; 419 protected void addRect(RectF rect, Direction dir) { 424 protected void addRect(float left, float top, float right, float bottom, Path.Direction dir) { 446 protected void addOval(float left, float top, float right, float bottom, Path.Direction dir) { 451 protected void addCircle(float x, float y, float radius, Path.Direction dir) { 465 protected void addRoundRect(RectF rect, float rx, float ry, Direction dir) { 470 protected void addRoundRect(RectF rect, float[] radii, Direction dir) { 479 float left, float top, float right, float bottom, float rx, float ry, Path.Direction dir) { 486 float left, float top, float right, float bottom, float[] radii, Path.Direction dir) {
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/ |
EhciUrb.c | 236 if ((Ep->DevSpeed == EFI_USB_SPEED_HIGH) && (Ep->Direction == EfiUsbDataOut)) {
372 if (Ep->Direction == EfiUsbDataIn) {
392 // Use the opposite direction of the data stage, or IN if there is
395 if (Ep->Direction == EfiUsbDataIn) {
407 if (Ep->Direction == EfiUsbDataIn) {
417 if (Ep->Direction == EfiUsbDataIn) {
494 @param EpAddr Endpoint addrress & its direction.
545 Ep->Direction = (((EpAddr & 0x80) != 0) ? EfiUsbDataIn : EfiUsbDataOut);
|
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/ |
SuspendPackageTest.java | 9 import android.support.test.uiautomator.Direction; 101 title.swipe(Direction.RIGHT, 1.0f);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_MimeWriter.py | 70 ("Connection-Direction", "client"),
79 ("Connection-Direction", "client"),
119 KP-Connection-Direction: client
140 KP-Connection-Direction: client
|
/external/droiddriver/src/io/appium/droiddriver/scroll/ |
DynamicSentinelStrategy.java | 25 import io.appium.droiddriver.scroll.Direction.DirectionConverter; 26 import io.appium.droiddriver.scroll.Direction.PhysicalDirection; 210 public boolean scroll(DroidDriver driver, Finder containerFinder, PhysicalDirection direction) { 211 UiElement oldSentinel = getOldSentinel(driver, containerFinder, direction); 212 doScroll(oldSentinel.getParent(), direction); local 213 UiElement newSentinel = getSentinel(driver, containerFinder, direction); 219 PhysicalDirection direction) { 220 return lastSentinel != null ? lastSentinel : getSentinel(driver, containerFinder, direction); 225 PhysicalDirection direction) { 231 PhysicalDirection direction) { [all...] |
/external/python/cpython2/Lib/test/ |
test_MimeWriter.py | 70 ("Connection-Direction", "client"), 79 ("Connection-Direction", "client"), 119 KP-Connection-Direction: client 140 KP-Connection-Direction: client
|
/developers/samples/android/ui/text/TextStyling-Java/app/src/main/java/com/android/example/text/styling/renderer/spans/ |
BulletPointSpan.java | 69 bulletPath.addCircle(0.0f, 0.0f, BULLET_RADIUS, Path.Direction.CW);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Clipping.java | 83 mPath.addCircle(50, 50, 50, Path.Direction.CCW);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
UsbDesc.h | 23 // three fields: One bit direction, 2 bit type, and 5 bit
88 @param Direction The direction of data transfer.
104 IN EFI_USB_DATA_DIRECTION Direction,
|