width 182 extensions/gtk2/gtkext.cpp GtkExt::container_set_border_width(int width) width 186 extensions/gtk2/gtkext.cpp gtk_container_set_border_width (GTK_CONTAINER (_window), width); width 248 extensions/gtk2/gtkext.cpp int width = fn.arg(1).to_int(); width 249 extensions/gtk2/gtkext.cpp window->container_set_border_width(width); width 250 extensions/gtk2/gtkext.cpp dbglogfile << "set container border width to " << width << " !" << endl; width 48 extensions/gtk2/gtkext.h void container_set_border_width(int width); width 621 gui/aos4/aos4.cpp _width = width; width 624 gui/aos4/aos4.cpp _glue.saveOrigiginalDimension(width,height,xPosition,yPosition); width 625 gui/aos4/aos4.cpp _orig_width = width; width 642 gui/aos4/aos4.cpp IIntuition->ChangeWindowBox(_window,xPosition,yPosition,width,height); width 155 gui/aos4/aos4_agg_glue.cpp AOS4AggGlue::saveOrigiginalDimension(int width, int height, int xPosition, int yPosition) width 157 gui/aos4/aos4_agg_glue.cpp _orig_width = width; width 181 gui/aos4/aos4_agg_glue.cpp AOS4AggGlue::prepDrawingArea(int width, int height) width 190 gui/aos4/aos4_agg_glue.cpp _width = width; width 232 gui/aos4/aos4_agg_glue.cpp WA_InnerWidth, width, width 268 gui/aos4/aos4_agg_glue.cpp _stride = width * depth_bytes; width 272 gui/aos4/aos4_agg_glue.cpp int bufsize = static_cast<int>(width * height * depth_bytes / CHUNK_SIZE + 1) * CHUNK_SIZE; width 284 gui/aos4/aos4_agg_glue.cpp renderer->init_buffer(_offscreenbuf, bufsize, width, height, width*((_bpp+7)/8)); width 299 gui/aos4/aos4_agg_glue.cpp _validbounds.setTo(0, 0, width, height); width 388 gui/aos4/aos4_agg_glue.cpp AOS4AggGlue::resize(int width, int height) width 396 gui/aos4/aos4_agg_glue.cpp prepDrawingArea(width, height); width 46 gui/aos4/aos4_agg_glue.h bool prepDrawingArea(int width, int height); width 54 gui/aos4/aos4_agg_glue.h void resize(int width, int height); width 55 gui/aos4/aos4_agg_glue.h void saveOrigiginalDimension(int width, int height, int xPosition, int yPosition); width 165 gui/aos4/aos4_cairo_glue.cpp AOS4CairoGlue::saveOrigiginalDimension(int width, int height) width 167 gui/aos4/aos4_cairo_glue.cpp _orig_width = width; width 187 gui/aos4/aos4_cairo_glue.cpp AOS4CairoGlue::prepDrawingArea(int width, int height) width 194 gui/aos4/aos4_cairo_glue.cpp _width = width; width 228 gui/aos4/aos4_cairo_glue.cpp WA_InnerWidth, width, width 263 gui/aos4/aos4_cairo_glue.cpp _stride = width * _bpp; width 267 gui/aos4/aos4_cairo_glue.cpp bufsize = static_cast<int>(width * height * _bpp / CHUNK_SIZE + 1) * CHUNK_SIZE; width 274 gui/aos4/aos4_cairo_glue.cpp width, height, _stride); width 294 gui/aos4/aos4_cairo_glue.cpp _validbounds.setTo(0, 0, width, height); width 368 gui/aos4/aos4_cairo_glue.cpp AOS4CairoGlue::resize(int width, int height) width 377 gui/aos4/aos4_cairo_glue.cpp prepDrawingArea(width, height); width 48 gui/aos4/aos4_cairo_glue.h bool prepDrawingArea(int width, int height); width 56 gui/aos4/aos4_cairo_glue.h void resize(int width, int height); width 57 gui/aos4/aos4_cairo_glue.h void saveOrigiginalDimension(int width, int height); width 34 gui/aos4/aos4_glue.h virtual bool prepDrawingArea(int width, int height) = 0; width 77 gui/aos4/aos4sup.h virtual bool createWindow(const char *title, int width, int height, int xPosition = 0, int yPosition = 0); width 87 gui/aos4/aos4sup.h void resize(int width, int height); width 159 gui/aqua/aqua.cpp bool AquaGui::createWindow(const char* title, int width, int height, width 169 gui/aqua/aqua.cpp _width = width; width 172 gui/aqua/aqua.cpp SetRect(&theBounds, 0, 0, width, height); width 40 gui/aqua/aqua_glue.h virtual bool prepDrawingArea(int width, int height, AGLDrawable drawable) = 0; width 77 gui/aqua/aqua_ogl_glue.cpp bool AquaOglGlue::prepDrawingArea(int width, int height, AGLDrawable drawable) width 37 gui/aqua/aqua_ogl_glue.h bool prepDrawingArea(int width, int height, AGLDrawable drawable); width 62 gui/aqua/aquasup.h virtual bool createWindow(const char *title, int width, int height, width 256 gui/dump/dump.cpp _width = width; width 344 gui/dump/dump.cpp assert(width > 0); width 348 gui/dump/dump.cpp if (_offscreenbuf.get() && (width == _width) && (height == _height)) { width 352 gui/dump/dump.cpp _width = width; width 357 gui/dump/dump.cpp int row_size = width*((_bpp+7)/8); width 51 gui/dump/dump.h bool createWindow(int width, int height); width 52 gui/dump/dump.h bool createWindow(const char* /*title*/, int width, int height, width 54 gui/dump/dump.h { return createWindow(width, height); } width 69 gui/dump/dump.h void setRenderHandlerSize(int width, int height); width 389 gui/fb/fb.cpp resize_view(_validbounds.width(), _validbounds.height()); width 432 gui/fb/fb.cpp const unsigned int row_size = (bounds.width()+1) * pixel_size; width 772 gui/fb/fb.cpp ptr->width = 640; // width of picture in mm width 140 gui/fb/fbsup.h virtual bool createWindow(const char *title, int width, int height, width 235 gui/fltk/fltk.cpp resize(width, _menu_height + height); width 242 gui/fltk/fltk.cpp MenuBar* menubar = new MenuBar(0, 0, width, _menu_height); width 248 gui/fltk/fltk.cpp _glue = new FltkAggGlue(0, _menu_height, width, height); width 263 gui/fltk/fltk.cpp _glue->initBuffer(width, height); width 35 gui/fltk/fltk_glue_agg.cpp FltkAggGlue::FltkAggGlue(int x, int y, int width, int height) width 36 gui/fltk/fltk_glue_agg.cpp : Widget(x, y, width, height), width 55 gui/fltk/fltk_glue_agg.cpp FltkAggGlue::initBuffer(int width, int height) width 64 gui/fltk/fltk_glue_agg.cpp _stride = width * depth_bytes; width 68 gui/fltk/fltk_glue_agg.cpp int bufsize = (width * height * depth_bytes / CHUNK_SIZE + 1) * CHUNK_SIZE; width 77 gui/fltk/fltk_glue_agg.cpp renderer->init_buffer(_offscreenbuf, bufsize, width, height, width 78 gui/fltk/fltk_glue_agg.cpp width*((_bpp+7)/8)); width 80 gui/fltk/fltk_glue_agg.cpp _width = width; width 102 gui/fltk/fltk_glue_agg.cpp Rectangle bounds(_drawbounds.getMinX(), _drawbounds.getMinY(), _drawbounds.width(), _drawbounds.height()); width 108 gui/fltk/fltk_glue_agg.cpp FltkAggGlue::resize(int width, int height) width 117 gui/fltk/fltk_glue_agg.cpp initBuffer(width, height); width 41 gui/fltk/fltk_glue_agg.h FltkAggGlue(int x, int y, int width, int height); width 46 gui/fltk/fltk_glue_agg.h void initBuffer(int width, int height); width 47 gui/fltk/fltk_glue_agg.h void resize(int width, int height); width 53 gui/fltk/fltksup.h virtual bool createWindow(const char *title, int width, int height, width 759 gui/gtk/gtk.cpp gtk_widget_set_size_request(_canvas, width, height); width 769 gui/gtk/gtk.cpp bool ret = createWindow(width, height); width 786 gui/gtk/gtk.cpp gtk_widget_set_size_request(_canvas, width, height); width 877 gui/gtk/gtk.cpp _width = width; width 931 gui/gtk/gtk.cpp rect.width = bounds.width(); width 2333 gui/gtk/gtk.cpp obj->resize_view(event->width, event->height); width 118 gui/gtk/gtk_canvas.cpp gnash::log_debug("gnash_canvas_size_allocate %d %d", allocation->width, width 122 gui/gtk/gtk_canvas.cpp canvas->glue->setRenderHandlerSize(allocation->width, width 161 gui/gtk/gtk_canvas.cpp attributes.width = widget->allocation.width; width 191 gui/gtk/gtk_canvas.cpp canvas->glue->setRenderHandlerSize(widget->allocation.width, width 65 gui/gtk/gtk_glue.h render(r.x, r.y, r.x + r.width, r.y + r.height); width 103 gui/gtk/gtk_glue_agg.cpp assert(width > 0); width 107 gui/gtk/gtk_glue_agg.cpp if (_offscreenbuf && _offscreenbuf->width == width && width 118 gui/gtk/gtk_glue_agg.cpp _offscreenbuf = gdk_image_new (GDK_IMAGE_FASTEST, visual, width, width 124 gui/gtk/gtk_glue_agg.cpp _offscreenbuf->width, width 140 gui/gtk/gtk_glue_agg.cpp render(0, 0, _offscreenbuf->width, _offscreenbuf->height); width 153 gui/gtk/gtk_glue_agg.cpp size_t width = std::min(_offscreenbuf->width, maxx - minx); width 158 gui/gtk/gtk_glue_agg.cpp gdk_draw_image(_drawing_area->window, gc, _offscreenbuf, x, y, x, y, width, width 167 gui/gtk/gtk_glue_agg.cpp setRenderHandlerSize(event->width, event->height); width 42 gui/gtk/gtk_glue_agg.h void setRenderHandlerSize(int width, int height); width 95 gui/gtk/gtk_glue_agg_vaapi.cpp { return _rect.width; } width 108 gui/gtk/gtk_glue_agg_vaapi.cpp wattr.width = rect.width; width 138 gui/gtk/gtk_glue_agg_vaapi.cpp gdk_window_move_resize(_window, rect.x, rect.y, rect.width, rect.height); width 219 gui/gtk/gtk_glue_agg_vaapi.cpp const unsigned int aligned_width = (width + 31) & -32U; width 222 gui/gtk/gtk_glue_agg_vaapi.cpp width, height); width 224 gui/gtk/gtk_glue_agg_vaapi.cpp _vaapi_surface.reset(new VaapiSurface(width, height)); width 226 gui/gtk/gtk_glue_agg_vaapi.cpp _vaapi_image_width = width; width 235 gui/gtk/gtk_glue_agg_vaapi.cpp VaapiRectangle r(width, height); width 245 gui/gtk/gtk_glue_agg_vaapi.cpp width, width 253 gui/gtk/gtk_glue_agg_vaapi.cpp dprintf("GtkAggVaapiGlue::setRenderHandlerSize(): %dx%d\n", width, height); width 255 gui/gtk/gtk_glue_agg_vaapi.cpp _window_width = width; width 272 gui/gtk/gtk_glue_agg_vaapi.cpp const unsigned int width = mi.widthPixels(); width 274 gui/gtk/gtk_glue_agg_vaapi.cpp resetRenderSurface(width, height); width 276 gui/gtk/gtk_glue_agg_vaapi.cpp width, height); width 336 gui/gtk/gtk_glue_agg_vaapi.cpp _vaapi_surface->width(), width 357 gui/gtk/gtk_glue_agg_vaapi.cpp src_rect.width = (*img)->width(); width 365 gui/gtk/gtk_glue_agg_vaapi.cpp dst_rect.width = src_rect.width * xscale; width 376 gui/gtk/gtk_glue_agg_vaapi.cpp VaapiRectangle pic_rect(surface->width(), surface->height()); width 385 gui/gtk/gtk_glue_agg_vaapi.cpp 0, 0, surface->width(), surface->height(), width 386 gui/gtk/gtk_glue_agg_vaapi.cpp 0, 0, dst_rect.width, dst_rect.height, width 417 gui/gtk/gtk_glue_agg_vaapi.cpp setRenderHandlerSize(event->width, event->height); width 54 gui/gtk/gtk_glue_agg_vaapi.h void setRenderHandlerSize(int width, int height); width 65 gui/gtk/gtk_glue_agg_vaapi.h void resetRenderSurface(unsigned int width, unsigned int height); width 84 gui/gtk/gtk_glue_cairo.cpp int width = maxx - minx; width 91 gui/gtk/gtk_glue_cairo.cpp gdk_draw_image(_drawing_area->window, gc, _image, x, y, x, y, width, width 147 gui/gtk/gtk_glue_cairo.cpp _image = gdk_image_new (GDK_IMAGE_FASTEST, visual, width, height); width 154 gui/gtk/gtk_glue_cairo.cpp format, _image->width, _image->height, _image->bpl); width 172 gui/gtk/gtk_glue_cairo.cpp cairo_surface_get_content(target), width, height); width 185 gui/gtk/gtk_glue_cairo.cpp width, height); width 205 gui/gtk/gtk_glue_cairo.cpp cairo_surface_t* surface = createGdkImageSurface(event->width, event->height); width 213 gui/gtk/gtk_glue_cairo.cpp surface = createMemorySurface(event->width, event->height); width 217 gui/gtk/gtk_glue_cairo.cpp surface = createSimilarSurface(event->width, event->height); width 43 gui/gtk/gtk_glue_cairo.h cairo_surface_t* createGdkImageSurface(const int& width, const int& height); width 44 gui/gtk/gtk_glue_cairo.h cairo_surface_t* createSimilarSurface(const int& width, const int& height); width 45 gui/gtk/gtk_glue_cairo.h cairo_surface_t* createMemorySurface(const int& width, const int& height); width 133 gui/gtk/gtk_glue_gtkglext.cpp glViewport (event->x, event->y, event->width, event->height); width 47 gui/gtk/gtksup.h virtual bool createWindow(int width, int height); width 48 gui/gtk/gtksup.h virtual bool createWindow(const char *title, int width, int height, width 50 gui/gtk/gtksup.h virtual void resizeWindow(int width, int height); width 439 gui/gui.cpp assert(width>0); width 443 gui/gui.cpp _stage->setDimensions(width, height); width 446 gui/gui.cpp _width = width; width 139 gui/gui.h virtual bool createWindow(const char* title, int width, int height, width 142 gui/gui.h virtual void resizeWindow(int width, int height); width 256 gui/gui.h void resize_view(int width, int height); width 74 gui/haiku/haiku.cpp if (msg.AddFloat("w", width) != B_OK width 254 gui/haiku/haiku.cpp float width, height; width 255 gui/haiku/haiku.cpp if (msg->FindFloat("w", &width) != B_OK width 259 gui/haiku/haiku.cpp _gui->resize_view(width+1, height+1); width 335 gui/haiku/haiku.cpp _win = new BeWin(BRect(xPosition, yPosition, xPosition+width-1, yPosition+height-1), width 412 gui/haiku/haiku.cpp _width = width; width 419 gui/haiku/haiku.cpp bool b = _app->CreateWindow(width, height, xPosition, yPosition, width 574 gui/haiku/haiku.cpp std::cerr << width << " " << height << std::endl; width 575 gui/haiku/haiku.cpp _glue.prepDrawingArea(width, height, 0); width 576 gui/haiku/haiku.cpp Gui::resize_view(width, height); width 80 gui/haiku/haiku_agg_glue.cpp _width = width; width 83 gui/haiku/haiku_agg_glue.cpp ResizeTo(width-1,height-1); width 329 gui/haiku/haiku_agg_glue.cpp HaikuAggGlue::prepDrawingArea(int width, int height, boost::uint32_t sdl_flags) width 333 gui/haiku/haiku_agg_glue.cpp assert(width > 0); width 335 gui/haiku/haiku_agg_glue.cpp if (_width == width && _height == height) width 371 gui/haiku/haiku_agg_glue.cpp int bufsize = static_cast<int>(width * height * depth_bytes / CHUNK_SIZE + 1) * CHUNK_SIZE; width 418 gui/haiku/haiku_agg_glue.cpp _width = width; width 427 gui/haiku/haiku_agg_glue.cpp renderer->init_buffer(_offscreenbuf, bufsize, width, height, width 428 gui/haiku/haiku_agg_glue.cpp width*((_bpp+7)/8)); width 433 gui/haiku/haiku_agg_glue.cpp _validbounds.setTo(0, 0, width-1, height-1); width 59 gui/haiku/haiku_agg_glue.h bool prepDrawingArea(int width, int height, boost::uint32_t sdl_flags); width 60 gui/haiku/haikusup.h virtual bool createWindow(const char *title, int width, int height, width 78 gui/haiku/haikusup.h virtual void resize_view(int width, int height); width 94 gui/kde/Kde4Glue.cpp _gui.resize(event->size().width(), event->size().height()); width 66 gui/kde/Kde4GlueAgg.cpp _width = width; width 76 gui/kde/Kde4GlueAgg.cpp int bufsize = (width * height * depth_bytes / CHUNK_SIZE + 1) * CHUNK_SIZE; width 84 gui/kde/Kde4GlueAgg.cpp width*((_bpp+7)/8)); width 123 gui/kde/Kde4GlueAgg.cpp initBuffer(width, height); width 49 gui/kde/Kde4GlueAgg.h void initBuffer(int width, int height); width 50 gui/kde/Kde4GlueAgg.h void resize(int width, int height); width 63 gui/kde/Kde4GlueCairo.cpp _width = width; width 135 gui/kde/Kde4GlueCairo.cpp initBuffer(width, height); width 49 gui/kde/Kde4GlueCairo.h void initBuffer(int width, int height); width 54 gui/kde/Kde4GlueCairo.h void resize(int width, int height); width 170 gui/kde/Kde4Gui.cpp _width = width; width 187 gui/kde/Kde4Gui.cpp _width=winAttributes.width; width 221 gui/kde/Kde4Gui.cpp _width = width; width 253 gui/kde/Kde4Gui.cpp i->width(), i->height()); width 447 gui/kde/Kde4Gui.cpp _glue->resize(width, height); width 448 gui/kde/Kde4Gui.cpp resize_view(width, height); width 109 gui/kde/Kde4Gui.h virtual bool createWindow(const char* windowtitle, int width, int height, width 111 gui/kde/Kde4Gui.h virtual void resizeWindow(int width, int height); width 123 gui/kde/Kde4Gui.h void resize(int width, int height); width 83 gui/kde/kde.cpp KdeGui::createWindow(const char* windowtitle, int width, int height, width 91 gui/kde/kde.cpp _qwidget->setGeometry(xPosition, yPosition, width, height); width 94 gui/kde/kde.cpp _qwidget->setGeometry(xPosition, 0, width, height); width 98 gui/kde/kde.cpp _qwidget->setGeometry(0, yPosition, width, height); width 112 gui/kde/kde.cpp _glue.initBuffer(width, height); width 114 gui/kde/kde.cpp _width = width; width 328 gui/kde/kde.cpp KdeGui::resize(int width, int height) width 330 gui/kde/kde.cpp _glue.resize(width, height); width 331 gui/kde/kde.cpp resize_view(width, height); width 480 gui/kde/kde.cpp _godfather->resize(event->size().width(), event->size().height()); width 82 gui/kde/kde_glue_agg.cpp int bufsize = (width * height * depth_bytes / CHUNK_SIZE + 1) * CHUNK_SIZE; width 91 gui/kde/kde_glue_agg.cpp renderer->init_buffer(_offscreenbuf.get(), bufsize, width, height, width 92 gui/kde/kde_glue_agg.cpp width*((_bpp+7)/8)); width 94 gui/kde/kde_glue_agg.cpp _width = width; width 117 gui/kde/kde_glue_agg.cpp QRect src_rect(bounds.getMinX(), bounds.getMinY(), bounds.width(), width 164 gui/kde/kde_glue_agg.cpp initBuffer(width, height); width 47 gui/kde/kde_glue_agg.h void initBuffer(int width, int height); width 48 gui/kde/kde_glue_agg.h void resize(int width, int height); width 91 gui/kde/kdesup.h virtual bool createWindow(const char* windowtitle, int width, int height, width 102 gui/kde/kdesup.h void resize(int width, int height); width 259 gui/pythonmod/gnash-view.cpp view->stage->setDimensions(allocation->width, allocation->height); width 262 gui/pythonmod/gnash-view.cpp float xscale = allocation->width / view->movie_definition->get_width_pixels(); width 273 gui/pythonmod/gnash-view.cpp requisition->width = 0; width 276 gui/pythonmod/gnash-view.cpp requisition->width = view->movie_definition->get_width_pixels(); width 372 gui/pythonmod/gnash-view.cpp float xscale = widget->allocation.width / view->movie_definition->get_width_pixels(); width 130 gui/riscos/riscos.cpp bool ret = createWindow(width, height); width 141 gui/riscos/riscos.cpp state.visible.x1 = state.visible.x0 + (width * 2); width 157 gui/riscos/riscos.cpp _width = width; width 160 gui/riscos/riscos.cpp glue.setRenderHandlerSize(width, height); width 204 gui/riscos/riscos.cpp if (bounds.width() > 1e10f) { width 28 gui/riscos/riscos_glue.h virtual void prepFramebuffer(void *framebuffer, int width, int height) = 0; width 61 gui/riscos/riscos_glue_agg.cpp _fbwidth = width; width 78 gui/riscos/riscos_glue_agg.cpp assert(width>0); width 84 gui/riscos/riscos_glue_agg.cpp if (width == _width && height == _height) width 87 gui/riscos/riscos_glue_agg.cpp int new_bufsize = width*height*((_bpp+7)/8); width 108 gui/riscos/riscos_glue_agg.cpp _width = width; width 159 gui/riscos/riscos_glue_agg.cpp setRenderHandlerSize(event->width, event->height); width 32 gui/riscos/riscos_glue_agg.h void prepFramebuffer(void *framebuffer, int width, int height); width 34 gui/riscos/riscos_glue_agg.h void setRenderHandlerSize(int width, int height); width 47 gui/riscos/riscossup.h virtual bool createWindow(int width, int height); width 48 gui/riscos/riscossup.h virtual bool createWindow(const char *title, int width, int height, width 174 gui/sdl/sdl.cpp SDLGui::createWindow(const char *title, int width, int height, width 177 gui/sdl/sdl.cpp _width = width; width 86 gui/sdl/sdl_agg_glue.cpp SdlAggGlue::prepDrawingArea(int width, int height, boost::uint32_t sdl_flags) width 92 gui/sdl/sdl_agg_glue.cpp _screen = SDL_SetVideoMode(width, height, _bpp, sdl_flags | SDL_SWSURFACE); width 99 gui/sdl/sdl_agg_glue.cpp int stride = width * depth_bytes; width 128 gui/sdl/sdl_agg_glue.cpp int bufsize = static_cast<int>(width * height * depth_bytes / CHUNK_SIZE + 1) * CHUNK_SIZE; width 140 gui/sdl/sdl_agg_glue.cpp renderer->init_buffer(_offscreenbuf, bufsize, width, height, width 141 gui/sdl/sdl_agg_glue.cpp width*((_bpp+7)/8)); width 144 gui/sdl/sdl_agg_glue.cpp _sdl_surface = SDL_CreateRGBSurfaceFrom((void *) _offscreenbuf, width, height, width 148 gui/sdl/sdl_agg_glue.cpp _validbounds.setTo(0, 0, width-1, height-1); width 37 gui/sdl/sdl_agg_glue.h bool prepDrawingArea(int width, int height, boost::uint32_t sdl_flags); width 69 gui/sdl/sdl_cairo_glue.cpp SdlCairoGlue::prepDrawingArea(int width, int height, boost::uint32_t sdl_flags) width 71 gui/sdl/sdl_cairo_glue.cpp _screen = SDL_SetVideoMode(width, height, _bpp, sdl_flags | SDL_SWSURFACE); width 78 gui/sdl/sdl_cairo_glue.cpp int stride=width * 4; width 85 gui/sdl/sdl_cairo_glue.cpp width, height, stride); width 98 gui/sdl/sdl_cairo_glue.cpp _sdl_surface = SDL_CreateRGBSurfaceFrom((void *) _render_image, width, height, width 41 gui/sdl/sdl_cairo_glue.h bool prepDrawingArea(int width, int height, boost::uint32_t sdl_flags); width 32 gui/sdl/sdl_glue.h virtual bool prepDrawingArea(int width, int height, boost::uint32_t sdl_flags) = 0; width 71 gui/sdl/sdl_ogl_glue.cpp SdlOglGlue::prepDrawingArea(int width, int height, boost::uint32_t sdl_flags) width 96 gui/sdl/sdl_ogl_glue.cpp SDL_SetVideoMode(width, height, _bpp, sdl_flags | SDL_OPENGL); width 36 gui/sdl/sdl_ogl_glue.h bool prepDrawingArea(int width, int height, boost::uint32_t sdl_flags); width 54 gui/sdl/sdlsup.h virtual bool createWindow(const char *title, int width, int height, width 86 libbase/GnashImage.cpp assert(width() == from.width()); width 162 libbase/GnashImage.cpp const size_t width = image.width(); width 172 libbase/GnashImage.cpp outChannel = createPngOutput(out, width, height, quality); width 176 libbase/GnashImage.cpp outChannel = JpegOutput::create(out, width, height, quality); width 224 libbase/GnashImage.cpp const size_t width = inChannel->getWidth(); width 229 libbase/GnashImage.cpp im.reset(new ImageRGB(width, height)); width 232 libbase/GnashImage.cpp im.reset(new ImageRGBA(width, height)); width 244 libbase/GnashImage.cpp width, height); width 258 libbase/GnashImage.cpp processAlpha(im->begin(), width * height); width 281 libbase/GnashImage.cpp const size_t width = j_in->getWidth(); width 283 libbase/GnashImage.cpp im.reset(new ImageRGBA(width, height)); width 286 libbase/GnashImage.cpp new GnashImage::value_type[3 * width]); width 292 libbase/GnashImage.cpp for (size_t x = 0; x < width; ++x) { width 128 libbase/GnashImage.h size_t width() const { width 184 libbase/GnashImage.h GnashImage(iterator data, size_t width, size_t height, ImageType type, width 195 libbase/GnashImage.h GnashImage(size_t width, size_t height, ImageType type, width 223 libbase/GnashImage.h ImageRGB(size_t width, size_t height); width 226 libbase/GnashImage.h ImageRGB(iterator data, size_t width, size_t height) width 228 libbase/GnashImage.h GnashImage(data, width, height, TYPE_RGB) width 243 libbase/GnashImage.h ImageRGBA(size_t width, size_t height); width 245 libbase/GnashImage.h ImageRGBA(iterator data, size_t width, size_t height) width 247 libbase/GnashImage.h GnashImage(data, width, height, TYPE_RGBA) width 344 libbase/GnashImage.h Output(boost::shared_ptr<IOChannel> out, size_t width, size_t height) width 346 libbase/GnashImage.h _width(width), width 627 libbase/GnashImageJpeg.cpp std::auto_ptr<Output> outChannel(new JpegOutput(o, width, height, quality)); width 176 libbase/GnashImageJpeg.h JpegOutput(boost::shared_ptr<IOChannel> out, size_t width, width 200 libbase/GnashImageJpeg.h size_t width, size_t height, int quality); width 293 libbase/GnashImagePng.cpp const size_t width = getWidth(); width 301 libbase/GnashImagePng.cpp _pixelData.reset(new png_byte[width * height * components]); width 309 libbase/GnashImagePng.cpp _rowPtrs[y] = _pixelData.get() + y * width * components; width 417 libbase/GnashImagePng.cpp std::auto_ptr<Output> outChannel(new PngOutput(o, width, height, quality)); width 45 libbase/GnashImagePng.h size_t width, size_t height, int quality); width 71 libbase/GnashTexture.h GnashTexture(unsigned int width, unsigned int height, width 80 libbase/GnashTexture.h unsigned int width() const width 59 libbase/GnashVaapiImageProxy.h , _x(o.x()), _y(o.y()), _width(o.width()), _height(o.height()) width 81 libbase/GnashVaapiImageProxy.h size_t width() const { return _width; } width 36 libbase/GnashVaapiTexture.h GnashVaapiTexture(unsigned int width, unsigned int height, width 388 libbase/Range2d.h T width() const width 336 libbase/memory.cpp cout.width(9); width 340 libbase/memory.cpp cout.width(1); width 283 libbase/utf8.cpp int width = 0; // The remaining width, not the total. width 316 libbase/utf8.cpp width = 0; width 324 libbase/utf8.cpp if (width) { width 325 libbase/utf8.cpp --width; width 342 libbase/utf8.cpp width = 1; width 352 libbase/utf8.cpp if (!width && is_sought) { width 344 libcore/DisplayObject.cpp const double oldwidth = bounds.width(); width 853 libcore/DisplayObject.cpp os << getBounds().width() << "x" << getBounds().height(); width 1404 libcore/DisplayObject.cpp return twipsToPixels(bounds.width()); width 341 libcore/DisplayObject.h virtual void setWidth(double width); width 69 libcore/LineStyle.h LineStyle(boost::uint16_t width, const rgba& color, width 80 libcore/LineStyle.h m_width(width), width 103 libcore/SWFRect.h boost::int32_t width() const width 904 libcore/TextField.cpp float width = _bounds.width(); width 907 libcore/TextField.cpp float extra_space = (width - right_margin) - x - PADDING_TWIPS; width 913 libcore/TextField.cpp width, right_margin); width 1143 libcore/TextField.cpp m.set_x_translation(oldBounds.get_x_max() - _bounds.width()); width 1149 libcore/TextField.cpp m.set_x_translation(oldBounds.get_x_min() + oldBounds.width() / 2.0 - width 1150 libcore/TextField.cpp _bounds.width() / 2.0); width 1744 libcore/TextField.cpp float width = _bounds.width(); width 1745 libcore/TextField.cpp if (x >= width - getRightMargin() - PADDING_TWIPS) width 1774 libcore/TextField.cpp m_text_bounding_box, m_text_bounding_box.width()); width 189 libcore/TextField.h virtual void setWidth(double width); width 377 libcore/Video.cpp return as_value(video->width()); width 92 libcore/Video.h int width() const; width 172 libcore/asobj/Camera_as.cpp return _input->width(); width 200 libcore/asobj/Camera_as.cpp _input->requestMode(width, height, fps, favorArea); width 298 libcore/asobj/Camera_as.cpp const double width = nargs ? toNumber(fn.arg(0), getVM(fn)) : 160; width 304 libcore/asobj/Camera_as.cpp const size_t reqWidth = std::max<double>(width, 0); width 613 libcore/asobj/Camera_as.cpp return as_value(ptr->width()); width 1196 libcore/asobj/NetStream_as.cpp return _videoDecoder->width(); width 230 libcore/asobj/TextField_as.cpp int width = toInt(fn.arg(4), getVM(fn)); width 231 libcore/asobj/TextField_as.cpp if (width < 0) { width 234 libcore/asobj/TextField_as.cpp " - reverting sign"), width); width 236 libcore/asobj/TextField_as.cpp width = -width; width 249 libcore/asobj/TextField_as.cpp SWFRect bounds(0, 0, pixelsToTwips(width), pixelsToTwips(height)); width 483 libcore/asobj/TextField_as.cpp return as_value(twipsToPixels(ptr->getTextBoundingBox().width())); width 602 libcore/asobj/TextFormat_as.cpp double width = 0; width 618 libcore/asobj/TextFormat_as.cpp width = std::max(width, curr); width 627 libcore/asobj/TextFormat_as.cpp limitWidth ? twipsToPixels(tfw) : twipsToPixels(width) + 4); width 628 libcore/asobj/TextFormat_as.cpp obj->init_member("width", twipsToPixels(width)); width 99 libcore/asobj/flash/display/BitmapData_as.cpp assert(im->width() <= 2880); width 100 libcore/asobj/flash/display/BitmapData_as.cpp assert(im->width() <= 2880); width 120 libcore/asobj/flash/display/BitmapData_as.cpp if (x >= width() || y >= height()) return; width 130 libcore/asobj/flash/display/BitmapData_as.cpp if (x >= width() || y >= height()) return; width 148 libcore/asobj/flash/display/BitmapData_as.cpp if (x >= width() || y >= height()) return 0; width 159 libcore/asobj/flash/display/BitmapData_as.cpp if (x >= static_cast<int>(width()) || y >= static_cast<int>(height())) { width 180 libcore/asobj/flash/display/BitmapData_as.cpp w = std::min<size_t>(width() - x, w); width 183 libcore/asobj/flash/display/BitmapData_as.cpp iterator it = begin() + y * width(); width 184 libcore/asobj/flash/display/BitmapData_as.cpp iterator e = it + width() * h; width 191 libcore/asobj/flash/display/BitmapData_as.cpp it += width(); width 235 libcore/asobj/flash/display/BitmapData_as.cpp if (startx >= width() || starty >= height()) return; width 259 libcore/asobj/flash/display/BitmapData_as.cpp if (x + 1 < width()) { width 261 libcore/asobj/flash/display/BitmapData_as.cpp const iterator eaststop(pix + (width() - x)); width 370 libcore/asobj/flash/display/BitmapData_as.cpp const size_t width = bm->width(); width 375 libcore/asobj/flash/display/BitmapData_as.cpp im.reset(new image::ImageRGBA(width, height)); width 378 libcore/asobj/flash/display/BitmapData_as.cpp im.reset(new image::ImageRGB(width, height)); width 690 libcore/asobj/flash/display/BitmapData_as.cpp if (x >= ptr->width() || y >= ptr->height()) { width 714 libcore/asobj/flash/display/BitmapData_as.cpp if (x >= ptr->width() || y >= ptr->height()) { width 752 libcore/asobj/flash/display/BitmapData_as.cpp return as_value(ptr->width()); width 797 libcore/asobj/flash/display/BitmapData_as.cpp args += 0.0, 0.0, ptr->width(), ptr->height(); width 833 libcore/asobj/flash/display/BitmapData_as.cpp const size_t width = im.width(); width 836 libcore/asobj/flash/display/BitmapData_as.cpp if (width > 2880 || height > 2880) { width 842 libcore/asobj/flash/display/BitmapData_as.cpp newImage.reset(new image::ImageRGBA(width, height)); width 845 libcore/asobj/flash/display/BitmapData_as.cpp newImage.reset(new image::ImageRGB(width, height)); width 884 libcore/asobj/flash/display/BitmapData_as.cpp size_t width = toInt(fn.arg(0), getVM(fn)); width 889 libcore/asobj/flash/display/BitmapData_as.cpp if (width > 2880 || height > 2880 || width < 1 || height < 1) { width 899 libcore/asobj/flash/display/BitmapData_as.cpp im.reset(new image::ImageRGBA(width, height)); width 902 libcore/asobj/flash/display/BitmapData_as.cpp im.reset(new image::ImageRGB(width, height)); width 971 libcore/asobj/flash/display/BitmapData_as.cpp if (x >= bd.width() || y >= bd.height()) return bd.end(); width 972 libcore/asobj/flash/display/BitmapData_as.cpp return (bd.begin() + y * bd.width() + x); width 71 libcore/asobj/flash/display/BitmapData_as.h size_t width() const { width 73 libcore/asobj/flash/display/BitmapData_as.h return data()->width(); width 521 libcore/asobj/flash/geom/Rectangle_as.cpp as_value width = getMember(*ptr, NSV::PROP_WIDTH); width 522 libcore/asobj/flash/geom/Rectangle_as.cpp newAdd(r, width, getVM(fn)); width 528 libcore/asobj/flash/geom/Rectangle_as.cpp as_value width = fn.arg(0); width 529 libcore/asobj/flash/geom/Rectangle_as.cpp subtract(width, x, getVM(fn)); width 530 libcore/asobj/flash/geom/Rectangle_as.cpp ptr->set_member(NSV::PROP_WIDTH, width); width 71 libcore/parser/BitmapMovieDefinition.h return std::ceil(twipsToPixels(_framesize.width())); width 193 libcore/parser/SWFMovieDefinition.h return std::ceil(twipsToPixels(m_frame_size.width())); width 389 libcore/swf/DefineBitsTag.cpp const size_t imWidth = im->width(); width 415 libcore/swf/DefineBitsTag.cpp const boost::uint16_t width = in.read_u16(); width 420 libcore/swf/DefineBitsTag.cpp "w = %d, h = %d"), tag, bitmap_format, width, height); width 424 libcore/swf/DefineBitsTag.cpp if (!width || !height) { width 442 libcore/swf/DefineBitsTag.cpp image.reset(new image::ImageRGB(width, height)); width 446 libcore/swf/DefineBitsTag.cpp image.reset(new image::ImageRGBA(width, height)); width 459 libcore/swf/DefineBitsTag.cpp "tag"), width, height); width 487 libcore/swf/DefineBitsTag.cpp const size_t pitch = (width * bytes_per_pixel + 3) &~ 3; width 506 libcore/swf/DefineBitsTag.cpp for (size_t i = 0; i < width; ++i) { width 527 libcore/swf/DefineBitsTag.cpp for (size_t i = 0; i < width; ++i) { width 554 libcore/swf/DefineBitsTag.cpp for (size_t i = 0; i < width; ++i) { width 142 libcore/swf/TextRecord.h float width = 0.0f; width 145 libcore/swf/TextRecord.h width += glyphs()[i].advance; width 147 libcore/swf/TextRecord.h return width; width 455 libmedia/MediaParser.cpp << "size:" << vi.width << "x" << vi.height << " - " width 318 libmedia/MediaParser.h width(widthi), width 327 libmedia/MediaParser.h boost::uint16_t width; width 50 libmedia/VideoConverter.h width(w), width 74 libmedia/VideoConverter.h size_t width; // in pixels width 77 libmedia/VideoDecoder.h virtual int width() const = 0; width 83 libmedia/VideoInput.h virtual size_t width() const = 0; width 94 libmedia/VideoInput.h virtual void requestMode(size_t width, size_t height, double fps, width 445 libmedia/ffmpeg/MediaParserFfmpeg.cpp boost::uint16_t width = _videoStream->codec->width; width 460 libmedia/ffmpeg/MediaParserFfmpeg.cpp _videoInfo.reset(new VideoInfo(codec, width, height, frameRate, width 137 libmedia/ffmpeg/VideoConverterFfmpeg.cpp const int width = src.width; width 148 libmedia/ffmpeg/VideoConverterFfmpeg.cpp _swsContext.reset(new SwsContextWrapper(sws_getContext(width, height, width 149 libmedia/ffmpeg/VideoConverterFfmpeg.cpp src_pixFmt, width, height, dst_pixFmt, SWS_BILINEAR, NULL, NULL, width 167 libmedia/ffmpeg/VideoConverterFfmpeg.cpp int bufsize = avpicture_get_size(dst_pixFmt, width, height); width 175 libmedia/ffmpeg/VideoConverterFfmpeg.cpp avpicture_fill(&dstpicture, dstbuffer, dst_pixFmt, width, height); width 179 libmedia/ffmpeg/VideoConverterFfmpeg.cpp img_convert(&dstpicture, dst_pixFmt, &srcpicture, src_pixFmt, width, width 191 libmedia/ffmpeg/VideoConverterFfmpeg.cpp ret.reset(new ImgBuf(_dst_fmt, dstbuffer, bufsize, src.width, width 120 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp init(codec_id, width, height); width 165 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp init(codec_id, info.width, info.height, extradata, extradataSize); width 228 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp return _videoCodecCtx->getContext()->width; width 245 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp const int width = srcCtx->width; width 276 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp sws_getContext(width, height, srcPixFmt, width, height, width 293 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp int bufsize = avpicture_get_size(pixFmt, width, height); width 299 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp im.reset(new image::ImageRGBA(width, height)); width 302 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp im.reset(new image::ImageRGB(width, height)); width 314 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp avpicture_fill(&picture, im->begin(), pixFmt, width, height); width 318 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp srcPixFmt, width, height); width 494 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp if (vactx->initDecoder(avctx->width, avctx->height)) { width 513 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp if (!vactx->initDecoder(avctx->width, avctx->height)) return -1; width 50 libmedia/ffmpeg/VideoDecoderFfmpeg.h DSOEXPORT VideoDecoderFfmpeg(videoCodecType format, int width, int height); width 62 libmedia/ffmpeg/VideoDecoderFfmpeg.h int width() const; width 86 libmedia/ffmpeg/VideoDecoderFfmpeg.h void init(enum CodecID format, int width, int height, width 109 libmedia/ffmpeg/VideoDecoderFfmpegVaapi.cpp if (!_context->initDecoder(width, height)) width 66 libmedia/ffmpeg/VideoDecoderFfmpegVaapi.h bool initDecoder(unsigned int width, unsigned int height); width 46 libmedia/ffmpeg/VideoInputFfmpeg.cpp _width = width; width 75 libmedia/ffmpeg/VideoInputFfmpeg.h size_t width() const { return _width; } width 86 libmedia/ffmpeg/VideoInputFfmpeg.h void requestMode(size_t width, size_t height, double fps, bool favorArea); width 96 libmedia/gst/MediaHandlerGst.cpp int width = info.width; width 108 libmedia/gst/MediaHandlerGst.cpp std::auto_ptr<VideoDecoder> ret( new VideoDecoderGst(format, width, height, extradata, datasize) ); width 81 libmedia/gst/VideoConverterGst.cpp "width", G_TYPE_INT, src.width, width 92 libmedia/gst/VideoConverterGst.cpp "width", G_TYPE_INT, src.width, width 152 libmedia/gst/VideoConverterGst.cpp GST_BUFFER_SIZE(retbuffer), src.width, src.height)); width 42 libmedia/gst/VideoDecoderGst.h gnashGstBuffer(GstBuffer* buf, int width, int height) width 43 libmedia/gst/VideoDecoderGst.h : image::ImageRGB(NULL, width, height), width 53 libmedia/gst/VideoDecoderGst.h return (width() * channels() + 3) &~ 3; width 75 libmedia/gst/VideoDecoderGst.h VideoDecoderGst(videoCodecType codec_type, int width, int height, width 89 libmedia/gst/VideoDecoderGst.h int width() const; width 343 libmedia/gst/VideoInputGst.cpp _width = width; width 575 libmedia/gst/VideoInputGst.cpp resolution = g_strdup_printf ("%ix%i", video_format->width, width 740 libmedia/gst/VideoInputGst.cpp const GValue *width, *height; width 754 libmedia/gst/VideoInputGst.cpp width = gst_structure_get_value (structure, "width"); width 757 libmedia/gst/VideoInputGst.cpp if (G_VALUE_HOLDS_INT (const_cast<GValue *>(width))) { width 762 libmedia/gst/VideoInputGst.cpp gst_structure_get_int (structure, "width", &(video_format.width)); width 766 libmedia/gst/VideoInputGst.cpp else if (GST_VALUE_HOLDS_INT_RANGE (const_cast<GValue *>(width))) { width 770 libmedia/gst/VideoInputGst.cpp min_width = gst_value_get_int_range_min (width); width 771 libmedia/gst/VideoInputGst.cpp max_width = gst_value_get_int_range_max (width); width 782 libmedia/gst/VideoInputGst.cpp video_format.width = cur_width; width 796 libmedia/gst/VideoInputGst.cpp video_format.width = cur_width; width 805 libmedia/gst/VideoInputGst.cpp __FUNCTION__, G_VALUE_TYPE_NAME (const_cast<GValue *>(width))); width 875 libmedia/gst/VideoInputGst.cpp WebcamVidFormat, i).width <= format->width){ width 916 libmedia/gst/VideoInputGst.cpp format->width, width 920 libmedia/gst/VideoInputGst.cpp format->width, width 1031 libmedia/gst/VideoInputGst.cpp WebcamVidFormat, i).width <= format->width){ width 1089 libmedia/gst/VideoInputGst.cpp format->width, width 1093 libmedia/gst/VideoInputGst.cpp format->width, width 1576 libmedia/gst/VideoInputGst.cpp width = -1; width 80 libmedia/gst/VideoInputGst.h gint width; width 156 libmedia/gst/VideoInputGst.h size_t width() const { return _width; } width 167 libmedia/gst/VideoInputGst.h void requestMode(size_t width, size_t height, double fps, bool favorArea); width 56 libmedia/haiku/VideoDecoderHaiku.h int width() const; width 46 libmedia/haiku/VideoInputHaiku.cpp _width = width; width 74 libmedia/haiku/VideoInputHaiku.h size_t width() const { return _width; } width 85 libmedia/haiku/VideoInputHaiku.h void requestMode(size_t width, size_t height, double fps, bool favorArea); width 334 librender/agg/Renderer_agg.cpp _rbuf.attach(_buffer.get(), width, height, width); width 349 librender/agg/Renderer_agg.cpp unsigned int width = region.width() + 1; width 354 librender/agg/Renderer_agg.cpp _pixf.copy_hline(left, y, width, black); width 736 librender/agg/Renderer_agg.cpp double vscaleX = bounds->width() / width 737 librender/agg/Renderer_agg.cpp static_cast<double>(frame->width()); width 883 librender/agg/Renderer_agg.cpp const size_t width = im.width(); width 885 librender/agg/Renderer_agg.cpp const size_t stride = width * (im.type() == image::TYPE_RGBA ? 4 : 3); width 887 librender/agg/Renderer_agg.cpp in->init_buffer(im.begin(), width * height, width, height, stride); width 908 librender/agg/Renderer_agg.cpp unsigned int width=region.width()+1; width 919 librender/agg/Renderer_agg.cpp m_pixf->copy_hline(left, y, width, color); width 956 librender/agg/Renderer_agg.cpp stroke.width(1); width 1753 librender/agg/Renderer_agg.cpp if (!thickness) stroke.width(1); // hairline width 1756 librender/agg/Renderer_agg.cpp stroke.width(twipsToPixels(thickness)); width 1767 librender/agg/Renderer_agg.cpp stroke.width(std::max(1.0f, thickness*stroke_scale)); width 1875 librender/agg/Renderer_agg.cpp stroke.width(1); width 49 librender/agg/Renderer_agg.h virtual bool initTestBuffer(unsigned width, unsigned height) { width 50 librender/agg/Renderer_agg.h int size = width * height * getBytesPerPixel(); width 54 librender/agg/Renderer_agg.h init_buffer(_testBuffer, size, width, height, width * getBytesPerPixel()); width 56 librender/agg/Renderer_agg_bitmap.h int get_width() const { return _image->width(); } width 364 librender/agg/Renderer_agg_style.h BitmapStyle(int width, int height, int rowlen, boost::uint8_t* data, width 369 librender/agg/Renderer_agg_style.h m_rbuf(data, width, height, rowlen), width 76 librender/cairo/Renderer_cairo.cpp for (size_t x = 0; x < im->width(); x++, src += 3) { width 90 librender/cairo/Renderer_cairo.cpp for (size_t x = 0; x < im->width(); x++, src += 4) width 452 librender/cairo/Renderer_cairo.cpp int buf_size = im->width() * im->height() * 4; width 461 librender/cairo/Renderer_cairo.cpp return new bitmap_info_cairo(buffer, im->width(), im->height(), 4, width 469 librender/cairo/Renderer_cairo.cpp return new bitmap_info_cairo(buffer, im->width(), im->height(), 4, width 493 librender/cairo/Renderer_cairo.cpp int w = frame->width(); width 497 librender/cairo/Renderer_cairo.cpp double w_scale = bounds->width() / w; width 552 librender/cairo/Renderer_cairo.cpp cairo_rectangle(_cr, range.getMinX(), range.getMinY(), range.width(), width 875 librender/cairo/Renderer_cairo.cpp float width = style.getThickness(); width 877 librender/cairo/Renderer_cairo.cpp if ( width == 0.0 ) { width 898 librender/cairo/Renderer_cairo.cpp cairo_set_line_width(_cr, width); width 1070 librender/cairo/Renderer_cairo.cpp cairo_image_surface_create (CAIRO_FORMAT_ARGB32, width, height); width 1120 librender/cairo/Renderer_cairo.cpp int width = cairo_image_surface_get_width(surface); width 1124 librender/cairo/Renderer_cairo.cpp if (x >= width || y >= height) { width 125 librender/cairo/Renderer_cairo.h bool initTestBuffer(unsigned width, unsigned height); width 240 librender/opengl/Renderer_ogl.cpp if (!OSMesaMakeCurrent(_context, _buffer.get(), GL_UNSIGNED_BYTE, width, width 250 librender/opengl/Renderer_ogl.cpp " and height %d.", width, height); width 587 librender/opengl/Renderer_ogl.cpp if (!isEven(_img->width())) { width 592 librender/opengl/Renderer_ogl.cpp if (!isEven(_img->width()) || !isEven(_img->height())) { width 598 librender/opengl/Renderer_ogl.cpp upload(_img->begin(), _img->width(), _img->height()); width 602 librender/opengl/Renderer_ogl.cpp size_t w = 1; while (w < _img->width()) { w <<= 1; } width 612 librender/opengl/Renderer_ogl.cpp GLint rv = gluScaleImage(_pixel_format, _img->width(), width 634 librender/opengl/Renderer_ogl.cpp glTexImage1D(GL_TEXTURE_1D, 0, _pixel_format, width, width 638 librender/opengl/Renderer_ogl.cpp glTexImage2D(_ogl_img_type, 0, _pixel_format, width, height, width 778 librender/opengl/Renderer_ogl.cpp new image::ImageRGBA(im->width(), im->height())); width 817 librender/opengl/Renderer_ogl.cpp if ((*it)->width() == frame->width() && width 839 librender/opengl/Renderer_ogl.cpp texture.reset(new GnashTexture(frame->width(), width 848 librender/opengl/Renderer_ogl.cpp texture.reset(new GnashVaapiTexture(frame->width(), width 856 librender/opengl/Renderer_ogl.cpp assert(texture->width() == frame->width()); width 1430 librender/opengl/Renderer_ogl.cpp float width = style.getThickness(); width 1433 librender/opengl/Renderer_ogl.cpp if (!width) width 1440 librender/opengl/Renderer_ogl.cpp float pxThickness = twipsToPixels(width); width 1454 librender/opengl/Renderer_ogl.cpp width *= stroke_scale; width 1455 librender/opengl/Renderer_ogl.cpp width = twipsToPixels(width); width 1461 librender/opengl/Renderer_ogl.cpp if (width > width_info[1]) { width 1464 librender/opengl/Renderer_ogl.cpp width = width_info[1]; width 1468 librender/opengl/Renderer_ogl.cpp glLineWidth(width); width 1469 librender/opengl/Renderer_ogl.cpp glPointSize(width); width 1471 librender/opengl/Renderer_ogl.cpp if (width >= 1.5) { width 1472 librender/opengl/Renderer_ogl.cpp glPointSize(width-1); width 1846 librender/opengl/Renderer_ogl.cpp (int)twipsToPixels(area.width()), (int)twipsToPixels(area.height())); width 1860 librender/opengl/Renderer_ogl.cpp _offscreen.reset(new OSRenderMesa(width, height)); width 1966 librender/opengl/Renderer_ogl.cpp for (size_t i = 0; i < im->width(); i++) { width 1980 librender/opengl/Renderer_ogl.cpp for (size_t i = 0; i < im->width(); i++) width 182 libvaapi/VaapiContext.cpp VaapiSurfaceSP surface(new VaapiSurface(width, height)); width 192 libvaapi/VaapiContext.cpp width, height, width 200 libvaapi/VaapiContext.cpp _picture_width = width; width 230 libvaapi/VaapiContext.cpp if (_picture_width == width && _picture_height == height) { width 235 libvaapi/VaapiContext.cpp return createContext(width, height); width 67 libvaapi/VaapiContext.h bool createContext(unsigned int width, unsigned int height); width 75 libvaapi/VaapiContext.h bool initDecoder(unsigned int width, unsigned int height); width 43 libvaapi/VaapiImage.cpp if (!create(width, height)) { width 77 libvaapi/VaapiImage.cpp width, height, width 48 libvaapi/VaapiImage.h bool create(unsigned int width, unsigned int height); width 54 libvaapi/VaapiImage.h VaapiImage(unsigned int width, width 66 libvaapi/VaapiImage.h unsigned int width() const { return _image.width; } width 53 libvaapi/VaapiSurface.cpp if (width == 0 || height == 0) { width 65 libvaapi/VaapiSurface.cpp width, height, VA_RT_FORMAT_YUV420, width 107 libvaapi/VaapiSurface.cpp VaapiImage background(width(), height(), VAAPI_IMAGE_NV12); width 136 libvaapi/VaapiSurface.cpp 0, 0, background.width(), background.height(), width 137 libvaapi/VaapiSurface.cpp 0, 0, width(), height()); width 167 libvaapi/VaapiSurface.cpp src_rect.width, src_rect.height, width 169 libvaapi/VaapiSurface.cpp dst_rect.width, dst_rect.height, width 37 libvaapi/VaapiSurface.h { x = 0; y = 0; width = w; height = h; } width 40 libvaapi/VaapiSurface.h { x = x_; y = y_; width = w; height = h; } width 53 libvaapi/VaapiSurface.h VaapiSurfaceImplBase(unsigned int width, unsigned int height); width 60 libvaapi/VaapiSurface.h unsigned int width() const { return _width; } width 79 libvaapi/VaapiSurface.h VaapiSurface(unsigned int width, unsigned int height); width 88 libvaapi/VaapiSurface.h unsigned int width() const { return _impl->width(); } width 43 libvaapi/VaapiSurfaceGLX.h unsigned int width() const { return _impl->width(); } width 268 plugin/aos4/plugin.cpp _width = aWindow->width; width 499 plugin/klash/klash_part.cpp case width: width 500 plugin/klash/klash_part.cpp rval.setNum (player->width ()); width 574 plugin/klash/klash_part.cpp m_embed->setGeometry (0, 0, width (), height ()); width 139 plugin/klash/klash_part.h int width () const {return m_width; } width 509 plugin/klash4/klash_part.cpp case width: width 510 plugin/klash4/klash_part.cpp rval.setNum (player->width ()); width 584 plugin/klash4/klash_part.cpp m_embed->setGeometry (0, 0, width (), height ()); width 138 plugin/klash4/klash_part.h int width () const {return m_width; } width 505 plugin/npapi/plugin.cpp << ", Width = " << aWindow->width width 552 plugin/npapi/plugin.cpp aWindow->x, aWindow->y, aWindow->width, aWindow->height, width 561 plugin/npapi/plugin.cpp _width = aWindow->width; width 268 plugin/win32/plugin.cpp _width = aWindow->width; width 108 testsuite/DummyMovieDefinition.h return _framesize.width()/20; width 156 testsuite/libbase.all/Range2dTest.cpp round(Range2d<float>(0, 0, 40, 80).scale(1.2, 1.0/20).width()*1000)/1000, width 40 testsuite/misc-ming.all/RemoveObject2Test.c SWFShape_drawLineTo(sh, x+width, y+height); width 41 testsuite/misc-ming.all/RemoveObject2Test.c SWFShape_drawLineTo(sh, x+width, y); width 65 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c x+width, y+height, width 66 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c x+width, y, width 71 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c x+width-5, y+height-5, width 72 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c x+width-5, y+5, width 86 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c sh = make_fill_square (-(width/2), -(height/2), width, height, 255, 0, 0, 255, 0, 0); width 90 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c sh = make_square (-(width/2)+5, -(height/2)+5, width-10, height-10, 0, 0, 0); width 66 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test10.c sh = make_fill_square (-(width/2), -(height/2), width, height, 255, 0, 0, 255, 0, 0); width 68 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test11.c sh = make_fill_square (-(width/2), -(height/2), width, height, 255, 0, 0, 255, 0, 0); width 84 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test11.c mc = get_static_mc(width, height); width 77 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test2.c sh = make_fill_square (-(width/2), -(height/2), width, height, 255, 0, 0, 255, 0, 0); width 74 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test3.c sh = make_fill_square (-(width/2), -(height/2), width, height, 255, 0, 0, 255, 0, 0); width 72 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test4.c sh = make_fill_square (-(width/2), -(height/2), width, height, 255, 0, 0, 255, 0, 0); width 71 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test5.c sh = make_fill_square (-(width/2), -(height/2), width, height, 255, 0, 0, 255, 0, 0); width 73 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test6.c sh = make_fill_square (-(width/2), -(height/2), width, height, 255, 0, 0, 255, 0, 0); width 74 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test7.c sh = make_fill_square (-(width/2), -(height/2), width, height, 255, 0, 0, 255, 0, 0); width 76 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test8.c sh = make_fill_square (-(width/2), -(height/2), width, height, 255, 0, 0, 255, 0, 0); width 72 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test9.c sh = make_fill_square (-(width/2), -(height/2), width, height, 255, 0, 0, 255, 0, 0); width 58 testsuite/misc-ming.all/masks_test.c x+width, y+height, width 59 testsuite/misc-ming.all/masks_test.c x+width, y, width 73 testsuite/misc-ming.all/masks_test.c sh = make_fill_square (0, 0, width, height, r, g, b, r, g, b); width 92 testsuite/misc-ming.all/masks_test.c sh = make_fill_square (-(width/2), -(height/2), width, height, 255, 0, 0, 255, 0, 0); width 46 testsuite/misc-ming.all/matrix_test.c sh = make_fill_square (-(width/2), -(height/2), width, height, 255, 0, 0, 255, 0, 0); width 50 testsuite/misc-ming.all/matrix_test.c sh = make_square (-(width/2)+5, -(height/2)+5, width-10, height-10, 0, 0, 0); width 57 testsuite/misc-ming.all/matrix_test.c sh = make_fill_square ((width/4), -(height/8), (width/4), (height/4), 0, 255, 0, 0, 255, 0); width 54 testsuite/misc-ming.all/ming_utils.c SWFTextField_setBounds(tf, width, height); width 108 testsuite/misc-ming.all/ming_utils.c SWFTextField_setBounds(tf, width, height); width 143 testsuite/misc-ming.all/ming_utils.c SWFShape_drawLineTo(sh, x+width, y+height); width 144 testsuite/misc-ming.all/ming_utils.c SWFShape_drawLineTo(sh, x+width, y); width 159 testsuite/misc-ming.all/ming_utils.c SWFShape_drawLineTo(sh, x+width, y+height); width 160 testsuite/misc-ming.all/ming_utils.c SWFShape_drawLineTo(sh, x+width, y); width 337 testsuite/misc-ming.all/ming_utils.c add_xtrace_function_clip(mc, font, depth, x, y, width, height); width 352 testsuite/misc-ming.all/ming_utils.c add_xtrace_function(mo, font, depth, x, y, width, height); width 45 testsuite/misc-ming.all/morph_test1.c SWFShape_drawLineTo(sh, x+width, y+height); width 46 testsuite/misc-ming.all/morph_test1.c SWFShape_drawLineTo(sh, x+width, y); width 70 testsuite/misc-ming.all/replace_buttons1test.c sh = make_fill_square (0, 0, width, height, r, g, b, r, g, b); width 81 testsuite/misc-ming.all/replace_buttons1test.c sh = make_fill_square (0, 0, width, height, r, g, b, r, g, b); width 91 testsuite/misc-ming.all/replace_buttons1test.c SWFShape sh = get_shape(width, height, r, g, b); width 108 testsuite/misc-ming.all/replace_buttons1test.c mc = get_static_mc(width, height, 255, 0, 0); width 70 testsuite/misc-ming.all/replace_shapes1test.c sh = make_fill_square (0, 0, width, height, r, g, b, r, g, b); width 78 testsuite/misc-ming.all/replace_shapes1test.c SWFShape sh = get_shape(width, height, r, g, b); width 95 testsuite/misc-ming.all/replace_shapes1test.c mc = get_static_mc(width, height, 255, 0, 0); width 68 testsuite/misc-ming.all/replace_sprites1test.c sh = make_fill_square (0, 0, width, height, r, g, b, r, g, b); width 76 testsuite/misc-ming.all/replace_sprites1test.c SWFShape sh = get_shape(width, height, r, g, b); width 93 testsuite/misc-ming.all/replace_sprites1test.c mc = get_static_mc(width, height, 255, 0, 0); width 76 testsuite/movies.all/gravity_embedded-TestRunner.cpp check_equals(loaded->getBounds().width(), 2056);