Home
last modified time | relevance | path

Searched refs:end_closed_path (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/epix/epix-1.2.19/
H A Dfmt_template.h139 std::string end_closed_path(const std::string&) const;
H A Deepic.h112 std::string end_closed_path(const std::string&) const;
H A Dfmt_template.cc149 std::string fmt::end_closed_path(const std::string&) const;
H A Dpst.h109 std::string end_closed_path(const std::string&) const;
H A Dtikz.h135 std::string end_closed_path(const std::string&) const;
H A Dformat.h191 virtual std::string end_closed_path(const std::string&) const = 0;
H A Deepic.cc230 std::string eepic::end_closed_path(const std::string& attribs) const in end_closed_path() function in ePiX::eepic
H A Dtikz.cc235 std::string tikz::end_closed_path(const std::string&) const in end_closed_path() function in ePiX::tikz
H A Dpst.cc266 std::string pst::end_closed_path(const std::string& attribs) const in end_closed_path() function in ePiX::pst
H A Dformat.cc483 end_closed_path(attribs)); in print_paths()