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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
BoxShape.h 48 virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
Shape.h 55 typedef Vector<LineSegment> SegmentList;
77 virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const = 0;
RectangleShape.h 53 virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
BoxShapeTest.cpp 58 SegmentList result; \
69 SegmentList result; \
PolygonShape.h 71 virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
RasterShape.h 92 virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
RectangleShape.cpp 56 void RectangleShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const
BoxShape.cpp 55 void BoxShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const
ShapeOutsideInfo.h 52 SegmentList computeSegmentsForLine(LayoutUnit lineTop, LayoutUnit lineHeight) const;
ShapeOutsideInfo.cpp 160 SegmentList ShapeOutsideInfo::computeSegmentsForLine(LayoutUnit lineTop, LayoutUnit lineHeight) const
163 SegmentList segments;
289 SegmentList segments = computeSegmentsForLine(borderBoxLineTop, lineHeight);
PolygonShape.cpp 123 void PolygonShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const
RasterShape.cpp 153 void RasterShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
cmap_table.h 365 typedef std::vector<Ptr<Segment> > SegmentList;
375 SegmentList* segments();
376 void set_segments(SegmentList* segments);
383 Builder(SegmentList* segments, IntegerList* glyph_id_array,
397 SegmentList segments_;
706 typedef std::vector<Ptr<CMapTable::CMapFormat4::Builder::Segment> > SegmentList;
cmap_table.cc 900 CALLER_ATTACH SegmentList*
901 CMapTable::CMapFormat4::Builder::Segment::DeepCopy(SegmentList* original) {
902 SegmentList* list = new SegmentList;
903 for (SegmentList::iterator it = original->begin(),
958 CMapTable::CMapFormat4::Builder::Builder(SegmentList* segments,
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.h 365 typedef std::vector<Ptr<Segment> > SegmentList;
375 SegmentList* segments();
376 void set_segments(SegmentList* segments);
383 Builder(SegmentList* segments, IntegerList* glyph_id_array,
397 SegmentList segments_;
706 typedef std::vector<Ptr<CMapTable::CMapFormat4::Builder::Segment> > SegmentList;
cmap_table.cc 900 CALLER_ATTACH SegmentList*
901 CMapTable::CMapFormat4::Builder::Segment::DeepCopy(SegmentList* original) {
902 SegmentList* list = new SegmentList;
903 for (SegmentList::iterator it = original->begin(),
958 CMapTable::CMapFormat4::Builder::Builder(SegmentList* segments,
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
font_assembler.cc 90 SegmentList* segment_list = new SegmentList;
  /external/sfntly/cpp/src/sample/subtly/
font_assembler.cc 90 SegmentList* segment_list = new SegmentList;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h 97 SINGLE_LIST_ENTRY SegmentList;
103 SINGLE_LIST_ENTRY SegmentList;
    [all...]

Completed in 184 milliseconds