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

/inkscape/src/trace/
H A Dsiox.cpp337 SioxImage::SioxImage(unsigned int widthArg, unsigned int heightArg) argument
339 init(widthArg, heightArg);
539 void SioxImage::init(unsigned int widthArg, unsigned int heightArg) argument
542 width = widthArg;

Completed in 16 milliseconds