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

Method parse_skew_y

renderers/agg/src/agg_svg_parser.cpp:874–881  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

872
873 //-------------------------------------------------------------
874 unsigned parser::parse_skew_y(const char* str)
875 {
876 double arg;
877 unsigned na = 0;
878 unsigned len = parse_transform_args(str, &arg, 1, &na);
879 m_path.transform().premultiply(trans_affine_skewing(0.0, deg2rad(arg)));
880 return len;
881 }
882
883}
884}

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