Searched refs:direction (Results 226 - 250 of 883) sorted by relevance

1234567891011>>

/external/pdfium/core/src/reflow/
H A Dreflowedtextpage.h44 virtual int GetOrderByDirection(int index, int direction) const;
62 int GetWordBreak(int index, int direction) const;
/external/chromium_org/chrome/browser/ui/views/ash/
H A Dtab_scrubber.cc42 TabScrubber::Direction direction) {
45 float x = direction == LEFT ?
133 Direction direction = (x_offset < 0) ? LEFT : RIGHT; local
134 if (direction != swipe_direction_) {
138 direction);
141 swipe_direction_ = direction;
39 GetStartPoint( TabStrip* tab_strip, int index, TabScrubber::Direction direction) argument
H A Dtab_scrubber_browsertest.cc69 TabScrubber::Direction direction) {
71 GetTabStrip(browser), index, direction).x();
85 TabScrubber::Direction direction = index < active_index ? local
88 GetStartX(browser, active_index, direction);
116 TabScrubber::Direction direction; local
119 direction = TabScrubber::LEFT;
122 direction = TabScrubber::RIGHT;
127 int last = GetStartX(browser, active_index, direction);
133 last = GetStartX(browser, i, direction);
244 // Swipe a single tab in each direction
67 GetStartX(Browser* browser, int index, TabScrubber::Direction direction) argument
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/css/
H A Dfeed.css84 direction: ltr;
89 direction: rtl;
94 direction: rtl;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DsuggestBox.css38 flex-direction: row;
47 flex-direction: column;
69 flex-direction: column;
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DBidiResolverTest.cpp51 bidiResolver.setStatus(BidiStatus(run.direction(), run.directionalOverride()));
53 TextDirection direction = bidiResolver.determineParagraphDirectionality(&hasStrongDirectionality); local
55 EXPECT_EQ(LTR, direction);
78 TextDirection direction = determineParagraphDirectionality(run, &hasStrongDirectionality); local
80 EXPECT_EQ(entry.expectedDirection, direction);
191 resolver.setStatus(BidiStatus(textRun.direction(), textRun.directionalOverride()));
/external/chromium_org/third_party/polymer/components-chromium/core-animation/
H A Dcore-animation-extracted.js172 * The playback direction of the animation. "normal" plays the animation in the
173 * normal direction. "reverse" plays it in the reverse direction. "alternate"
174 * alternates the playback direction every iteration such that even iterations are
176 * even iterations in the reverse direction and odd iterations in the normal
177 * direction.
179 * @property direction
183 direction: {value: 'normal', reflect: true},
220 direction: 'apply',
346 direction
[all...]
/external/chromium_org/third_party/skia/src/animator/
H A DSkPathParts.cpp204 SK_MEMBER(direction, PathDirection)
211 SkAddGeom::SkAddGeom() : direction(SkPath::kCCW_Direction) {
233 fPath->fPath.addRect(fRect, (SkPath::Direction) direction);
249 fPath->fPath.addOval(fRect, (SkPath::Direction) direction);
271 fPath->fPath.addCircle(x, y, radius, (SkPath::Direction) direction);
292 fPath->fPath.addRoundRect(fRect, rx, ry, (SkPath::Direction) direction);
/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
H A Dlogging.cc179 const char * direction = (input ? " << " : " >> "); local
184 LOG_V(level) << label << direction << "## "
210 LOG_V(level) << label << direction
264 LOG_V(level) << label << direction << "## " << consecutive_unprintable
279 LOG_V(level) << label << direction << substr;
281 LOG_V(level) << label << direction << "## omitted for privacy ##"; local
/external/chromium_org/tools/telemetry/telemetry/page/actions/
H A Daction_runner_unittest.py218 selector='#left-right', direction='right', left_start_ratio=0.9)
222 selector='#top-bottom', direction='down', top_start_ratio=0.9)
226 action_runner.ScrollPage(direction='right', left_start_ratio=0.9,
241 selector='#left-right', direction='left', left_start_ratio=0.9)
245 selector='#top-bottom', direction='up', top_start_ratio=0.9)
249 action_runner.SwipePage(direction='left', left_start_ratio=0.9)
/external/fonttools/Lib/fontTools/pens/
H A DpointInsidePen.py42 # intersects the ray in one direction and decremented if it intersects in
43 # the other direction).
144 direction = 3*ay*t2 + 2*by*t + cy
145 if direction == 0.0:
146 direction = 6*ay*t + 2*by
147 if direction == 0.0:
148 direction = ay
149 goingUp = direction > 0.0
/external/fonttools/Tools/fontTools/pens/
H A DpointInsidePen.py42 # intersects the ray in one direction and decremented if it intersects in
43 # the other direction).
144 direction = 3*ay*t2 + 2*by*t + cy
145 if direction == 0.0:
146 direction = 6*ay*t + 2*by
147 if direction == 0.0:
148 direction = ay
149 goingUp = direction > 0.0
/external/skia/src/animator/
H A DSkPathParts.cpp204 SK_MEMBER(direction, PathDirection)
211 SkAddGeom::SkAddGeom() : direction(SkPath::kCCW_Direction) {
233 fPath->fPath.addRect(fRect, (SkPath::Direction) direction);
249 fPath->fPath.addOval(fRect, (SkPath::Direction) direction);
271 fPath->fPath.addCircle(x, y, radius, (SkPath::Direction) direction);
292 fPath->fPath.addRoundRect(fRect, rx, ry, (SkPath::Direction) direction);
/external/chromium_org/mojo/services/public/cpp/view_manager/tests/
H A Dview_unittest.cc332 OrderDirection direction; member in struct:mojo::__anon8823::OrderChangeObserver::Change
353 OrderDirection direction) OVERRIDE {
354 OnViewReordered(view, relative_view, direction);
359 OrderDirection direction) OVERRIDE {
363 change.direction = direction;
399 EXPECT_EQ(ORDER_DIRECTION_ABOVE, changes[0].direction);
403 EXPECT_EQ(ORDER_DIRECTION_ABOVE, changes[1].direction);
419 EXPECT_EQ(ORDER_DIRECTION_BELOW, changes[0].direction);
423 EXPECT_EQ(ORDER_DIRECTION_BELOW, changes[1].direction);
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-font.cc645 * @direction:
656 hb_direction_t direction,
659 return font->get_glyph_advance_for_direction (glyph, direction, x, y);
666 * @direction:
677 hb_direction_t direction,
680 return font->get_glyph_origin_for_direction (glyph, direction, x, y);
687 * @direction:
698 hb_direction_t direction,
701 return font->add_glyph_origin_for_direction (glyph, direction, x, y);
708 * @direction
654 hb_font_get_glyph_advance_for_direction(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
675 hb_font_get_glyph_origin_for_direction(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
696 hb_font_add_glyph_origin_for_direction(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
717 hb_font_subtract_glyph_origin_for_direction(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
739 hb_font_get_glyph_kerning_for_direction(hb_font_t *font, hb_codepoint_t first_glyph, hb_codepoint_t second_glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
761 hb_font_get_glyph_extents_for_origin(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, hb_glyph_extents_t *extents) argument
785 hb_font_get_glyph_contour_point_for_origin(hb_font_t *font, hb_codepoint_t glyph, unsigned int point_index, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
[all...]
/external/harfbuzz_ng/src/
H A Dhb-font.cc645 * @direction:
656 hb_direction_t direction,
659 return font->get_glyph_advance_for_direction (glyph, direction, x, y);
666 * @direction:
677 hb_direction_t direction,
680 return font->get_glyph_origin_for_direction (glyph, direction, x, y);
687 * @direction:
698 hb_direction_t direction,
701 return font->add_glyph_origin_for_direction (glyph, direction, x, y);
708 * @direction
654 hb_font_get_glyph_advance_for_direction(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
675 hb_font_get_glyph_origin_for_direction(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
696 hb_font_add_glyph_origin_for_direction(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
717 hb_font_subtract_glyph_origin_for_direction(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
739 hb_font_get_glyph_kerning_for_direction(hb_font_t *font, hb_codepoint_t first_glyph, hb_codepoint_t second_glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
761 hb_font_get_glyph_extents_for_origin(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, hb_glyph_extents_t *extents) argument
785 hb_font_get_glyph_contour_point_for_origin(hb_font_t *font, 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/third_party/WebKit/Source/core/css/
H A DBasicShapeFunctions.cpp45 if (center.direction() == BasicShapeCenterCoordinate::TopLeft)
149 BasicShapeCenterCoordinate::Direction direction; local
167 direction = BasicShapeCenterCoordinate::TopLeft;
171 direction = BasicShapeCenterCoordinate::BottomRight;
174 direction = BasicShapeCenterCoordinate::TopLeft;
179 direction = BasicShapeCenterCoordinate::TopLeft;
183 return BasicShapeCenterCoordinate(direction, offset);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-deltablue.js339 this.direction = Direction.NONE;
352 this.direction = (this.v1.mark != mark && Strength.stronger(this.strength, this.v2.walkStrength))
357 this.direction = (this.v1.mark != mark && Strength.stronger(this.strength, this.v1.walkStrength))
362 this.direction = Strength.stronger(this.strength, this.v1.walkStrength)
366 this.direction = Strength.stronger(this.strength, this.v2.walkStrength)
378 this.direction = Direction.NONE;
385 return this.direction != Direction.NONE;
399 return (this.direction == Direction.FORWARD) ? this.v1 : this.v2;
406 return (this.direction == Direction.FORWARD) ? this.v2 : this.v1;
425 this.direction
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-deltablue.js339 this.direction = Direction.NONE;
352 this.direction = (this.v1.mark != mark && Strength.stronger(this.strength, this.v2.walkStrength))
357 this.direction = (this.v1.mark != mark && Strength.stronger(this.strength, this.v1.walkStrength))
362 this.direction = Strength.stronger(this.strength, this.v1.walkStrength)
366 this.direction = Strength.stronger(this.strength, this.v2.walkStrength)
378 this.direction = Direction.NONE;
385 return this.direction != Direction.NONE;
399 return (this.direction == Direction.FORWARD) ? this.v1 : this.v2;
406 return (this.direction == Direction.FORWARD) ? this.v2 : this.v1;
425 this.direction
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-deltablue.js339 this.direction = Direction.NONE;
352 this.direction = (this.v2.mark != mark && Strength.stronger(this.strength, this.v2.walkStrength))
357 this.direction = (this.v1.mark != mark && Strength.stronger(this.strength, this.v1.walkStrength))
362 this.direction = Strength.stronger(this.strength, this.v1.walkStrength)
366 this.direction = Strength.stronger(this.strength, this.v2.walkStrength)
378 this.direction = Direction.NONE;
385 return this.direction != Direction.NONE;
399 return (this.direction == Direction.FORWARD) ? this.v1 : this.v2;
406 return (this.direction == Direction.FORWARD) ? this.v2 : this.v1;
425 this.direction
[all...]
/external/chromium_org/ui/gfx/
H A Drender_text_pango.cc37 // Returns true if the given visual cursor |direction| is logically forward
39 bool IsForwardMotion(VisualCursorDirection direction, const PangoItem* item) { argument
41 return rtl == (direction == CURSOR_LEFT);
166 VisualCursorDirection direction) {
170 SelectionModel edge = EdgeSelectionModel(direction);
174 run = (direction == CURSOR_RIGHT) ?
178 // grapheme in the appropriate direction.
181 if (IsForwardMotion(direction, item)) {
194 run = (direction == CURSOR_RIGHT) ?
197 return EdgeSelectionModel(direction);
164 AdjacentCharSelectionModel( const SelectionModel& selection, VisualCursorDirection direction) argument
204 AdjacentWordSelectionModel( const SelectionModel& selection, VisualCursorDirection direction) argument
[all...]
/external/chromium_org/v8/benchmarks/
H A Ddeltablue.js345 this.direction = Direction.NONE;
358 this.direction = (this.v2.mark != mark && Strength.stronger(this.strength, this.v2.walkStrength))
363 this.direction = (this.v1.mark != mark && Strength.stronger(this.strength, this.v1.walkStrength))
368 this.direction = Strength.stronger(this.strength, this.v1.walkStrength)
372 this.direction = Strength.stronger(this.strength, this.v2.walkStrength)
384 this.direction = Direction.NONE;
391 return this.direction != Direction.NONE;
405 return (this.direction == Direction.FORWARD) ? this.v1 : this.v2;
412 return (this.direction == Direction.FORWARD) ? this.v2 : this.v1;
431 this.direction
[all...]
/external/chromium_org/third_party/skia/src/effects/
H A DSkGpuBlurUtils.cpp50 Gr1DKernelEffect::Direction direction,
58 texture, direction, radius, sigma, useBounds, bounds));
91 Gr1DKernelEffect::Direction direction,
98 direction, radius, sigma, false, bounds);
106 if (direction == Gr1DKernelEffect::kX_Direction) {
130 direction, radius, sigma, true, bounds);
134 direction, radius, sigma, true, bounds);
136 direction, radius, sigma, true, bounds);
138 direction, radius, sigma, false, bounds);
46 convolve_gaussian_1d(GrContext* context, const SkRect& srcRect, const SkRect& dstRect, GrTexture* texture, Gr1DKernelEffect::Direction direction, int radius, float sigma, bool useBounds, float bounds[2]) argument
87 convolve_gaussian(GrContext* context, const SkRect& srcRect, const SkRect& dstRect, GrTexture* texture, Gr1DKernelEffect::Direction direction, int radius, float sigma, bool cropToSrcRect) argument
/external/skia/src/effects/
H A DSkGpuBlurUtils.cpp50 Gr1DKernelEffect::Direction direction,
58 texture, direction, radius, sigma, useBounds, bounds));
68 Gr1DKernelEffect::Direction direction,
75 direction, radius, sigma, false, bounds);
83 if (direction == Gr1DKernelEffect::kX_Direction) {
107 direction, radius, sigma, true, bounds);
111 direction, radius, sigma, true, bounds);
113 direction, radius, sigma, true, bounds);
115 direction, radius, sigma, false, bounds);
46 convolve_gaussian_pass(GrContext* context, const SkRect& srcRect, const SkRect& dstRect, GrTexture* texture, Gr1DKernelEffect::Direction direction, int radius, float sigma, bool useBounds, float bounds[2]) argument
64 convolve_gaussian(GrContext* context, const SkRect& srcRect, const SkRect& dstRect, GrTexture* texture, Gr1DKernelEffect::Direction direction, int radius, float sigma, bool cropToSrcRect) argument
/external/chromium_org/chrome/browser/resources/local_ntp/
H A Dmost_visited_util.js99 * @param {string|undefined} direction The text direction.
105 function createMostVisitedLink(params, href, title, text, direction, provider) {
115 var dir = /^rtl$/i.test(direction) ? 'to left' : 'to right';
266 data.direction = params.di || '';
285 if (data.direction)
286 document.body.dir = data.direction;

Completed in 6251 milliseconds

1234567891011>>