Searched defs:endPoint (Results 1 - 17 of 17) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DSolidSurfaceComponent.java75 public void addSurface(Vector2 startPoint, Vector2 endPoint, Vector2 normal) { argument
77 mEndPoints.add(endPoint);
H A DCollisionSystem.java99 * @param endPoint The end point for the ray in world units.
109 public boolean castRay(Vector2 startPoint, Vector2 endPoint, Vector2 movementDirection, argument
117 executeRay(startPoint, endPoint, hitPoint, hitNormal, mTileSegmentTester) != -1) {
126 if (testSegmentAgainstList(mTemporarySegments, startPoint, endPoint, tempHitPoint,
235 public void addTemporarySurface(Vector2 startPoint, Vector2 endPoint, Vector2 normal, argument
239 newSegment.set(startPoint, endPoint, normal);
271 * @param endPoint The ending point for the ray in world space.
277 protected int executeStraigtRay(final Vector2 startPoint, final Vector2 endPoint, argument
304 if (visitor.visit(mCollisionTiles[tileIndex], startPoint, endPoint,
324 * @param endPoint Th
330 executeRay(Vector2 startPoint, Vector2 endPoint, Vector2 hitPoint, Vector2 hitNormal, TileVisitor visitor) argument
431 testSegmentAgainstList(FixedSizeArray<LineSegment> segments, Vector2 startPoint, Vector2 endPoint, Vector2 hitPoint, Vector2 hitNormal, Vector2 movementDirection, GameObject excludeObject) argument
600 visit(CollisionTile tile, Vector2 startPoint, Vector2 endPoint, Vector2 hitPoint, Vector2 hitNormal, int tileX, int tileY) argument
647 visit(CollisionTile tile, Vector2 startPoint, Vector2 endPoint, Vector2 hitPoint, Vector2 hitNormal, int tileX, int tileY) argument
[all...]
/external/llvm/include/llvm/CodeGen/
H A DLiveInterval.h144 SlotIndex endPoint() const { function in class:llvm::LiveQueryResult
/external/pdfium/xfa/fxgraphics/
H A Dcfx_shading.cpp10 const CFX_PointF& endPoint,
17 m_endPoint(endPoint),
28 const CFX_PointF& endPoint,
37 m_endPoint(endPoint),
9 CFX_Shading(const CFX_PointF& beginPoint, const CFX_PointF& endPoint, bool isExtendedBegin, bool isExtendedEnd, const FX_ARGB beginArgb, const FX_ARGB endArgb) argument
27 CFX_Shading(const CFX_PointF& beginPoint, const CFX_PointF& endPoint, const FX_FLOAT beginRadius, const FX_FLOAT endRadius, bool isExtendedBegin, bool isExtendedEnd, const FX_ARGB beginArgb, const FX_ARGB endArgb) argument
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DDumbTextComponent.java82 private transient Point endPoint = new Point(); field in class:DumbTextComponent
574 offset2Point(selection.getEnd(), false, endPoint);
577 else caretPoint.setLocation(endPoint);
578 if (startPoint.y == endPoint.y) {
580 Math.max(1,endPoint.x-startPoint.x), lineHeight);
584 if (startPoint.y + lineHeight < endPoint.y)
586 (mySize.width-xInset)-xInset, endPoint.y - startPoint.y - lineHeight);
587 paintRect(g, xInset, endPoint.y, endPoint.x-xInset, lineHeight);
/external/skia/src/xps/
H A DSkXPSDevice.cpp835 XPS_POINT endPoint; local
838 endPoint = xps_point(info.fPoint[1]);
844 endPoint = xps_point(info.fPoint[1], localMatrix);
861 &endPoint,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 320 milliseconds