HomeSort by relevance Sort by last modified time
    Searched full:direction (Results 226 - 250 of 3958) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/src/core/
SkStroke.h 40 * Stroke the specified rect, winding it in the specified direction..
43 SkPath::Direction = SkPath::kCW_Direction) const;
  /external/harfbuzz_ng/src/
hb-font.h 321 hb_direction_t direction,
326 hb_direction_t direction,
331 hb_direction_t direction,
336 hb_direction_t direction,
342 hb_direction_t direction,
348 hb_direction_t direction,
354 hb_direction_t direction,
439 * A zero value means "no hinting in that direction"
hb-font-private.hh 313 hb_direction_t direction,
316 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) {
336 hb_direction_t direction,
339 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) {
357 hb_direction_t direction,
362 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y);
369 hb_direction_t direction,
374 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y);
381 hb_direction_t direction,
384 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) {
    [all...]
  /external/icu4c/test/intltest/
nptrans.cpp 205 UCharDirection direction=U_CHAR_DIRECTION_COUNT, firstCharDir=U_CHAR_DIRECTION_COUNT; local
238 direction = u_charDirection(ch);
240 firstCharDir = direction;
242 if(direction == U_LEFT_TO_RIGHT){
245 if(direction == U_RIGHT_TO_LEFT || direction == U_RIGHT_TO_LEFT_ARABIC){
260 (direction == U_RIGHT_TO_LEFT || direction == U_RIGHT_TO_LEFT_ARABIC))
  /external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Blur/
RadialBlur.frag 20 // normalize the direction (reuse the distance)
29 // take 10 additional blur samples in the direction towards
RadialBlur15.frag 24 // normalize the direction (reuse the distance)
33 // take 10 additional blur samples in the direction towards
  /external/kernel-headers/original/asm-x86/
swiotlb.h 35 int nents, int direction);
37 int nents, int direction);
  /external/skia/src/core/
SkStroke.h 40 * Stroke the specified rect, winding it in the specified direction..
43 SkPath::Direction = SkPath::kCW_Direction) const;
  /external/skia/tests/
PathOpsInverseTest.cpp 17 one.addRect(0, 0, 6, 6, (SkPath::Direction) oneDir);
24 two.addRect(3, 3, 9, 9, (SkPath::Direction) twoDir);
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestBoneRagdoll.java 295 Vector3f direction = new Vector3f(0, 0, 1); field in class:TestBoneRagdoll
306 // rotate.multLocal(direction);
315 // rotate.multLocal(direction);
320 // direction.z = 1;
321 // direction.normalizeLocal();
323 // direction.z = -1;
324 // direction.normalizeLocal();
327 // direction.x = 1;
328 // direction.normalizeLocal();
330 // direction.x = -1
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
GravityTest.java 61 applyGravity(Gravity.TOP, 2, 3, mInRect, mOutRect, false /* LTR direction */);
66 applyGravity(Gravity.TOP, 2, 3, mInRect, mOutRect, true /* RTL direction */);
82 applyGravity(Gravity.BOTTOM, 2, 3, mInRect, mOutRect, false /* LTR direction */);
87 applyGravity(Gravity.BOTTOM, 2, 3, mInRect, mOutRect, true /* RTL direction */);
103 applyGravity(Gravity.LEFT, 2, 10, mInRect, mOutRect, false /* LTR direction */);
108 applyGravity(Gravity.LEFT, 2, 10, mInRect, mOutRect, true /* RTL direction */);
124 applyGravity(Gravity.START, 2, 10, mInRect, mOutRect, false /* LTR direction */);
129 applyGravity(Gravity.START, 2, 10, mInRect, mOutRect, true /* RTL direction */);
145 applyGravity(Gravity.RIGHT, 2, 10, mInRect, mOutRect, false /* LTR direction */);
150 applyGravity(Gravity.RIGHT, 2, 10, mInRect, mOutRect, true /* RTL direction */);
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_custom_menu.cc 102 GtkMenuDirectionType direction) {
110 switch (direction) {
114 direction))
123 move_current(menu_shell, direction);
130 GTK_CUSTOM_MENU_ITEM(menu_item), direction); local
  /external/chromium_org/ash/
focus_cycler.cc 39 void FocusCycler::RotateFocus(Direction direction) {
46 direction == BACKWARD ?
69 if (direction == FORWARD)
93 direction == BACKWARD ?
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_custom_menu.cc 102 GtkMenuDirectionType direction) {
110 switch (direction) {
114 direction))
123 move_current(menu_shell, direction);
130 GTK_CUSTOM_MENU_ITEM(menu_item), direction); local
  /external/chromium_org/chrome/third_party/chromevox/chromevox/background/
chrome_shared2.css 65 direction: ltr;
74 direction: ltr;
88 direction: rtl;
92 direction: ltr;
101 direction: rtl;
  /external/chromium_org/ui/webui/resources/css/
chrome_shared.css 69 direction: ltr;
78 direction: ltr;
92 direction: rtl;
96 direction: ltr;
105 direction: rtl;
  /external/eigen/test/
geo_parametrizedline.cpp 80 p1->direction().setRandom();
86 VERIFY_IS_APPROX(p1->direction(), p2->direction());
87 VERIFY_IS_APPROX(p1->direction(), p3->direction());
  /frameworks/support/v4/java/android/support/v4/text/
TextUtilsCompat.java 63 * Return the layout direction for a given Locale
65 * @param locale the Locale for which we want the layout direction. Can be null.
66 * @return the layout direction. This may be one of:
88 * Fallback algorithm to detect the locale direction. Rely on the fist char of the
93 * @return the layout direction. This may be one of:
  /external/chromium_org/chrome/browser/download/
download_query.cc 327 // 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, &GetUrl))
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape.cc 75 switch (props->direction) {
97 if (HB_DIRECTION_IS_HORIZONTAL (props->direction))
270 hb_direction_t direction = buffer->props.direction; local
276 if ((HB_DIRECTION_IS_HORIZONTAL (direction) && direction != hb_script_get_horizontal_direction (buffer->props.script)) ||
277 (HB_DIRECTION_IS_VERTICAL (direction) && direction != HB_DIRECTION_TTB))
280 buffer->props.direction = HB_DIRECTION_REVERSE (buffer->props.direction);
431 hb_direction_t direction = c->buffer->props.direction; local
    [all...]
  /external/chromium_org/cc/input/
top_controls_manager.cc 182 void TopControlsManager::SetupAnimation(AnimationDirection direction) {
183 DCHECK(direction != NO_ANIMATION);
185 if (direction == SHOWING_CONTROLS && controls_top_offset_ == 0)
188 if (direction == HIDING_CONTROLS &&
193 if (top_controls_animation_ && animation_direction_ == direction)
203 (direction == SHOWING_CONTROLS ? 1 : -1) * top_controls_height_;
208 animation_direction_ = direction;
  /external/chromium_org/third_party/WebKit/ManualTests/
animate-none.html 17 -webkit-animation-direction: alternate;
36 -webkit-animation-direction: alternate;
55 -webkit-animation-direction: alternate;
74 -webkit-animation-direction: alternate;
93 -webkit-animation-direction: alternate;
103 -webkit-animation-direction: alternate;
113 -webkit-animation-direction: alternate, alternate;
  /external/chromium_org/third_party/skia/src/effects/
SkEmbossMaskFilter.cpp 26 SkMaskFilter* SkBlurMaskFilter::CreateEmboss(const SkScalar direction[3],
30 direction, ambient, specular);
33 SkMaskFilter* SkBlurMaskFilter::CreateEmboss(SkScalar blurSigma, const SkScalar direction[3],
35 if (direction == NULL) {
47 memcpy(light.fDirection, direction, sizeof(light.fDirection));
112 // run the light direction through the matrix...
156 str->append("direction: (");
  /external/skia/src/effects/
SkEmbossMaskFilter.cpp 26 SkMaskFilter* SkBlurMaskFilter::CreateEmboss(const SkScalar direction[3],
30 direction, ambient, specular);
33 SkMaskFilter* SkBlurMaskFilter::CreateEmboss(SkScalar blurSigma, const SkScalar direction[3],
35 if (direction == NULL) {
47 memcpy(light.fDirection, direction, sizeof(light.fDirection));
112 // run the light direction through the matrix...
156 str->append("direction: (");
  /external/chromium_org/third_party/skia/include/core/
SkPath.h 485 enum Direction {
486 /** Direction either has not been or could not be computed */
488 /** clockwise direction for adding closed contours */
490 /** counter-clockwise direction for adding closed contours */
495 * Return the opposite of the specified direction. kUnknown is its own
498 static Direction OppositeDirection(Direction dir) {
499 static const Direction gOppositeDir[] = {
538 * Tries to quickly compute the direction of the first non-degenerate
540 * direction. If it cannot be (quickly) determined, return false and ignor
    [all...]

Completed in 668 milliseconds

1 2 3 4 5 6 7 8 91011>>