Searched refs:nodesep (Results 1 - 4 of 4) sorted by relevance

/external/openfst/src/include/fst/script/
H A Ddraw.h45 const float nodesep; member in struct:fst::script::FstDrawerArgs
63 float nodesep,
71 vertical(vertical), ranksep(ranksep), nodesep(nodesep),
85 args->nodesep, args->fontsize,
101 float nodesep,
52 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.h54 float nodesep,
61 vertical_(vertical), ranksep_(ranksep), nodesep_(nodesep),
93 PrintString("nodesep = \"");
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
/external/openfst/src/script/
H A Ddraw.cc37 float nodesep,
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/bin/
H A Dfstdraw.cc40 DEFINE_double(nodesep, 0.25,

Completed in 55 milliseconds