/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
AdaptiveIconDrawableTest.java | 17 import android.graphics.Path.Direction; 210 circle.addCircle(width / 2, height / 2, (right - left)/2 -10 /* room for anti-alias */, Direction.CW);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/ |
XhciSched.h | 118 EFI_USB_DATA_DIRECTION Direction;
812 Calculate the device context index by endpoint address and direction.
815 @param Direction The direction of the target endpoint.
823 IN EFI_USB_DATA_DIRECTION Direction
[all...] |
/external/swiftshader/src/D3D9/ |
Direct3DDevice9.hpp | 233 Direction = light.Direction;
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/PciHostBridgeDxe/ |
PciRootBridgeIo.c | [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
UsbBus.h | 383 @param Direction Direction for data stage
399 IN EFI_USB_DATA_DIRECTION Direction,
|
UsbUtility.c | 278 @param Direction The direction of data stage.
296 IN EFI_USB_DATA_DIRECTION Direction,
314 Direction,
330 Direction,
347 @param EpAddr The target endpoint address, with direction encoded in
420 @param EpAddr The target endpoint address, with direction encoded in
498 @param EpAddr The target endpoint address, with direction encoded in
571 @param EpAddr The target endpoint address, with direction encoded in
607 @param EpAddr The target endpoint address, with direction encoded in [all...] |
/external/droiddriver/src/io/appium/droiddriver/base/ |
BaseUiElement.java | 42 import io.appium.droiddriver.scroll.Direction.PhysicalDirection; 254 public void scroll(PhysicalDirection direction) { 255 uiElementActor.scroll(this, direction);
|
/external/f2fs-tools/tools/sg_write_buffer/include/ |
sg_pt_win32.h | 425 ULONG Direction; /* 0=None, 1=Out, 2=In, 3=I/O */
|
/external/skia/gm/ |
drawatlas.cpp | 189 const SkPath::Direction dirs[] = {
|
/external/skia/src/core/ |
SkPath_serial.cpp | 169 Direction rrectDir;
|
/external/skia/tests/ |
PathOpsAsWindingTest.cpp | 12 static SkPath build_squircle(SkPath::Verb verb, const SkRect& rect, SkPath::Direction dir) {
|
PathTest.cpp | 2151 SkPath::Direction direction; local 2166 SkPath::Direction direction = d; local [all...] |
GrShapeTest.cpp | 112 // GrShape only respects the input winding direction and start point for rrect shapes 115 // key will differ. GrShape will have canonicalized the direction and start point for the shape 117 // the direction and starting point. 122 SkPath::Direction dirA = SkPath::kCW_Direction, dirB = SkPath::kCW_Direction; 460 SkPath::Direction dir; 608 // now that there is no longer a path effect, the direction and starting index get [all...] |
/external/skqp/gm/ |
drawatlas.cpp | 189 const SkPath::Direction dirs[] = {
|
/external/skqp/src/core/ |
SkPath_serial.cpp | 169 Direction rrectDir;
|
/external/skqp/tests/ |
PathOpsAsWindingTest.cpp | 12 static SkPath build_squircle(SkPath::Verb verb, const SkRect& rect, SkPath::Direction dir) {
|
PathTest.cpp | 2151 SkPath::Direction direction; local 2166 SkPath::Direction direction = d; local [all...] |
GrShapeTest.cpp | 112 // GrShape only respects the input winding direction and start point for rrect shapes 115 // key will differ. GrShape will have canonicalized the direction and start point for the shape 117 // the direction and starting point. 122 SkPath::Direction dirA = SkPath::kCW_Direction, dirB = SkPath::kCW_Direction; 460 SkPath::Direction dir; 608 // now that there is no longer a path effect, the direction and starting index get [all...] |
/external/guava/guava-testlib/test/com/google/common/testing/ |
ArbitraryInstancesTest.java | 281 assertEquals(Direction.UP, ArbitraryInstances.get(Direction.class)); 409 private enum Direction {
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
nine_dump.c | 295 "Direction: (%f %f %f)\n" 306 lit->Direction.x,lit->Direction.y,lit->Direction.z,
|
/external/syzkaller/vendor/google.golang.org/appengine/datastore/ |
query.go | 62 Direction sortDirection 173 Direction: ascending, 177 o.Direction = descending 315 Direction: sortDirectionToProto[qo.Direction], 317 if xo.Direction == nil { 318 return errors.New("datastore: unknown query order direction")
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
RegionTest.java | [all...] |
/external/clang/unittests/AST/ |
CommentParser.cpp | 187 ParamCommandComment::PassDirection Direction, 201 if (PCC->getDirection() != Direction) 203 << "ParamCommandComment has direction " << PCC->getDirection() << ", " 204 "expected " << Direction; 210 << " direction, " [all...] |
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
ExactCanvasTests.java | 158 path.addCircle(45, 45, 30, Path.Direction.CW);
|
/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/ |
E100b.c | 252 @param Direction TODO: add argument description
263 IN UINT32 Direction,
298 Direction,
314 @param Direction TODO: add argument description
325 IN UINT32 Direction,
338 Direction,
[all...] |