HomeSort by relevance Sort by last modified time
    Searched refs:LineSegment (Results 1 - 2 of 2) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
CollisionSystem.java 48 private FixedSizeArray<LineSegment> mTemporarySegments;
49 private FixedSizeArray<LineSegment> mPendingTemporarySegments;
59 mTemporarySegments = new FixedSizeArray<LineSegment>(MAX_TEMPORARY_SEGMENTS);
60 mPendingTemporarySegments = new FixedSizeArray<LineSegment>(MAX_TEMPORARY_SEGMENTS);
237 LineSegment newSegment = mSegmentPool.allocate();
260 FixedSizeArray<LineSegment> swap = mTemporarySegments;
431 protected static boolean testSegmentAgainstList(FixedSizeArray<LineSegment> segments,
443 LineSegment segment = (LineSegment)segmentArray[x];
475 protected static boolean testBoxAgainstList(FixedSizeArray<LineSegment> segments,
    [all...]
  /external/ImageMagick/MagickCore/
draw.c     [all...]

Completed in 927 milliseconds