Searched refs:direction (Results 101 - 125 of 850) sorted by relevance

1234567891011>>

/external/chromium_org/content/renderer/compositor_bindings/
H A Dweb_animation_impl.cc109 blink::WebAnimation::Direction WebAnimationImpl::direction() const { function in class:content::WebAnimationImpl
110 switch (animation_->direction()) {
125 void WebAnimationImpl::setDirection(Direction direction) { argument
126 switch (direction) {
143 return animation_->direction() == cc::Animation::Alternate;
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DBidiContext.cpp39 inline PassRefPtr<BidiContext> BidiContext::createUncached(unsigned char level, Direction direction, bool override, BidiEmbeddingSource source, BidiContext* parent) argument
41 return adoptRef(new BidiContext(level, direction, override, source, parent));
44 PassRefPtr<BidiContext> BidiContext::create(unsigned char level, Direction direction, bool override, BidiEmbeddingSource source, BidiContext* parent) argument
46 ASSERT(direction == (level % 2 ? RightToLeft : LeftToRight));
49 return createUncached(level, direction, override, source, parent);
/external/chromium_org/third_party/skia/src/opts/
H A DSkMorphology_opts_SSE2.cpp24 template<MorphType type, MorphDirection direction>
28 const int srcStrideX = direction == kX ? 1 : srcStride;
29 const int dstStrideX = direction == kX ? 1 : dstStride;
30 const int srcStrideY = direction == kX ? srcStride : 1;
31 const int dstStrideY = direction == kX ? dstStride : 1;
H A DSkMorphology_opts_neon.cpp27 template<MorphType type, MorphDirection direction>
31 const int srcStrideX = direction == kX ? 1 : srcStride;
32 const int dstStrideX = direction == kX ? 1 : dstStride;
33 const int srcStrideY = direction == kX ? srcStride : 1;
34 const int dstStrideY = direction == kX ? dstStride : 1;
/external/fio/
H A Dcairo_text_helpers.c12 double factor, direction; local
17 direction = -1.0;
21 direction = -1.0;
26 direction = 1.0;
34 x = x + direction * (factor * extents.width + extents.x_bearing);
/external/skia/src/opts/
H A DSkMorphology_opts_SSE2.cpp24 template<MorphType type, MorphDirection direction>
28 const int srcStrideX = direction == kX ? 1 : srcStride;
29 const int dstStrideX = direction == kX ? 1 : dstStride;
30 const int srcStrideY = direction == kX ? srcStride : 1;
31 const int dstStrideY = direction == kX ? dstStride : 1;
H A DSkMorphology_opts_neon.cpp27 template<MorphType type, MorphDirection direction>
31 const int srcStrideX = direction == kX ? 1 : srcStride;
32 const int dstStrideX = direction == kX ? 1 : dstStride;
33 const int srcStrideY = direction == kX ? srcStride : 1;
34 const int dstStrideY = direction == kX ? dstStride : 1;
/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_window_event_filter.cc182 int direction = -1; local
185 direction = k_NET_WM_MOVERESIZE_SIZE_BOTTOM;
188 direction = k_NET_WM_MOVERESIZE_SIZE_BOTTOMLEFT;
191 direction = k_NET_WM_MOVERESIZE_SIZE_BOTTOMRIGHT;
194 direction = k_NET_WM_MOVERESIZE_MOVE;
197 direction = k_NET_WM_MOVERESIZE_SIZE_LEFT;
200 direction = k_NET_WM_MOVERESIZE_SIZE_RIGHT;
203 direction = k_NET_WM_MOVERESIZE_SIZE_TOP;
206 direction = k_NET_WM_MOVERESIZE_SIZE_TOPLEFT;
209 direction
[all...]
/external/droiddriver/src/com/google/android/droiddriver/scroll/
H A DSentinelStrategy.java176 PhysicalDirection direction) {
177 Logs.call(this, "getSentinel", driver, containerFinder, direction);
179 LogicalDirection logicalDirection = directionConverter.toLogicalDirection(direction);
195 PhysicalDirection direction) {}
199 PhysicalDirection direction) {}
207 public void doScroll(UiElement container, PhysicalDirection direction) { argument
208 container.scroll(direction);
175 getSentinel(DroidDriver driver, Finder containerFinder, PhysicalDirection direction) argument
194 beginScrolling(DroidDriver driver, Finder containerFinder, Finder itemFinder, PhysicalDirection direction) argument
198 endScrolling(DroidDriver driver, Finder containerFinder, Finder itemFinder, PhysicalDirection direction) argument
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-font-private.hh253 hb_direction_t direction,
256 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) {
276 hb_direction_t direction,
279 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction)))
302 hb_direction_t direction,
307 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y);
314 hb_direction_t direction,
319 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y);
326 hb_direction_t direction,
329 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) {
252 get_glyph_advance_for_direction(hb_codepoint_t glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
275 get_glyph_origin_for_direction(hb_codepoint_t glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
301 add_glyph_origin_for_direction(hb_codepoint_t glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
313 subtract_glyph_origin_for_direction(hb_codepoint_t glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
325 get_glyph_kerning_for_direction(hb_codepoint_t first_glyph, hb_codepoint_t second_glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
338 get_glyph_extents_for_origin(hb_codepoint_t glyph, hb_direction_t direction, hb_glyph_extents_t *extents) argument
350 get_glyph_contour_point_for_origin(hb_codepoint_t glyph, unsigned int point_index, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
[all...]
H A Dhb-fallback-shape.cc126 buffer->props.direction,
130 buffer->props.direction,
135 if (HB_DIRECTION_IS_BACKWARD (buffer->props.direction))
/external/harfbuzz_ng/src/
H A Dhb-font-private.hh253 hb_direction_t direction,
256 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) {
276 hb_direction_t direction,
279 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction)))
302 hb_direction_t direction,
307 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y);
314 hb_direction_t direction,
319 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y);
326 hb_direction_t direction,
329 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) {
252 get_glyph_advance_for_direction(hb_codepoint_t glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
275 get_glyph_origin_for_direction(hb_codepoint_t glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
301 add_glyph_origin_for_direction(hb_codepoint_t glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
313 subtract_glyph_origin_for_direction(hb_codepoint_t glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
325 get_glyph_kerning_for_direction(hb_codepoint_t first_glyph, hb_codepoint_t second_glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
338 get_glyph_extents_for_origin(hb_codepoint_t glyph, hb_direction_t direction, hb_glyph_extents_t *extents) argument
350 get_glyph_contour_point_for_origin(hb_codepoint_t glyph, unsigned int point_index, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
[all...]
/external/chromium_org/ui/keyboard/resources/elements/
H A Dkb-keyboard.js130 * Whether or not a swipe changes direction.
162 * Current swipe direction.
174 * Returns the combined direction of the x and y offsets.
175 * @return {number} The latest direction.
178 // TODO (rsadam): Use angles to figure out the direction.
179 var direction = 0;
183 direction |= SwipeDirection.RIGHT;
185 direction |= SwipeDirection.LEFT;
191 direction |= SwipeDirection.UP;
193 direction |
[all...]
/external/chromium_org/chrome/browser/download/
H A Ddownload_query.cc327 // direction and a Callback to Compare<>(). After filtering, Search() makes a
333 // the sorter's direction in order to indicate to std::partial_sort whether the
351 : direction(adirection),
356 DownloadQuery::SortDirection direction; member in struct:DownloadQuery::Sorter
380 case LT: return term->direction == DownloadQuery::ASCENDING;
381 case GT: return term->direction == DownloadQuery::DESCENDING;
390 DownloadQuery::SortDirection direction) {
393 sorters_.push_back(Sorter::Build<int64>(direction, &GetEndTimeMsEpoch));
396 sorters_.push_back(Sorter::Build<int64>(direction, &GetStartTimeMsEpoch));
399 sorters_.push_back(Sorter::Build<std::string>(direction,
389 AddSorter(DownloadQuery::SortType type, DownloadQuery::SortDirection direction) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationNodeTiming.cpp87 String AnimationNodeTiming::direction() function in class:WebCore::AnimationNodeTiming
89 Timing::PlaybackDirection direction = m_parent->specifiedTiming().direction; local
90 switch (direction) {
161 void AnimationNodeTiming::setDirection(String direction) argument
164 TimingInput::setPlaybackDirection(timing, direction);
H A DTimingInput.h26 static void setPlaybackDirection(Timing&, const String& direction);
/external/chromium_org/tools/telemetry/telemetry/page/actions/
H A Daction_runner.py195 direction='left', distance=100, speed=800):
205 direction: The direction of swipe, either 'left', 'right',
212 direction=direction, distance=distance, speed=speed))
216 direction='left', distance=100, speed=800):
231 direction: The direction of swipe, either 'left', 'right',
239 direction=direction, distanc
[all...]
/external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
H A Dtrack_list.css12 flex-direction: column;
29 flex-direction: row;
50 flex-direction: column;
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_rtp_rtcp_impl.h91 RTPDirections direction = kRtpIncoming);
94 RTPDirections direction = kRtpIncoming);
97 RTPDirections direction = kRtpIncoming);
/external/chromium_org/ash/
H A Dfocus_cycler.h41 void RotateFocus(Direction direction);
/external/chromium_org/ash/wm/
H A Dwindow_cycle_list.h32 // Cycles to the next or previous window based on |direction|.
33 void Step(WindowCycleController::Direction direction);
/external/chromium_org/components/usb_service/
H A Dusb_device_handle_impl.h49 virtual void ControlTransfer(const UsbEndpointDirection direction,
60 virtual void BulkTransfer(const UsbEndpointDirection direction,
67 virtual void InterruptTransfer(const UsbEndpointDirection direction,
75 const UsbEndpointDirection direction,
/external/chromium_org/media/midi/
H A Dusb_midi_jack.h17 // The direction of the endpoint associated with an EMBEDDED MIDI jack.
19 // ***DIRECTION_OUT*** direction.
41 Direction direction() const { function in struct:media::UsbMidiJack
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleMarqueeData.h52 EMarqueeDirection direction : 3; // not unsigned because EMarqueeDirection has negative values
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dncnvfbts.h33 static void setNuConvTestName(const char *codepage, const char *direction);

Completed in 3005 milliseconds

1234567891011>>