Home
last modified time | relevance | path

Searched refs:majorLinesAt (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/quickqanava/QuickQanava-ab88d77ec62175b9fd499a154ffaf92f7bf23989/src/
H A DqanLineGrid.cpp224 impl::GridLine* LineGrid::majorLinesAt(size_type index) const { return _majorLines.at(index); } in majorLinesAt() function in qan::LineGrid
230 …e>* list, size_type index) { return reinterpret_cast<LineGrid*>(list->data)->majorLinesAt(index); } in callMajorLinesAt()
H A DqanLineGrid.h174 impl::GridLine* majorLinesAt(size_type index) const;