Home
last modified time | relevance | path

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

/dports/textproc/jade/jade-1.2.1/style/
H A DFlowObj.cxx1561 class FractionFlowObj : public CompoundFlowObj { class
1563 FractionFlowObj() { } in FractionFlowObj() function in DSSSL_NAMESPACE::FractionFlowObj
1568 void FractionFlowObj::processInner(ProcessContext &context) in processInner()
1596 FlowObj *FractionFlowObj::copy(Collector &c) const in copy()
1598 return new (c) FractionFlowObj(*this); in copy()
2848 FLOW_OBJ(FractionFlowObj, "fraction"); in installFlowObjs()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DFlowObj.cxx1722 class FractionFlowObj : public CompoundFlowObj {
1724 FractionFlowObj() { }
1729 void FractionFlowObj::processInner(ProcessContext &context)
1757 FlowObj *FractionFlowObj::copy(Collector &c) const
1759 return new (c) FractionFlowObj(*this);
3033 FLOW_OBJ(FractionFlowObj, "fraction");