Searched defs:ranksep (Results 1 - 3 of 3) sorted by relevance

/external/openfst/src/script/
H A Ddraw.cc36 float ranksep,
44 height, portrait, vertical, ranksep, nodesep,
26 DrawFst(const FstClass &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, const string &title, float width, float height, bool portrait, bool vertical, float ranksep, float nodesep, int fontsize, int precision, bool show_weight_one, ostream *ostrm, const string &dest) argument
/external/openfst/src/include/fst/script/
H A Ddraw.h45 const float ranksep; member in struct:fst::script::FstDrawerArgs
63 float ranksep,
72 vertical(vertical), ranksep(ranksep), nodesep(nodesep),
85 args->vertical, args->ranksep,
101 float ranksep,
53 FstDrawerArgs(const FstClass &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, const string &title, float width, float height, bool portrait, bool vertical, float ranksep, float nodesep, int fontsize, int precision, bool show_weight_one, ostream *ostrm, const string &dest) argument
H A Ddraw-impl.h53 float ranksep,
61 vertical_(vertical), ranksep_(ranksep), nodesep_(nodesep),
90 PrintString("ranksep = \"");
43 FstDrawer(const Fst<A> &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, string title, float width, float height, bool portrait, bool vertical, float ranksep, float nodesep, int fontsize, int precision, bool show_weight_one) argument

Completed in 387 milliseconds