HomeSort by: relevance | last modified time | path
    Searched defs:pointer_box (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/groff/dist/src/preproc/eqn/
box.cpp 463 pointer_box::pointer_box(box *pp) : p(pp) function in class:pointer_box
468 pointer_box::~pointer_box()
473 int pointer_box::compute_metrics(int style)
482 void pointer_box::compute_subscript_kern()
488 void pointer_box::compute_skew()
495 void pointer_box::check_tabs(int level)
box.h 136 class pointer_box : public box { class in inherits:box
140 pointer_box(box *);
141 ~pointer_box();
149 class vcenter_box : public pointer_box {
199 class size_box : public pointer_box {
210 class font_box : public pointer_box {
221 class fat_box : public pointer_box {
229 class vmotion_box : public pointer_box {
239 class hmotion_box : public pointer_box {

Completed in 61 milliseconds