HomeSort by relevance Sort by last modified time
    Searched refs:Direction (Results 26 - 50 of 270) sorted by null

12 3 4 5 6 7 8 91011

  /external/skqp/src/core/
SkColorFilter.cpp 198 enum class Direction {
202 SkSRGBGammaColorFilter(Direction dir) : fDir(dir), fSteps([&]{
204 if (dir == Direction::kLinearToSRGB) {
219 case Direction::kLinearToSRGB:
221 case Direction::kSRGBToLinear:
251 const Direction fDir;
263 return sk_sp<SkFlattenable>(new SkSRGBGammaColorFilter(static_cast<Direction>(dir)));
266 template <SkSRGBGammaColorFilter::Direction dir>
273 return MakeSRGBGammaCF<SkSRGBGammaColorFilter::Direction::kLinearToSRGB>();
277 return MakeSRGBGammaCF<SkSRGBGammaColorFilter::Direction::kSRGBToLinear>()
    [all...]
  /external/deqp-deps/SPIRV-Tools/source/opt/
loop_peeling.h 236 // Describes the peeling direction.
268 // Describes the peeling direction.
278 using Direction = std::pair<PeelDirection, uint32_t>;
287 // Returns by how much and to which direction a loop should be peeled to
291 Direction GetPeelingInfo(BasicBlock* bb) const;
312 Direction HandleEquality(SExpression lhs, SExpression rhs) const;
313 Direction HandleInequality(CmpOperator cmp_op, SExpression lhs,
316 static Direction GetNoneDirection() {
317 return Direction{LoopPeelingPass::PeelDirection::kNone, 0};
  /external/eigen/Eigen/src/Core/
Replicate.h 52 * \tparam RowFactor number of repetitions at compile time along the vertical direction, can be Dynamic.
53 * \tparam ColFactor number of repetitions at compile time along the horizontal direction, can be Dynamic.
132 template<typename ExpressionType, int Direction>
133 const typename VectorwiseOp<ExpressionType,Direction>::ReplicateReturnType
134 VectorwiseOp<ExpressionType,Direction>::replicate(Index factor) const
136 return typename VectorwiseOp<ExpressionType,Direction>::ReplicateReturnType
137 (_expression(),Direction==Vertical?factor:1,Direction==Horizontal?factor:1);
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
loop_peeling.h 236 // Describes the peeling direction.
268 // Describes the peeling direction.
278 using Direction = std::pair<PeelDirection, uint32_t>;
287 // Returns by how much and to which direction a loop should be peeled to
291 Direction GetPeelingInfo(BasicBlock* bb) const;
312 Direction HandleEquality(SExpression lhs, SExpression rhs) const;
313 Direction HandleInequality(CmpOperator cmp_op, SExpression lhs,
316 static Direction GetNoneDirection() {
317 return Direction{LoopPeelingPass::PeelDirection::kNone, 0};
  /external/webrtc/talk/app/webrtc/
statscollector.h 96 StatsReport::Direction direction);
136 StatsReport::Direction direction);
144 // |direction| tells if the track is for sending or receiving.
147 StatsReport::Direction direction);
  /external/aac/libAACdec/src/
aacdec_tns.h 129 SCHAR Direction;
  /external/droiddriver/src/io/appium/droiddriver/actions/
EventUiElementActor.java 20 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
45 public void scroll(UiElement uiElement, PhysicalDirection direction) {
46 uiElement.perform(SwipeAction.toScroll(direction));
  /external/droiddriver/src/io/appium/droiddriver/scroll/
Scroller.java 22 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
41 * Scrolls {@code containerFinder} in {@code direction} if necessary to find {@code itemFinder},
47 * @param direction specifies where the view port will move instead of the finger
52 PhysicalDirection direction);
ForwardingScrollStepStrategy.java 22 import io.appium.droiddriver.scroll.Direction.DirectionConverter;
23 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
39 public boolean scroll(DroidDriver driver, Finder containerFinder, PhysicalDirection direction) {
40 return delegate().scroll(driver, containerFinder, direction);
50 PhysicalDirection direction) {
51 delegate().beginScrolling(driver, containerFinder, itemFinder, direction);
56 PhysicalDirection direction) {
57 delegate().endScrolling(driver, containerFinder, itemFinder, direction);
61 public void doScroll(UiElement container, PhysicalDirection direction) {
62 delegate().doScroll(container, direction);
    [all...]
StaticSentinelStrategy.java 24 import io.appium.droiddriver.scroll.Direction.DirectionConverter;
25 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
29 * in the logical scroll direction is fully visible. This assumes the count of
51 public boolean scroll(DroidDriver driver, Finder containerFinder, PhysicalDirection direction) {
52 UiElement sentinel = getSentinel(driver, containerFinder, direction);
54 // If the last child in the logical scroll direction is fully visible, no
61 doScroll(container, direction);
  /external/skia/src/gpu/effects/
GrGaussianConvolutionFragmentProcessor.cpp 19 using Direction = GrGaussianConvolutionFragmentProcessor::Direction;
84 const char* component = ce.direction() == Direction::kY ? "y" : "x";
128 switch (conv.direction()) {
129 case Direction::kX:
132 case Direction::kY:
136 SK_ABORT("Unknown filter direction.");
147 if (Direction::kX == conv.direction()) {
    [all...]
  /external/skqp/src/gpu/effects/
GrGaussianConvolutionFragmentProcessor.cpp 19 using Direction = GrGaussianConvolutionFragmentProcessor::Direction;
84 const char* component = ce.direction() == Direction::kY ? "y" : "x";
128 switch (conv.direction()) {
129 case Direction::kX:
132 case Direction::kY:
136 SK_ABORT("Unknown filter direction.");
147 if (Direction::kX == conv.direction()) {
    [all...]
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
WipeDataNotificationTest.java 4 import android.support.test.uiautomator.Direction;
40 notification.swipe(Direction.RIGHT, 1.0f);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PathFillTypes.java 46 mPath.addCircle(40, 40, 45, Path.Direction.CCW);
47 mPath.addCircle(80, 80, 45, Path.Direction.CCW);
  /device/google/cuttlefish_common/host/commands/virtual_usb_manager/usbip/
messages.h 40 // Direction of data flow.
41 enum Direction : uint32_t {
63 Direction direction; member in struct:vadb::usbip::CmdHeader
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
BotPeim.c 96 @param Direction The direction of the data.
111 IN EFI_USB_DATA_DIRECTION Direction,
130 Cbw.Flags = (UINT8) ((Direction == EfiUsbDataIn) ? 0x80 : 0);
168 @param Direction The direction of the data.
182 IN EFI_USB_DATA_DIRECTION Direction,
204 if (Direction == EfiUsbDataIn) {
319 @param Direction The direction of the data.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
Callback.c 181 @param Direction Direction of data flow for this memory's usage:
192 IN UINT32 Direction,
212 switch (Direction) {
275 @param Direction Direction of data flow for this memory's usage:
286 IN UINT32 Direction,
317 if the virtual address is > 4GB). Depending on the direction for which the
329 @param Direction Direction of data flow for this memory's usage:
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathTest.java 64 path.addRect(rect, Path.Direction.CW);
72 path.addRect(LEFT, TOP, RIGHT, BOTTOM, Path.Direction.CW);
96 path.addRect(new RectF(0, 0, 10, 10), Path.Direction.CW);
98 path1.addRect(new RectF(10, 10, 20, 20), Path.Direction.CW);
180 path.addCircle(XCOORD, YCOORD, 10.0f, Path.Direction.CW);
222 path.addRect(bounds, Path.Direction.CW);
272 path.addOval(oval, Path.Direction.CW);
319 path.addRoundRect(rect, XCOORD, YCOORD, Path.Direction.CW);
332 path.addRoundRect(rect, radii, Path.Direction.CW);
339 path.addRect(0, 0, 100, 10, Path.Direction.CW)
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
PathClippingTests.java 67 path.addCircle(30, 30, 50, Path.Direction.CW);
68 path.addCircle(30, 30, 30, Path.Direction.CCW);
81 path1.addCircle(30, 30, 50, Path.Direction.CW);
84 path2.addCircle(30, 30, 30, Path.Direction.CW);
160 TEST_WIDTH / 4, Path.Direction.CW);
178 path.addCircle(0, 45, 45, Path.Direction.CW);
179 path.addCircle(90, 45, 45, Path.Direction.CW);
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
UsbFunctionIo.h 148 EFI_USBFN_ENDPOINT_DIRECTION Direction;
313 This function should fail with EFI_INVALID_PARAMETER if the specified direction
319 @param[in] Direction Direction of the endpoint.
333 IN EFI_USBFN_ENDPOINT_DIRECTION Direction
339 This function should fail with EFI_INVALID_PARAMETER if the specified direction
344 @param[in] Direction Direction of the endpoint.
360 IN EFI_USBFN_ENDPOINT_DIRECTION Direction,
367 This function should fail with EFI_INVALID_PARAMETER if the specified direction
    [all...]
  /external/skia/src/pathops/
SkPathOpsAsWinding.cpp 16 enum class Direction { // SkPath::Direction doesn't have 'none' state
33 Direction fDirection{Direction::kNone};
41 static Contour::Direction to_direction(SkScalar dy) {
42 return dy > 0 ? Contour::Direction::kCCW : dy < 0 ? Contour::Direction::kCW :
43 Contour::Direction::kNone;
60 Contour::Direction directions[3];
91 if (zero_or_one(tVals[index]) && Contour::Direction::kCCW != directions[index])
    [all...]
  /external/skqp/src/pathops/
SkPathOpsAsWinding.cpp 16 enum class Direction { // SkPath::Direction doesn't have 'none' state
33 Direction fDirection{Direction::kNone};
41 static Contour::Direction to_direction(SkScalar dy) {
42 return dy > 0 ? Contour::Direction::kCCW : dy < 0 ? Contour::Direction::kCW :
43 Contour::Direction::kNone;
60 Contour::Direction directions[3];
91 if (zero_or_one(tVals[index]) && Contour::Direction::kCCW != directions[index])
    [all...]
  /external/skia/include/core/
SkPath.h 53 /** \enum SkPath::Direction
54 Direction describes whether contour is clockwise or counterclockwise.
55 When SkPath contains multiple overlapping contours, Direction together with
58 Direction also determines how contour is measured. For instance, dashing
59 measures along SkPath to determine where to start and stop stroke; Direction
66 enum Direction : int {
213 360 degrees, and contour angles all have same Direction. Convex SkPath
216 SkPath is concave when either at least one Direction change is clockwise and
217 another is counterclockwise, or the sum of the changes in Direction is not 360
    [all...]
  /external/skqp/include/core/
SkPath.h 53 /** \enum SkPath::Direction
54 Direction describes whether contour is clockwise or counterclockwise.
55 When SkPath contains multiple overlapping contours, Direction together with
58 Direction also determines how contour is measured. For instance, dashing
59 measures along SkPath to determine where to start and stop stroke; Direction
66 enum Direction : int {
213 360 degrees, and contour angles all have same Direction. Convex SkPath
216 SkPath is concave when either at least one Direction change is clockwise and
217 another is counterclockwise, or the sum of the changes in Direction is not 360
    [all...]
  /external/syzkaller/vendor/golang.org/x/text/unicode/bidi/
bidi.go 29 // A Direction indicates the overall flow of text.
30 type Direction int
36 LeftToRight Direction = iota
48 // characters and that no default direction has been set.
66 // DefaultDirection sets the default direction for a Paragraph. The direction is
68 func DefaultDirection(d Direction) Option {
95 // IsLeftToRight reports whether the principle direction of rendering for this
96 // paragraphs is left-to-right. If this returns false, the principle direction
102 // Direction returns the direction of the text of this paragraph
    [all...]

Completed in 1321 milliseconds

12 3 4 5 6 7 8 91011