Searched refs:direction (Results 451 - 475 of 883) sorted by relevance

<<11121314151617181920>>

/external/eigen/demos/opengl/
H A Dcamera.h70 Eigen::Vector3f direction(void) const;
/external/icu/icu4c/source/layout/
H A DGlyphIterator.h81 le_int32 direction; member in class:GlyphIterator
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakemediaengine.h830 MediaProcessorDirection direction) {
831 if (direction == MPD_RX) {
834 } else if (direction == MPD_TX) {
842 MediaProcessorDirection direction) {
844 if (direction & MPD_RX) {
848 if (direction & MPD_TX) {
1008 bool voice_processor_registered(MediaProcessorDirection direction) const {
1009 if (direction == MPD_RX) {
1011 } else if (direction == MPD_TX) {
829 RegisterProcessor(uint32 ssrc, VoiceProcessor* voice_processor, MediaProcessorDirection direction) argument
841 UnregisterProcessor(uint32 ssrc, VoiceProcessor* voice_processor, MediaProcessorDirection direction) argument
/external/chromium_org/ui/file_manager/gallery/js/
H A Dslide_mode.js470 * @param {number=} opt_slideHint Slide animation direction (-1|1).
501 // Reversed the direction. Reset the counter.
524 // Prefetch if we have been going in the same direction for long enough.
598 * @param {number} direction -1 for left, 1 for right.
599 * @return {number} Next index in the given direction, with wrapping.
602 SlideMode.prototype.getNextSelectedIndex_ = function(direction) {
604 index += (direction > 0 ? 1 : -1);
638 * @param {number} direction -1 for left, 1 for right.
640 SlideMode.prototype.advanceManually = function(direction) {
644 this.selectNext(direction);
[all...]
H A Dmosaic_mode.js908 * stretched in the vertical direction.
975 * @param {number} direction -1 for left, 1 for right.
979 index, direction) {
992 var sameRowNeighbourIndex = index + direction;
996 var adjacentColumn = column + direction;
1001 getEdgeTileIndex_(row.getCenterY(), -direction);
1008 * @param {number} direction -1 for above, 1 for below.
1012 index, direction) {
1027 row.getEdgeTileIndex_(direction) + direction;
[all...]
/external/svox/pico/lib/
H A Dpicopam.c421 picoos_uint8 event_type, picoos_uint8 direction);
423 picoos_uint8 event_type, picoos_uint8 direction);
3094 * @param direction : forward(0)/backward(1)
3102 picoos_uint8 event_type, picoos_uint8 direction)
3115 switch (direction) {
3148 switch (direction) {
3177 switch (direction) {
3218 switch (direction) {
3243 switch (direction) {
3267 switch (direction) {
3100 pam_process_event_feature( register picodata_ProcessingUnit this, picoos_uint8 nFeat, picoos_uint8 event_type, picoos_uint8 direction) argument
4178 pam_process_event(register picodata_ProcessingUnit this, picoos_uint8 event_type, picoos_uint8 direction) argument
[all...]
/external/chromium_org/ui/aura/
H A Dwindow.cc1105 StackDirection direction) {
1115 !stacking_client->AdjustStacking(&child, &target, &direction))
1124 if ((direction == STACK_ABOVE && child_i == target_i + 1) ||
1125 (direction == STACK_BELOW && child_i + 1 == target_i))
1129 direction == STACK_ABOVE ?
1135 StackChildLayerRelativeTo(child, target, direction);
1142 StackDirection direction) {
1150 if (direction == STACK_ABOVE)
1163 if (direction == STACK_ABOVE) {
1172 if (direction
1103 StackChildRelativeTo(Window* child, Window* target, StackDirection direction) argument
1140 StackChildLayerRelativeTo(Window* child, Window* target, StackDirection direction) argument
[all...]
/external/chromium_org/chrome/browser/resources/about_welcome_android/
H A Dabout_welcome_android.css18 -webkit-flex-direction: column;
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen_terms_of_service.css56 -webkit-flex-direction: column;
/external/chromium_org/chrome/browser/resources/extensions/
H A Dextension_error.css49 flex-direction: row;
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dpage_list_view.js771 var direction = 0;
773 direction = -1;
775 direction = 1;
780 (this.cardSlider.currentCard + direction +
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/cr/
H A Dui.js118 var rtl = computedStyle.direction == 'rtl';
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/css/
H A Doptions.css70 direction: rtl;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/
H A Dui.js117 var rtl = computedStyle.direction == 'rtl';
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentView.java98 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { argument
100 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
/external/chromium_org/content/renderer/pepper/
H A Dppb_scrollbar_impl.cc102 WebScrollbar::ScrollDirection direction = multiplier >= 0
120 scrollbar_->scroll(direction, granularity, fmultiplier);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-raytrace.js285 direction : null,
288 this.direction = dir;
292 return 'Ray [' + this.position + ',' + this.direction + ']';
458 var B = dst.dot(ray.direction);
468 ray.direction,
507 var Vd = this.position.dot(ray.direction);
518 ray.direction,
772 var reflectionRay = this.getReflectionRay(info.position, info.normal, ray.direction);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-raytrace.js285 direction : null,
288 this.direction = dir;
292 return 'Ray [' + this.position + ',' + this.direction + ']';
458 var B = dst.dot(ray.direction);
468 ray.direction,
507 var Vd = this.position.dot(ray.direction);
518 ray.direction,
772 var reflectionRay = this.getReflectionRay(info.position, info.normal, ray.direction);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-raytrace.js279 direction : null,
282 this.direction = dir;
286 return 'Ray [' + this.position + ',' + this.direction + ']';
427 var B = dst.dot(ray.direction);
437 ray.direction,
476 var Vd = this.position.dot(ray.direction);
487 ray.direction,
741 var reflectionRay = this.getReflectionRay(info.position, info.normal, ray.direction);
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DListMarkerPainter.cpp183 // and we only need to handle the direction RightToLeft for now.
184 bool textNeedsReversing = WTF::Unicode::direction(m_renderListMarker.text()[0]) == WTF::Unicode::RightToLeft;
200 TextRun suffixRun = constructTextRun(&m_renderListMarker, font, suffixStr, 2, m_renderListMarker.style(), m_renderListMarker.style()->direction());
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextMetricsBuilder.cpp101 m_textDirection = style->direction();
161 m_textDirection = m_bidiRun->direction();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DdocumentationView.css127 flex-direction: column !important;
H A DscreencastView.css36 flex-direction: row;
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBObjectStore.cpp565 WebIDBCursorDirection direction = IDBCursor::stringToDirection(directionString, exceptionState); local
578 return openCursor(scriptState, keyRange, direction, WebIDBTaskTypeNormal);
581 IDBRequest* IDBObjectStore::openCursor(ScriptState* scriptState, IDBKeyRange* range, WebIDBCursorDirection direction, WebIDBTaskType taskType) argument
584 request->setCursorDetails(IndexedDB::CursorKeyAndValue, direction);
586 backendDB()->openCursor(m_transaction->id(), id(), IDBIndexMetadata::InvalidId, range, direction, false, taskType, WebIDBCallbacksImpl::create(request).leakPtr());
606 WebIDBCursorDirection direction = IDBCursor::stringToDirection(directionString, exceptionState); local
620 request->setCursorDetails(IndexedDB::CursorKeyOnly, direction);
622 backendDB()->openCursor(m_transaction->id(), id(), IDBIndexMetadata::InvalidId, keyRange, direction, true, WebIDBTaskTypeNormal, WebIDBCallbacksImpl::create(request).leakPtr());
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DWidthIterator.cpp61 unsigned expansionOpportunityCount = m_run.is8Bit() ? Character::expansionOpportunityCount(m_run.characters8(), m_run.length(), m_run.direction(), isAfterExpansion) : Character::expansionOpportunityCount(m_run.characters16(), m_run.length(), m_run.direction(), isAfterExpansion);

Completed in 679 milliseconds

<<11121314151617181920>>