Searched refs:LineInfo (Results 1 – 2 of 2) sorted by relevance
55 struct LineInfo { struct85 Error draw(const PixelDrawer& drawPixel, const Box<pxs>& bounds, LineInfo* lineInfo); argument127 LabelImpl::LineInfo::info_t lines[Derived::label_number_of_lines]; in draw()128 LabelImpl::LineInfo lineInfo = {Derived::label_number_of_lines, lines}; in draw()
25 Error LabelImpl::draw(const PixelDrawer& drawPixel, const Box<pxs>& bounds, LineInfo* lineInfo) { in draw()