Home
last modified time | relevance | path

Searched defs:transform_arg (Results 1 – 7 of 7) sorted by relevance

/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/font-kit-0.6.0/examples/
H A Drender-glyph.rs62 let transform_arg = Arg::with_name("transform") in get_args() localVariable
/dports/x11/wl-mirror/wl-mirror-0.8.2/src/
H A Doptions.c37 bool parse_transform_opt(transform_t * transform, const char * transform_arg) { in parse_transform_opt()
/dports/graphics/cptutils/cptutils-1.74/src/cpthsv/
H A Doptions.h51 char * transform_arg; /**< @brief transform. */ member
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/libsvg/
H A Dshape.cc176 std::string transform_arg(s->transform); in collect_transform_matrices() local
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/libsvg/
H A Dshape.cc176 std::string transform_arg(s->transform); in collect_transform_matrices() local
/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A DCommandLine.h79 const std::string& transform_arg () const {return _transform_arg;} in transform_arg() function
/dports/devel/py-pyopencl/pyopencl-2018.2/contrib/fortran-to-opencl/
H A Dtranslate.py1225 def transform_arg(i, arg_str): function