Lines Matching refs:width
143 X11Surface::X11Surface( const X11SysData& rSysData, int x, int y, int width, int height ) : in X11Surface() argument
150 width + x, height + y ), in X11Surface()
204 SurfaceSharedPtr X11Surface::getSimilar( Content aContent, int width, int height ) const in getSimilar() argument
229 width > 0 ? width : 1, height > 0 ? height : 1, in getSimilar()
243 pFormat, width, height ), in getSimilar()
251 … cairo_surface_create_similar( mpSurface.get(), aContent, width, height ), in getSimilar()
276 void X11Surface::Resize( int width, int height ) in Resize() argument
278 cairo_xlib_surface_set_size( mpSurface.get(), width, height ); in Resize()
320 int x, int y, int width, int height ) in createSurface() argument
324 x,y,width,height)); in createSurface()
327 x,y,width,height)); in createSurface()