HomeSort by relevance Sort by last modified time
    Searched refs:anchor (Results 51 - 75 of 788) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/AMDGPU/
R600MachineFunctionInfo.h 24 void anchor() override;
  /external/llvm/lib/Target/PowerPC/
PPCMachineFunctionInfo.cpp 18 void PPCFunctionInfo::anchor() { } function in class:PPCFunctionInfo
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/
com.badlogic.gdx.physics.box2d.joints.FrictionJoint.cpp 7 float* anchor = (float*)env->GetPrimitiveArrayCritical(obj_anchor, 0); local
13 anchor[0] = joint->GetLocalAnchorA().x;
14 anchor[1] = joint->GetLocalAnchorA().y;
16 env->ReleasePrimitiveArrayCritical(obj_anchor, anchor, 0);
21 float* anchor = (float*)env->GetPrimitiveArrayCritical(obj_anchor, 0); local
27 anchor[0] = joint->GetLocalAnchorB().x;
28 anchor[1] = joint->GetLocalAnchorB().y;
30 env->ReleasePrimitiveArrayCritical(obj_anchor, anchor, 0);
com.badlogic.gdx.physics.box2d.joints.WeldJoint.cpp 7 float* anchor = (float*)env->GetPrimitiveArrayCritical(obj_anchor, 0); local
13 anchor[0] = joint->GetLocalAnchorA().x;
14 anchor[1] = joint->GetLocalAnchorA().y;
16 env->ReleasePrimitiveArrayCritical(obj_anchor, anchor, 0);
21 float* anchor = (float*)env->GetPrimitiveArrayCritical(obj_anchor, 0); local
27 anchor[0] = joint->GetLocalAnchorB().x;
28 anchor[1] = joint->GetLocalAnchorB().y;
30 env->ReleasePrimitiveArrayCritical(obj_anchor, anchor, 0);
com.badlogic.gdx.physics.box2d.joints.WheelJoint.cpp 7 float* anchor = (float*)env->GetPrimitiveArrayCritical(obj_anchor, 0); local
13 anchor[0] = joint->GetLocalAnchorA().x;
14 anchor[1] = joint->GetLocalAnchorA().y;
16 env->ReleasePrimitiveArrayCritical(obj_anchor, anchor, 0);
21 float* anchor = (float*)env->GetPrimitiveArrayCritical(obj_anchor, 0); local
27 anchor[0] = joint->GetLocalAnchorB().x;
28 anchor[1] = joint->GetLocalAnchorB().y;
30 env->ReleasePrimitiveArrayCritical(obj_anchor, anchor, 0);
35 float* anchor = (float*)env->GetPrimitiveArrayCritical(obj_anchor, 0); local
41 anchor[0] = joint->GetLocalAxisA().x
    [all...]
  /external/opencv3/modules/cudafilters/src/cuda/
column_filter.16sc1.cu 49 template void linearColumn<float, short>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
column_filter.16uc1.cu 49 template void linearColumn<float, unsigned short>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
column_filter.32fc1.cu 49 template void linearColumn<float, float>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
column_filter.32sc1.cu 49 template void linearColumn<float, int>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
column_filter.8uc1.cu 49 template void linearColumn<float, uchar>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
row_filter.16sc1.cu 49 template void linearRow<short, float>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
row_filter.16uc1.cu 49 template void linearRow<unsigned short, float>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
row_filter.32fc1.cu 49 template void linearRow<float, float>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
row_filter.32sc1.cu 49 template void linearRow<int, float>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
row_filter.8uc1.cu 49 template void linearRow<uchar, float>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/events/
MappingStartEvent.java 35 public MappingStartEvent(String anchor, String tag, boolean implicit, Mark startMark,
37 super(anchor, tag, implicit, startMark, endMark, flowStyle);
SequenceStartEvent.java 30 public SequenceStartEvent(String anchor, String tag, boolean implicit, Mark startMark,
32 super(anchor, tag, implicit, startMark, endMark, flowStyle);
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 70 virtual void anchor();
76 virtual void anchor();
82 virtual void anchor();
88 virtual void anchor();
94 virtual void anchor();
100 virtual void anchor();
  /external/opencv3/modules/imgproc/src/
filterengine.hpp 47 KERNEL_SYMMETRICAL = 1, // kernel[i] == kernel[ksize-i-1] , and the anchor is at the center
48 KERNEL_ASYMMETRICAL = 2, // kernel[i] == -kernel[ksize-i-1] , and the anchor is at the center
73 int anchor; member in class:cv::BaseRowFilter
103 int anchor; member in class:cv::BaseColumnFilter
131 Point anchor; member in class:cv::BaseFilter
254 Point anchor; member in class:cv::FilterEngine
283 int getKernelType(InputArray kernel, Point anchor);
287 InputArray kernel, int anchor,
292 InputArray kernel, int anchor,
299 Point anchor = Point(-1,-1)
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/evalexception/media/
debug.js 1 function showFrame(anchor) {
2 var tbid = anchor.getAttribute('tbid');
3 var expanded = anchor.expanded;
5 MochiKit.DOM.hideElement(anchor.expandedElement);
6 anchor.expanded = false;
7 _swapImage(anchor);
10 anchor.expanded = true;
11 if (anchor.expandedElement) {
12 MochiKit.DOM.showElement(anchor.expandedElement);
13 _swapImage(anchor);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GravityHelper.java 100 for (String anchor : anchors) {
101 if (GRAVITY_VALUE_CENTER.equals(anchor)) {
103 } else if (GRAVITY_VALUE_FILL.equals(anchor)) {
105 } else if (GRAVITY_VALUE_CENTER_VERTICAL.equals(anchor)) {
107 } else if (GRAVITY_VALUE_CENTER_HORIZONTAL.equals(anchor)) {
109 } else if (GRAVITY_VALUE_FILL_VERTICAL.equals(anchor)) {
111 } else if (GRAVITY_VALUE_FILL_HORIZONTAL.equals(anchor)) {
113 } else if (GRAVITY_VALUE_TOP.equals(anchor)) {
115 } else if (GRAVITY_VALUE_BOTTOM.equals(anchor)) {
117 } else if (GRAVITY_VALUE_LEFT.equals(anchor)) {
    [all...]
  /external/llvm/utils/TableGen/
X86ModRMFilters.h 30 virtual void anchor();
53 void anchor() override;
68 void anchor() override;
90 void anchor() override;
115 void anchor() override;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/joints/
FrictionJointDef.java 30 /** Initialize the bodies, anchors, axis, and reference angle using the world anchor and world axis. */
31 public void initialize (Body bodyA, Body bodyB, Vector2 anchor) {
34 localAnchorA.set(bodyA.getLocalPoint(anchor));
35 localAnchorB.set(bodyB.getLocalPoint(anchor));
38 /** The local anchor point relative to bodyA's origin. */
41 /** The local anchor point relative to bodyB's origin. */
PrismaticJointDef.java 23 /** Prismatic joint definition. This requires defining a line of motion using an axis and an anchor point. The definition uses
24 * local anchor points and a local axis so that the initial configuration can violate the constraint slightly. The joint
25 * translation is zero when the local anchor points coincide in world space. Using local anchors and a local axis helps when
33 /** Initialize the bodies, anchors, axis, and reference angle using the world anchor and world axis. */
34 public void initialize (Body bodyA, Body bodyB, Vector2 anchor, Vector2 axis) {
37 localAnchorA.set(bodyA.getLocalPoint(anchor));
38 localAnchorB.set(bodyB.getLocalPoint(anchor));
44 /** The local anchor point relative to body1's origin. */
47 /** The local anchor point relative to body2's origin. */
RevoluteJointDef.java 23 /** Revolute joint definition. This requires defining an anchor point where the bodies are joined. The definition uses local anchor
25 * angle for joint limits. This helps when saving and loading a game. The local anchor points are measured from the body's origin
33 /** Initialize the bodies, anchors, and reference angle using a world anchor point. */
34 public void initialize (Body bodyA, Body bodyB, Vector2 anchor) {
37 localAnchorA.set(bodyA.getLocalPoint(anchor));
38 localAnchorB.set(bodyB.getLocalPoint(anchor));
42 /** The local anchor point relative to body1's origin. */
45 /** The local anchor point relative to body2's origin. */

Completed in 498 milliseconds

1 23 4 5 6 7 8 91011>>