Searched defs:LineSegment (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShape.h44 struct LineSegment { struct in namespace:blink
45 LineSegment() function in struct:blink::LineSegment
52 LineSegment(float logicalLeft, float logicalRight) function in struct:blink::LineSegment
84 virtual LineSegment getExcludedInterval(LayoutUnit logicalTop, LayoutUnit logicalHeight) const = 0;
/external/chromium_org/ui/gfx/
H A Drender_text.h140 struct LineSegment { struct in namespace:gfx::internal
141 LineSegment();
142 ~LineSegment();
160 std::vector<LineSegment> segments;
H A Drender_text.cc365 LineSegment::LineSegment() : run(0) {} function in class:gfx::internal::LineSegment
367 LineSegment::~LineSegment() {}
1041 const internal::LineSegment* segment = &lines_[line].segments[i];
/external/replicaisland/src/com/replica/replicaisland/
H A DCollisionSystem.java48 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> segment
672 protected class LineSegment extends AllocationGuard { class in class:CollisionSystem
678 public LineSegment() { method in class:CollisionSystem.LineSegment
[all...]

Completed in 170 milliseconds