Searched refs:text_piece (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dtext.h20 struct text_piece { struct
26 text_piece();
27 ~text_piece();
H A Doutput.h45 virtual void text(const position &, text_piece *, int, double) = 0;
H A Dcommon.h61 void text(const position &, text_piece *, int, double) = 0;
H A Dtex.cpp33 void text(const position &, text_piece *, int, double);
140 void tex_output::text(const position &center, text_piece *v, int n, double)
H A Dtroff.cpp46 void text(const position &, text_piece *, int, double) = 0;
227 void text(const position &, text_piece *, int, double);
423 void troff_output::text(const position &center, text_piece *v, int n,
H A Dobject.cpp534 text_piece::text_piece() function in class:text_piece
541 text_piece::~text_piece()
548 text_piece *text;
626 text = new text_piece[len];

Completed in 249 milliseconds