MCPcopy Create free account
hub / github.com/MapServer/MapServer / parse_skew_x

Method parse_skew_x

renderers/agg/src/agg_svg_parser.cpp:864–871  ·  view source on GitHub ↗

-------------------------------------------------------------

Source from the content-addressed store, hash-verified

862
863 //-------------------------------------------------------------
864 unsigned parser::parse_skew_x(const char* str)
865 {
866 double arg;
867 unsigned na = 0;
868 unsigned len = parse_transform_args(str, &arg, 1, &na);
869 m_path.transform().premultiply(trans_affine_skewing(deg2rad(arg), 0.0));
870 return len;
871 }
872
873 //-------------------------------------------------------------
874 unsigned parser::parse_skew_y(const char* str)

Callers

nothing calls this directly

Calls 5

parse_transform_argsFunction · 0.85
deg2radFunction · 0.85
premultiplyMethod · 0.45
transformMethod · 0.45

Tested by

no test coverage detected