Searched defs:spans (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DRegion.h95 void setShapeSpans(const Vector<Span>& spans) { m_shape.setSpans(spans); } argument
135 const Vector<Span, 16>& spans() const { return m_spans; } function in class:WebCore::Region::Shape
138 void setSpans(const Vector<Span>& spans) { m_spans = spans; } argument
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/library/
H A Dtktable.py396 def spans(self, index=None, **kwargs): member in class:Table
/macosx-10.10/text_cmds-88/join/
H A Djoin.c110 int spans = 1; /* span multiple delimiters (-t) */ variable
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tktable/
H A Dtktable.rb794 def spans method in class:Tk.BrowseCommand.ValidateArgs.CellCommand.ValidateArgs.SelectionCommand.ValidateArgs.ValidateCommand.ValidateArgs.set.set_row.set_col
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeDisplay.c82 int *spans; /* span[n] is the column index of the item member in struct:DItem
[all...]
H A DtkTreeItem.c48 int *spans; /* 1 per tree-column. spans[N] is the column index of member in struct:TreeItem_
233 } staticSpans[STATIC_SIZE], *spans = staticSpans; local
4036 SpanInfo staticSpans[STATIC_SIZE], *spans = staticSpans; local
[all...]

Completed in 313 milliseconds