Searched refs:direction (Results 151 - 175 of 290) sorted by relevance

1234567891011>>

/external/v8/src/ia32/
H A Dcodegen-ia32.cc117 Direction direction,
128 if (direction == BACKWARD) __ sub(src, Immediate(0x40));
133 if (direction == FORWARD) __ add(src, Immediate(0x40));
134 if (direction == BACKWARD) __ sub(dst, Immediate(0x40));
139 if (direction == FORWARD) __ add(dst, Immediate(0x40));
146 if (direction == BACKWARD) __ sub(src, Immediate(0x20));
149 if (direction == FORWARD) __ add(src, Immediate(0x20));
150 if (direction == BACKWARD) __ sub(dst, Immediate(0x20));
153 if (direction == FORWARD) __ add(dst, Immediate(0x20));
158 if (direction
115 MemMoveEmitMainLoop(MacroAssembler* masm, Label* move_last_15, Direction direction, Alignment alignment) argument
[all...]
/external/aac/libAACdec/src/
H A Drvlc.cpp284 backward direction.
353 UCHAR direction = pRvlc->direction; local
360 direction);
373 if (direction == FWD) {
382 if (direction == FWD) {
405 description: Decode RVL-coded codewords in forward direction.
437 pRvlc->direction = FWD;
596 description: Decode RVL-coded codewords in backward direction.
626 pRvlc->direction
[all...]
/external/icu/icu4c/source/i18n/
H A Dtransreg.cpp69 direction(UTRANS_FORWARD),
81 direction(UTRANS_FORWARD),
92 direction(dir),
186 parser.parse(aliasesOrRules, direction, pe, ec);
1064 UTransDirection direction)
1077 utag.append(direction == UTRANS_FORWARD ?
1124 // The direction is always forward for the
1128 // the direction is the value passed in to this
1130 int32_t dir = (pass == 0) ? UTRANS_FORWARD : direction;
1061 findInBundle(const TransliteratorSpec& specToOpen, const TransliteratorSpec& specToFind, const UnicodeString& variant, UTransDirection direction) argument
/external/jmonkeyengine/engine/src/test/jme3test/terrain/
H A DTerrainTestCollision.java254 Vector3f direction = cam.getWorldCoordinates(new Vector2f(settings.getWidth() / 2, settings.getHeight() / 2), 0.3f);
255 direction.subtractLocal(origin).normalizeLocal();
258 Ray ray = new Ray(origin, direction);
H A DTerrainTestModifyHeight.java263 Vector3f direction = cam.getWorldCoordinates(new Vector2f(settings.getWidth() / 2, settings.getHeight() / 2), 0.3f);
264 direction.subtractLocal(origin).normalizeLocal();
266 Ray ray = new Ray(origin, direction);
/external/replicaisland/src/com/replica/replicaisland/
H A DNPCComponent.java377 int direction = 1;
382 direction = Utils.sign(
387 parentObject.getTargetVelocity().x = mHorizontalImpulse * direction;
/external/skia/src/core/
H A DSkDistanceFieldGen.cpp108 // assumes that direction has been pre-normalized
109 static float edge_distance(const SkPoint& direction, float alpha) { argument
110 float dx = direction.fX;
111 float dy = direction.fY;
116 // this is easier if we treat the direction as being in the first octant
H A DSkPath.cpp224 Direction direction; local
225 if (!this->cheapComputeDirection(&direction)) {
276 if (!check_edge_against_rect(quadPts[0], quadPts[2], rect, direction)) {
279 if (!check_edge_against_rect(quadPts[2], quadPts[4], rect, direction)) {
283 if (!check_edge_against_rect(prevPt, pts[nextPt], rect, direction)) {
291 return check_edge_against_rect(prevPt, firstPt, rect, direction);
336 Determines if path is a rect by keeping track of changes in direction
339 The direction is computed such that:
351 There's more than four changes of direction.
353 The line reverses direction
[all...]
/external/skia/src/effects/
H A DSkLightingImageFilter.cpp719 SkDistantLight(const SkPoint3& direction, SkColor color) argument
720 : INHERITED(color), fDirection(direction) {
728 const SkPoint3& direction() const { return fDirection; } function in class:SkDistantLight
754 SkDistantLight(const SkPoint3& direction, const SkPoint3& color) argument
755 : INHERITED(color), fDirection(direction) {
758 return new SkDistantLight(direction(), color());
777 SkPoint3 direction(fLocation.fX - SkIntToScalar(x),
780 direction.normalize();
781 return direction;
876 SkPoint3 direction(fLocatio
1019 CreateDistantLitDiffuse(const SkPoint3& direction, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, SkImageFilter* input, const CropRect* cropRect) argument
1053 CreateDistantLitSpecular(const SkPoint3& direction, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, SkScalar shine, SkImageFilter* input, const CropRect* cropRect) argument
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout.h84 hb_direction_t direction,
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestData.java243 protected byte direction; field in class:TestData
250 byte direction, byte paraLevel, byte resultLevel, byte[] levels,
255 this.direction = direction;
249 TestData(short[] dirProps, int lineStart, int lineLimit, byte direction, byte paraLevel, byte resultLevel, byte[] levels, int[] visualMap) argument
/external/skia/src/animator/
H A DSkPathParts.h113 int /*SkPath::Direction*/ direction; member in class:SkAddGeom
/external/tcpdump/
H A Dprint-tcp.c716 enum sunrpc_msg_type direction; local
723 direction = (enum sunrpc_msg_type)EXTRACT_32BITS(&rp->rm_direction);
724 if (dport == NFS_PORT && direction == SUNRPC_CALL) {
729 if (sport == NFS_PORT && direction == SUNRPC_REPLY) {
/external/droiddriver/src/io/appium/droiddriver/base/
H A DBaseUiElement.java254 public void scroll(PhysicalDirection direction) { argument
255 uiElementActor.scroll(this, direction);
/external/llvm/lib/CodeGen/
H A DSpillPlacement.cpp131 void addBias(BlockFrequency freq, BorderConstraint direction) { argument
132 switch (direction) {
/external/pdfium/core/src/fpdftext/
H A Dtext_int.h77 virtual int GetOrderByDirection(int order, int direction) const;
88 virtual int GetWordBreak(int index, int direction) const;
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/bench/
H A Dwikipedia.css45 direction: ltr;
217 direction: ltr;
232 direction: rtl;
394 direction: ltr;
398 direction: ltr;
427 direction: ltr;
465 direction: ltr;
516 direction: ltr;
863 * These classes should be used for text depending on the content direction.
868 direction
[all...]
/external/libavc/common/arm/
H A Dih264_inter_pred_luma_horz_qpel_vert_qpel_a9q.s48 @* applies the six tap filter in the horizontal direction on the
50 @* vertical direction on the predictor values. It then averages these
51 @* two outputs to obtain quarter pel values in horizontal and vertical direction.
58 @* The function interpolates the predictors first in the horizontal direction
59 @* and then in the vertical direction, and then averages these two
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DFastMath.java3577 * in the direction of another number.
3593 * If {@code direction} is greater than {@code d},
3598 * If {@code d} is infinite and direction does not
3602 * @param direction (the only important thing is whether
3603 * {@code direction} is greater or smaller than {@code d})
3604 * @return the next machine representable number in the specified direction
3606 public static double nextAfter(double d, double direction) { argument
3609 if (Double.isNaN(d) || Double.isNaN(direction)) {
3611 } else if (d == direction) {
3612 return direction;
3662 nextAfter(final float f, final double direction) argument
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCSpinner.java263 * Updates {@link #m_value} into given direction.
265 private void updateValue(int direction) { argument
270 if (direction == SWT.ARROW_UP) {
273 if (direction == SWT.ARROW_DOWN) {
/external/icu/icu4c/source/layout/
H A DLayoutEngine.cpp426 le_int32 c = 0, direction = 1, p; local
440 direction = -1;
447 for (p = 0; p < charCount; p += 1, c += direction) {
/external/aac/libAACenc/src/
H A Daacenc_tns.cpp121 INT tnsFilterDirection[MAX_NUM_OF_FILTERS]; /* Filtering direction, 0=up, 1=down TABUL */
814 tnsInfo->direction[subBlockNumber][HIFILT] = tC->confTab.tnsFilterDirection[HIFILT];
852 tnsInfo->direction[subBlockNumber][LOFILT] = tC->confTab.tnsFilterDirection[LOFILT];
865 (tnsInfo->direction[subBlockNumber][LOFILT] == tnsInfo->direction[subBlockNumber][HIFILT]) )
970 tnsInfoDest->direction [w][HIFILT] = tnsInfoSrc->direction [w][HIFILT];
/external/libusb/libusb/os/
H A Ddarwin_usb.c764 u_int8_t numep, direction, number; local
780 kresult = (*(cInterface->interface))->GetPipeProperties(cInterface->interface, i, &direction, &number, &dont_care1,
789 usbi_info (HANDLE_CTX (dev_handle), "interface: %i pipe %i: dir: %i number: %i", iface, i, direction, number); local
791 cInterface->endpoint_addrs[i - 1] = ((direction << 7 & LIBUSB_ENDPOINT_DIR_MASK) | (number & LIBUSB_ENDPOINT_ADDRESS_MASK));
1080 uint8_t direction, number, interval, pipeRef, iface; local
1096 (*(cInterface->interface))->GetPipeProperties (cInterface->interface, pipeRef, &direction, &number,
/external/skia/include/core/
H A DSkPath.h497 /** clockwise direction for adding closed contours */
499 /** counter-clockwise direction for adding closed contours */
504 * Return the opposite of the specified direction. kUnknown is its own
547 * Tries to quickly compute the direction of the first non-degenerate
549 * direction. If it cannot be (quickly) determined, return false and ignore
550 * the dir parameter. If the direction was determined, it is cached to make
556 * Returns true if the path's direction can be computed via
557 * cheapComputDirection() and if that computed direction matches the
558 * specified direction. If dir is kUnknown, returns true if the direction
[all...]
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DHyperplane.h104 normal() = parametrized.direction().unitOrthogonal();

Completed in 1079 milliseconds

1234567891011>>