Home | History | Annotate | Download | only in lib

Lines Matching refs:_width

71   : _width(0),
86 : _width(0),
102 : _width(geometry_._width),
117 : _width(0),
134 : _width(width_),
163 _width=geometry_._width;
223 _width=width_val;
278 if (_width)
280 FormatLocaleString(buffer,MagickPathExtent,"%.20g",(double) _width);
399 _width=width_;
415 return(_width);
439 : _width(static_cast<size_t>(rectangle_.width)),
456 _width=static_cast<size_t>(rectangle_.width),
467 rectangle.width=_width;