Searched refs:direction_ (Results 1 - 13 of 13) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
H A Dscroll.js19 this.direction_ = opt_options.direction;
26 this.direction_ = 'down';
89 if (this.options_.direction_ == 'down') {
91 } else if (this.options_.direction_ == 'up') {
93 } else if (this.options_.direction_ == 'right') {
95 } else if (this.options_.direction_ == 'left') {
97 } else if (this.options_.direction_ == 'upleft') {
100 } else if (this.options_.direction_ == 'upright') {
103 } else if (this.options_.direction_ == 'downleft') {
106 } else if (this.options_.direction_
[all...]
H A Dswipe.js13 this.direction_ = opt_options.direction;
20 this.direction_ = 'left';
60 chrome.gpuBenchmarking.swipe(this.options_.direction_,
/external/vulkan-validation-layers/demos/smoke/
H A DSimulation.cpp136 : rng_(rng_seed), direction_(-0.3f, 0.3f), duration_(1.0f, 5.0f),
157 segment_direction_ = glm::vec3(direction_(rng_),
158 direction_(rng_),
159 direction_(rng_));
170 std::uniform_real_distribution<float> direction_; member in class:__anon24060::RandomCurve
/external/webrtc/talk/app/webrtc/
H A Dstatstypes.cc130 : TypedId(type, id), direction_(direction) {}
134 static_cast<const IdWithDirection&>(other).direction_ == direction_;
140 ret += direction_ == StatsReport::kSend ? "send" : "recv";
145 const StatsReport::Direction direction_; member in class:webrtc::__anon24297::IdWithDirection
/external/webrtc/talk/session/media/
H A Dmediasession.h186 MediaContentDirection direction() const { return direction_; }
188 direction_ = direction;
308 MediaContentDirection direction_ = MD_SENDRECV; member in class:cricket::MediaContentDescription
/external/ImageMagick/Magick++/lib/Magick++/
H A DOptions.h256 void textDirection(const DirectionType direction_);
H A DDrawable.h2119 DrawableTextDirection(DirectionType direction_);
2125 void direction(DirectionType direction_);
H A DImage.h474 void textDirection(DirectionType direction_);
/external/ImageMagick/Magick++/lib/
H A DOptions.cpp702 void Magick::Options::textDirection(const DirectionType direction_) argument
704 _drawInfo->direction=direction_;
706 MagickDirectionOptions,(ssize_t) direction_));
H A DDrawable.cpp1599 DirectionType direction_)
1600 : _direction(direction_)
1614 void Magick::DrawableTextDirection::direction(DirectionType direction_) argument
1616 _direction=direction_;
1598 DrawableTextDirection( DirectionType direction_) argument
H A DImage.cpp1538 void Magick::Image::textDirection(DirectionType direction_) argument
1541 options()->textDirection(direction_);
/external/v8/src/crankshaft/
H A Dhydrogen.cc1248 direction_ = direction;
1263 DCHECK(direction_ != kWhileTrue);
1284 if (direction_ == kPreIncrement || direction_ == kPreDecrement) {
1287 if (direction_ == kPreIncrement) {
1302 DCHECK(direction_ == kWhileTrue);
1313 if (direction_ == kWhileTrue) {
1331 if (direction_ == kPostIncrement || direction_ == kPostDecrement) {
1333 if (direction_
[all...]
H A Dhydrogen.h1743 Direction direction_; member in class:v8::internal::HGraphBuilder::final

Completed in 291 milliseconds