OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SegmentList
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
Shape.h
53
typedef Vector<LineSegment>
SegmentList
;
72
virtual void getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight,
SegmentList
&) const = 0;
73
virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight,
SegmentList
&) const = 0;
/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
;
/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
;
Completed in 57 milliseconds