height 622 gui/aos4/aos4.cpp _height = height; height 624 gui/aos4/aos4.cpp _glue.saveOrigiginalDimension(width,height,xPosition,yPosition); height 626 gui/aos4/aos4.cpp _orig_height = height; height 642 gui/aos4/aos4.cpp IIntuition->ChangeWindowBox(_window,xPosition,yPosition,width,height); height 155 gui/aos4/aos4_agg_glue.cpp AOS4AggGlue::saveOrigiginalDimension(int width, int height, int xPosition, int yPosition) height 158 gui/aos4/aos4_agg_glue.cpp _orig_height = height; height 181 gui/aos4/aos4_agg_glue.cpp AOS4AggGlue::prepDrawingArea(int width, int height) height 191 gui/aos4/aos4_agg_glue.cpp _height = height; height 233 gui/aos4/aos4_agg_glue.cpp WA_InnerHeight, height, height 272 gui/aos4/aos4_agg_glue.cpp int bufsize = static_cast<int>(width * height * depth_bytes / CHUNK_SIZE + 1) * CHUNK_SIZE; height 284 gui/aos4/aos4_agg_glue.cpp renderer->init_buffer(_offscreenbuf, bufsize, width, height, width*((_bpp+7)/8)); height 299 gui/aos4/aos4_agg_glue.cpp _validbounds.setTo(0, 0, width, height); height 388 gui/aos4/aos4_agg_glue.cpp AOS4AggGlue::resize(int width, int height) height 396 gui/aos4/aos4_agg_glue.cpp prepDrawingArea(width, height); height 46 gui/aos4/aos4_agg_glue.h bool prepDrawingArea(int width, int height); height 54 gui/aos4/aos4_agg_glue.h void resize(int width, int height); height 55 gui/aos4/aos4_agg_glue.h void saveOrigiginalDimension(int width, int height, int xPosition, int yPosition); height 165 gui/aos4/aos4_cairo_glue.cpp AOS4CairoGlue::saveOrigiginalDimension(int width, int height) height 168 gui/aos4/aos4_cairo_glue.cpp _orig_height = height; height 187 gui/aos4/aos4_cairo_glue.cpp AOS4CairoGlue::prepDrawingArea(int width, int height) height 195 gui/aos4/aos4_cairo_glue.cpp _height = height; height 229 gui/aos4/aos4_cairo_glue.cpp WA_InnerHeight, height, height 267 gui/aos4/aos4_cairo_glue.cpp bufsize = static_cast<int>(width * height * _bpp / CHUNK_SIZE + 1) * CHUNK_SIZE; height 274 gui/aos4/aos4_cairo_glue.cpp width, height, _stride); height 294 gui/aos4/aos4_cairo_glue.cpp _validbounds.setTo(0, 0, width, height); height 368 gui/aos4/aos4_cairo_glue.cpp AOS4CairoGlue::resize(int width, int height) height 377 gui/aos4/aos4_cairo_glue.cpp prepDrawingArea(width, height); height 48 gui/aos4/aos4_cairo_glue.h bool prepDrawingArea(int width, int height); height 56 gui/aos4/aos4_cairo_glue.h void resize(int width, int height); height 57 gui/aos4/aos4_cairo_glue.h void saveOrigiginalDimension(int width, int height); height 34 gui/aos4/aos4_glue.h virtual bool prepDrawingArea(int width, int height) = 0; height 77 gui/aos4/aos4sup.h virtual bool createWindow(const char *title, int width, int height, int xPosition = 0, int yPosition = 0); height 87 gui/aos4/aos4sup.h void resize(int width, int height); height 159 gui/aqua/aqua.cpp bool AquaGui::createWindow(const char* title, int width, int height, height 170 gui/aqua/aqua.cpp _height = height; height 172 gui/aqua/aqua.cpp SetRect(&theBounds, 0, 0, width, height); height 40 gui/aqua/aqua_glue.h virtual bool prepDrawingArea(int width, int height, AGLDrawable drawable) = 0; height 77 gui/aqua/aqua_ogl_glue.cpp bool AquaOglGlue::prepDrawingArea(int width, int height, AGLDrawable drawable) height 37 gui/aqua/aqua_ogl_glue.h bool prepDrawingArea(int width, int height, AGLDrawable drawable); height 62 gui/aqua/aquasup.h virtual bool createWindow(const char *title, int width, int height, height 257 gui/dump/dump.cpp _height = height; height 345 gui/dump/dump.cpp assert(height > 0); height 348 gui/dump/dump.cpp if (_offscreenbuf.get() && (width == _width) && (height == _height)) { height 353 gui/dump/dump.cpp _height = height; height 358 gui/dump/dump.cpp int newBufferSize = row_size * height; height 51 gui/dump/dump.h bool createWindow(int width, int height); height 52 gui/dump/dump.h bool createWindow(const char* /*title*/, int width, int height, height 54 gui/dump/dump.h { return createWindow(width, height); } height 69 gui/dump/dump.h void setRenderHandlerSize(int width, int height); height 389 gui/fb/fb.cpp resize_view(_validbounds.width(), _validbounds.height()); height 773 gui/fb/fb.cpp ptr->height = 480; // height of picture in mm height 140 gui/fb/fbsup.h virtual bool createWindow(const char *title, int width, int height, height 235 gui/fltk/fltk.cpp resize(width, _menu_height + height); height 248 gui/fltk/fltk.cpp _glue = new FltkAggGlue(0, _menu_height, width, height); height 263 gui/fltk/fltk.cpp _glue->initBuffer(width, height); height 35 gui/fltk/fltk_glue_agg.cpp FltkAggGlue::FltkAggGlue(int x, int y, int width, int height) height 36 gui/fltk/fltk_glue_agg.cpp : Widget(x, y, width, height), height 55 gui/fltk/fltk_glue_agg.cpp FltkAggGlue::initBuffer(int width, int height) height 68 gui/fltk/fltk_glue_agg.cpp int bufsize = (width * height * depth_bytes / CHUNK_SIZE + 1) * CHUNK_SIZE; height 77 gui/fltk/fltk_glue_agg.cpp renderer->init_buffer(_offscreenbuf, bufsize, width, height, height 81 gui/fltk/fltk_glue_agg.cpp _height = height; height 102 gui/fltk/fltk_glue_agg.cpp Rectangle bounds(_drawbounds.getMinX(), _drawbounds.getMinY(), _drawbounds.width(), _drawbounds.height()); height 108 gui/fltk/fltk_glue_agg.cpp FltkAggGlue::resize(int width, int height) height 117 gui/fltk/fltk_glue_agg.cpp initBuffer(width, height); height 41 gui/fltk/fltk_glue_agg.h FltkAggGlue(int x, int y, int width, int height); height 46 gui/fltk/fltk_glue_agg.h void initBuffer(int width, int height); height 47 gui/fltk/fltk_glue_agg.h void resize(int width, int height); height 53 gui/fltk/fltksup.h virtual bool createWindow(const char *title, int width, int height, height 759 gui/gtk/gtk.cpp gtk_widget_set_size_request(_canvas, width, height); height 769 gui/gtk/gtk.cpp bool ret = createWindow(width, height); height 786 gui/gtk/gtk.cpp gtk_widget_set_size_request(_canvas, width, height); height 878 gui/gtk/gtk.cpp _height = height; height 932 gui/gtk/gtk.cpp rect.height = bounds.height(); height 2333 gui/gtk/gtk.cpp obj->resize_view(event->width, event->height); height 119 gui/gtk/gtk_canvas.cpp allocation->height); height 123 gui/gtk/gtk_canvas.cpp allocation->height); height 162 gui/gtk/gtk_canvas.cpp attributes.height = widget->allocation.height; height 192 gui/gtk/gtk_canvas.cpp widget->allocation.height); height 65 gui/gtk/gtk_glue.h render(r.x, r.y, r.x + r.width, r.y + r.height); height 104 gui/gtk/gtk_glue_agg.cpp assert(height > 0); height 108 gui/gtk/gtk_glue_agg.cpp _offscreenbuf->height == height) { height 119 gui/gtk/gtk_glue_agg.cpp height); height 123 gui/gtk/gtk_glue_agg.cpp _offscreenbuf->bpl * _offscreenbuf->height, height 125 gui/gtk/gtk_glue_agg.cpp _offscreenbuf->height, height 140 gui/gtk/gtk_glue_agg.cpp render(0, 0, _offscreenbuf->width, _offscreenbuf->height); height 154 gui/gtk/gtk_glue_agg.cpp size_t height = std::min(_offscreenbuf->height, maxy - miny); height 159 gui/gtk/gtk_glue_agg.cpp height); height 167 gui/gtk/gtk_glue_agg.cpp setRenderHandlerSize(event->width, event->height); height 42 gui/gtk/gtk_glue_agg.h void setRenderHandlerSize(int width, int height); height 99 gui/gtk/gtk_glue_agg_vaapi.cpp { return _rect.height; } height 109 gui/gtk/gtk_glue_agg_vaapi.cpp wattr.height = rect.height; height 138 gui/gtk/gtk_glue_agg_vaapi.cpp gdk_window_move_resize(_window, rect.x, rect.y, rect.width, rect.height); height 222 gui/gtk/gtk_glue_agg_vaapi.cpp width, height); height 224 gui/gtk/gtk_glue_agg_vaapi.cpp _vaapi_surface.reset(new VaapiSurface(width, height)); height 225 gui/gtk/gtk_glue_agg_vaapi.cpp _vaapi_image.reset(new VaapiImage(aligned_width, height, _vaapi_image_format)); height 227 gui/gtk/gtk_glue_agg_vaapi.cpp _vaapi_image_height = height; height 235 gui/gtk/gtk_glue_agg_vaapi.cpp VaapiRectangle r(width, height); height 244 gui/gtk/gtk_glue_agg_vaapi.cpp _vaapi_image->getPitch(0) * height, height 246 gui/gtk/gtk_glue_agg_vaapi.cpp height, height 253 gui/gtk/gtk_glue_agg_vaapi.cpp dprintf("GtkAggVaapiGlue::setRenderHandlerSize(): %dx%d\n", width, height); height 256 gui/gtk/gtk_glue_agg_vaapi.cpp _window_height = height; height 273 gui/gtk/gtk_glue_agg_vaapi.cpp const unsigned int height = mi.heightPixels(); height 274 gui/gtk/gtk_glue_agg_vaapi.cpp resetRenderSurface(width, height); height 276 gui/gtk/gtk_glue_agg_vaapi.cpp width, height); height 337 gui/gtk/gtk_glue_agg_vaapi.cpp _vaapi_surface->height(), height 358 gui/gtk/gtk_glue_agg_vaapi.cpp src_rect.height = (*img)->height(); height 366 gui/gtk/gtk_glue_agg_vaapi.cpp dst_rect.height = src_rect.height * yscale; height 376 gui/gtk/gtk_glue_agg_vaapi.cpp VaapiRectangle pic_rect(surface->width(), surface->height()); height 385 gui/gtk/gtk_glue_agg_vaapi.cpp 0, 0, surface->width(), surface->height(), height 386 gui/gtk/gtk_glue_agg_vaapi.cpp 0, 0, dst_rect.width, dst_rect.height, height 417 gui/gtk/gtk_glue_agg_vaapi.cpp setRenderHandlerSize(event->width, event->height); height 54 gui/gtk/gtk_glue_agg_vaapi.h void setRenderHandlerSize(int width, int height); height 65 gui/gtk/gtk_glue_agg_vaapi.h void resetRenderSurface(unsigned int width, unsigned int height); height 85 gui/gtk/gtk_glue_cairo.cpp int height = maxy - miny; height 92 gui/gtk/gtk_glue_cairo.cpp height); height 147 gui/gtk/gtk_glue_cairo.cpp _image = gdk_image_new (GDK_IMAGE_FASTEST, visual, width, height); height 154 gui/gtk/gtk_glue_cairo.cpp format, _image->width, _image->height, _image->bpl); height 172 gui/gtk/gtk_glue_cairo.cpp cairo_surface_get_content(target), width, height); height 185 gui/gtk/gtk_glue_cairo.cpp width, height); height 205 gui/gtk/gtk_glue_cairo.cpp cairo_surface_t* surface = createGdkImageSurface(event->width, event->height); height 213 gui/gtk/gtk_glue_cairo.cpp surface = createMemorySurface(event->width, event->height); height 217 gui/gtk/gtk_glue_cairo.cpp surface = createSimilarSurface(event->width, event->height); height 43 gui/gtk/gtk_glue_cairo.h cairo_surface_t* createGdkImageSurface(const int& width, const int& height); height 44 gui/gtk/gtk_glue_cairo.h cairo_surface_t* createSimilarSurface(const int& width, const int& height); height 45 gui/gtk/gtk_glue_cairo.h cairo_surface_t* createMemorySurface(const int& width, const int& height); height 133 gui/gtk/gtk_glue_gtkglext.cpp glViewport (event->x, event->y, event->width, event->height); height 47 gui/gtk/gtksup.h virtual bool createWindow(int width, int height); height 48 gui/gtk/gtksup.h virtual bool createWindow(const char *title, int width, int height, height 50 gui/gtk/gtksup.h virtual void resizeWindow(int width, int height); height 440 gui/gui.cpp assert(height>0); height 443 gui/gui.cpp _stage->setDimensions(width, height); height 447 gui/gui.cpp _height = height; height 139 gui/gui.h virtual bool createWindow(const char* title, int width, int height, height 142 gui/gui.h virtual void resizeWindow(int width, int height); height 256 gui/gui.h void resize_view(int width, int height); height 75 gui/haiku/haiku.cpp || msg.AddFloat("h", height) != B_OK) height 254 gui/haiku/haiku.cpp float width, height; height 256 gui/haiku/haiku.cpp || msg->FindFloat("h", &height) != B_OK) height 259 gui/haiku/haiku.cpp _gui->resize_view(width+1, height+1); height 335 gui/haiku/haiku.cpp _win = new BeWin(BRect(xPosition, yPosition, xPosition+width-1, yPosition+height-1), height 413 gui/haiku/haiku.cpp _height = height; height 419 gui/haiku/haiku.cpp bool b = _app->CreateWindow(width, height, xPosition, yPosition, height 574 gui/haiku/haiku.cpp std::cerr << width << " " << height << std::endl; height 575 gui/haiku/haiku.cpp _glue.prepDrawingArea(width, height, 0); height 576 gui/haiku/haiku.cpp Gui::resize_view(width, height); height 81 gui/haiku/haiku_agg_glue.cpp _height = height; height 83 gui/haiku/haiku_agg_glue.cpp ResizeTo(width-1,height-1); height 329 gui/haiku/haiku_agg_glue.cpp HaikuAggGlue::prepDrawingArea(int width, int height, boost::uint32_t sdl_flags) height 334 gui/haiku/haiku_agg_glue.cpp assert(height > 0); height 335 gui/haiku/haiku_agg_glue.cpp if (_width == width && _height == height) height 371 gui/haiku/haiku_agg_glue.cpp int bufsize = static_cast<int>(width * height * depth_bytes / CHUNK_SIZE + 1) * CHUNK_SIZE; height 419 gui/haiku/haiku_agg_glue.cpp _height = height; height 427 gui/haiku/haiku_agg_glue.cpp renderer->init_buffer(_offscreenbuf, bufsize, width, height, height 433 gui/haiku/haiku_agg_glue.cpp _validbounds.setTo(0, 0, width-1, height-1); height 59 gui/haiku/haiku_agg_glue.h bool prepDrawingArea(int width, int height, boost::uint32_t sdl_flags); height 60 gui/haiku/haikusup.h virtual bool createWindow(const char *title, int width, int height, height 78 gui/haiku/haikusup.h virtual void resize_view(int width, int height); height 94 gui/kde/Kde4Glue.cpp _gui.resize(event->size().width(), event->size().height()); height 67 gui/kde/Kde4GlueAgg.cpp _height = height; height 76 gui/kde/Kde4GlueAgg.cpp int bufsize = (width * height * depth_bytes / CHUNK_SIZE + 1) * CHUNK_SIZE; height 123 gui/kde/Kde4GlueAgg.cpp initBuffer(width, height); height 49 gui/kde/Kde4GlueAgg.h void initBuffer(int width, int height); height 50 gui/kde/Kde4GlueAgg.h void resize(int width, int height); height 64 gui/kde/Kde4GlueCairo.cpp _height = height; height 135 gui/kde/Kde4GlueCairo.cpp initBuffer(width, height); height 49 gui/kde/Kde4GlueCairo.h void initBuffer(int width, int height); height 54 gui/kde/Kde4GlueCairo.h void resize(int width, int height); height 171 gui/kde/Kde4Gui.cpp _height = height; height 188 gui/kde/Kde4Gui.cpp _height=winAttributes.height; height 222 gui/kde/Kde4Gui.cpp _height = height; height 253 gui/kde/Kde4Gui.cpp i->width(), i->height()); height 447 gui/kde/Kde4Gui.cpp _glue->resize(width, height); height 448 gui/kde/Kde4Gui.cpp resize_view(width, height); height 109 gui/kde/Kde4Gui.h virtual bool createWindow(const char* windowtitle, int width, int height, height 111 gui/kde/Kde4Gui.h virtual void resizeWindow(int width, int height); height 123 gui/kde/Kde4Gui.h void resize(int width, int height); height 83 gui/kde/kde.cpp KdeGui::createWindow(const char* windowtitle, int width, int height, height 91 gui/kde/kde.cpp _qwidget->setGeometry(xPosition, yPosition, width, height); height 94 gui/kde/kde.cpp _qwidget->setGeometry(xPosition, 0, width, height); height 98 gui/kde/kde.cpp _qwidget->setGeometry(0, yPosition, width, height); height 112 gui/kde/kde.cpp _glue.initBuffer(width, height); height 115 gui/kde/kde.cpp _height = height; height 328 gui/kde/kde.cpp KdeGui::resize(int width, int height) height 330 gui/kde/kde.cpp _glue.resize(width, height); height 331 gui/kde/kde.cpp resize_view(width, height); height 480 gui/kde/kde.cpp _godfather->resize(event->size().width(), event->size().height()); height 82 gui/kde/kde_glue_agg.cpp int bufsize = (width * height * depth_bytes / CHUNK_SIZE + 1) * CHUNK_SIZE; height 91 gui/kde/kde_glue_agg.cpp renderer->init_buffer(_offscreenbuf.get(), bufsize, width, height, height 95 gui/kde/kde_glue_agg.cpp _height = height; height 118 gui/kde/kde_glue_agg.cpp bounds.height()); height 164 gui/kde/kde_glue_agg.cpp initBuffer(width, height); height 47 gui/kde/kde_glue_agg.h void initBuffer(int width, int height); height 48 gui/kde/kde_glue_agg.h void resize(int width, int height); height 91 gui/kde/kdesup.h virtual bool createWindow(const char* windowtitle, int width, int height, height 102 gui/kde/kdesup.h void resize(int width, int height); height 259 gui/pythonmod/gnash-view.cpp view->stage->setDimensions(allocation->width, allocation->height); height 263 gui/pythonmod/gnash-view.cpp float yscale = allocation->height / view->movie_definition->get_height_pixels(); height 274 gui/pythonmod/gnash-view.cpp requisition->height = 0; height 277 gui/pythonmod/gnash-view.cpp requisition->height = view->movie_definition->get_height_pixels(); height 373 gui/pythonmod/gnash-view.cpp float yscale = widget->allocation.height / view->movie_definition->get_height_pixels(); height 130 gui/riscos/riscos.cpp bool ret = createWindow(width, height); height 142 gui/riscos/riscos.cpp state.visible.y1 = state.visible.y0 + (height * 2); height 158 gui/riscos/riscos.cpp _height = height; height 160 gui/riscos/riscos.cpp glue.setRenderHandlerSize(width, height); height 28 gui/riscos/riscos_glue.h virtual void prepFramebuffer(void *framebuffer, int width, int height) = 0; height 62 gui/riscos/riscos_glue_agg.cpp _fbheight = height; height 79 gui/riscos/riscos_glue_agg.cpp assert(height>0); height 84 gui/riscos/riscos_glue_agg.cpp if (width == _width && height == _height) height 87 gui/riscos/riscos_glue_agg.cpp int new_bufsize = width*height*((_bpp+7)/8); height 109 gui/riscos/riscos_glue_agg.cpp _height = height; height 159 gui/riscos/riscos_glue_agg.cpp setRenderHandlerSize(event->width, event->height); height 32 gui/riscos/riscos_glue_agg.h void prepFramebuffer(void *framebuffer, int width, int height); height 34 gui/riscos/riscos_glue_agg.h void setRenderHandlerSize(int width, int height); height 47 gui/riscos/riscossup.h virtual bool createWindow(int width, int height); height 48 gui/riscos/riscossup.h virtual bool createWindow(const char *title, int width, int height, height 174 gui/sdl/sdl.cpp SDLGui::createWindow(const char *title, int width, int height, height 178 gui/sdl/sdl.cpp _height = height; height 86 gui/sdl/sdl_agg_glue.cpp SdlAggGlue::prepDrawingArea(int width, int height, boost::uint32_t sdl_flags) height 92 gui/sdl/sdl_agg_glue.cpp _screen = SDL_SetVideoMode(width, height, _bpp, sdl_flags | SDL_SWSURFACE); height 128 gui/sdl/sdl_agg_glue.cpp int bufsize = static_cast<int>(width * height * depth_bytes / CHUNK_SIZE + 1) * CHUNK_SIZE; height 140 gui/sdl/sdl_agg_glue.cpp renderer->init_buffer(_offscreenbuf, bufsize, width, height, height 144 gui/sdl/sdl_agg_glue.cpp _sdl_surface = SDL_CreateRGBSurfaceFrom((void *) _offscreenbuf, width, height, height 148 gui/sdl/sdl_agg_glue.cpp _validbounds.setTo(0, 0, width-1, height-1); height 37 gui/sdl/sdl_agg_glue.h bool prepDrawingArea(int width, int height, boost::uint32_t sdl_flags); height 69 gui/sdl/sdl_cairo_glue.cpp SdlCairoGlue::prepDrawingArea(int width, int height, boost::uint32_t sdl_flags) height 71 gui/sdl/sdl_cairo_glue.cpp _screen = SDL_SetVideoMode(width, height, _bpp, sdl_flags | SDL_SWSURFACE); height 80 gui/sdl/sdl_cairo_glue.cpp _render_image = new unsigned char[stride * height]; height 85 gui/sdl/sdl_cairo_glue.cpp width, height, stride); height 98 gui/sdl/sdl_cairo_glue.cpp _sdl_surface = SDL_CreateRGBSurfaceFrom((void *) _render_image, width, height, height 41 gui/sdl/sdl_cairo_glue.h bool prepDrawingArea(int width, int height, boost::uint32_t sdl_flags); height 32 gui/sdl/sdl_glue.h virtual bool prepDrawingArea(int width, int height, boost::uint32_t sdl_flags) = 0; height 71 gui/sdl/sdl_ogl_glue.cpp SdlOglGlue::prepDrawingArea(int width, int height, boost::uint32_t sdl_flags) height 96 gui/sdl/sdl_ogl_glue.cpp SDL_SetVideoMode(width, height, _bpp, sdl_flags | SDL_OPENGL); height 36 gui/sdl/sdl_ogl_glue.h bool prepDrawingArea(int width, int height, boost::uint32_t sdl_flags); height 54 gui/sdl/sdlsup.h virtual bool createWindow(const char *title, int width, int height, height 163 libbase/GnashImage.cpp const size_t height = image.height(); height 172 libbase/GnashImage.cpp outChannel = createPngOutput(out, width, height, quality); height 176 libbase/GnashImage.cpp outChannel = JpegOutput::create(out, width, height, quality); height 223 libbase/GnashImage.cpp const size_t height = inChannel->getHeight(); height 229 libbase/GnashImage.cpp im.reset(new ImageRGB(width, height)); height 232 libbase/GnashImage.cpp im.reset(new ImageRGBA(width, height)); height 244 libbase/GnashImage.cpp width, height); height 249 libbase/GnashImage.cpp for (size_t i = 0; i < height; ++i) { height 258 libbase/GnashImage.cpp processAlpha(im->begin(), width * height); height 280 libbase/GnashImage.cpp const size_t height = j_in->getHeight(); height 283 libbase/GnashImage.cpp im.reset(new ImageRGBA(width, height)); height 288 libbase/GnashImage.cpp for (size_t y = 0; y < height; ++y) { height 135 libbase/GnashImage.h size_t height() const { height 184 libbase/GnashImage.h GnashImage(iterator data, size_t width, size_t height, ImageType type, height 195 libbase/GnashImage.h GnashImage(size_t width, size_t height, ImageType type, height 223 libbase/GnashImage.h ImageRGB(size_t width, size_t height); height 226 libbase/GnashImage.h ImageRGB(iterator data, size_t width, size_t height) height 228 libbase/GnashImage.h GnashImage(data, width, height, TYPE_RGB) height 243 libbase/GnashImage.h ImageRGBA(size_t width, size_t height); height 245 libbase/GnashImage.h ImageRGBA(iterator data, size_t width, size_t height) height 247 libbase/GnashImage.h GnashImage(data, width, height, TYPE_RGBA) height 344 libbase/GnashImage.h Output(boost::shared_ptr<IOChannel> out, size_t width, size_t height) height 347 libbase/GnashImage.h _height(height), height 396 libbase/GnashImage.h assert(row < im.height()); height 407 libbase/GnashImage.h assert(row < im.height()); height 454 libbase/GnashImageJpeg.cpp for (size_t y = 0, height = loader.getHeight(); y < height; y++) { height 627 libbase/GnashImageJpeg.cpp std::auto_ptr<Output> outChannel(new JpegOutput(o, width, height, quality)); height 177 libbase/GnashImageJpeg.h size_t height, int quality); height 200 libbase/GnashImageJpeg.h size_t width, size_t height, int quality); height 292 libbase/GnashImagePng.cpp const size_t height = getHeight(); height 301 libbase/GnashImagePng.cpp _pixelData.reset(new png_byte[width * height * components]); height 305 libbase/GnashImagePng.cpp _rowPtrs.reset(new png_bytep[height]); height 308 libbase/GnashImagePng.cpp for (size_t y = 0; y < height; ++y) { height 417 libbase/GnashImagePng.cpp std::auto_ptr<Output> outChannel(new PngOutput(o, width, height, quality)); height 45 libbase/GnashImagePng.h size_t width, size_t height, int quality); height 71 libbase/GnashTexture.h GnashTexture(unsigned int width, unsigned int height, height 84 libbase/GnashTexture.h unsigned int height() const height 59 libbase/GnashVaapiImageProxy.h , _x(o.x()), _y(o.y()), _width(o.width()), _height(o.height()) height 86 libbase/GnashVaapiImageProxy.h size_t height() const { return _height; } height 36 libbase/GnashVaapiTexture.h GnashVaapiTexture(unsigned int width, unsigned int height, height 399 libbase/Range2d.h T height() const height 362 libcore/DisplayObject.cpp return twipsToPixels(bounds.height()); height 383 libcore/DisplayObject.cpp const double oldheight = bounds.height(); height 853 libcore/DisplayObject.cpp os << getBounds().width() << "x" << getBounds().height(); height 349 libcore/DisplayObject.h virtual void setHeight(double height); height 109 libcore/SWFRect.h boost::int32_t height() const height 364 libcore/TextField.cpp _textRecords[i].yOffset() < _bounds.height()) { height 1173 libcore/TextField.cpp _linesindisplay = _bounds.height() / (fontHeight + fontLeading + PADDING_TWIPS); height 1236 libcore/TextField.cpp if (y >= _bounds.height()) { height 1804 libcore/TextField.cpp if (y >= _bounds.height()) { height 194 libcore/TextField.h virtual void setHeight(double height); height 384 libcore/Video.cpp return as_value(video->height()); height 84 libcore/Video.h int height() const; height 176 libcore/asobj/Camera_as.cpp return _input->height(); height 200 libcore/asobj/Camera_as.cpp _input->requestMode(width, height, fps, favorArea); height 299 libcore/asobj/Camera_as.cpp const double height = nargs > 1 ? toNumber(fn.arg(1), getVM(fn)) : 120; height 305 libcore/asobj/Camera_as.cpp const size_t reqHeight = std::max<double>(height, 0); height 422 libcore/asobj/Camera_as.cpp return as_value(ptr->height()); height 1189 libcore/asobj/NetStream_as.cpp return _videoDecoder->height(); height 239 libcore/asobj/TextField_as.cpp int height = toInt(fn.arg(5), getVM(fn)); height 240 libcore/asobj/TextField_as.cpp if ( height < 0 ) height 244 libcore/asobj/TextField_as.cpp " - reverting sign"), height); height 246 libcore/asobj/TextField_as.cpp height = -height; height 249 libcore/asobj/TextField_as.cpp SWFRect bounds(0, 0, pixelsToTwips(width), pixelsToTwips(height)); height 457 libcore/asobj/TextField_as.cpp return as_value(twipsToPixels(ptr->getTextBoundingBox().height())); height 601 libcore/asobj/TextFormat_as.cpp double height = size; height 615 libcore/asobj/TextFormat_as.cpp height += size; height 625 libcore/asobj/TextFormat_as.cpp obj->init_member("textFieldHeight", twipsToPixels(height) + 4); height 629 libcore/asobj/TextFormat_as.cpp obj->init_member("height", twipsToPixels(height)); height 120 libcore/asobj/flash/display/BitmapData_as.cpp if (x >= width() || y >= height()) return; height 130 libcore/asobj/flash/display/BitmapData_as.cpp if (x >= width() || y >= height()) return; height 148 libcore/asobj/flash/display/BitmapData_as.cpp if (x >= width() || y >= height()) return 0; height 159 libcore/asobj/flash/display/BitmapData_as.cpp if (x >= static_cast<int>(width()) || y >= static_cast<int>(height())) { height 181 libcore/asobj/flash/display/BitmapData_as.cpp h = std::min<size_t>(height() - y, h); height 235 libcore/asobj/flash/display/BitmapData_as.cpp if (startx >= width() || starty >= height()) return; height 290 libcore/asobj/flash/display/BitmapData_as.cpp if (y + 1 < height()) { height 371 libcore/asobj/flash/display/BitmapData_as.cpp const size_t height = bm->height(); height 375 libcore/asobj/flash/display/BitmapData_as.cpp im.reset(new image::ImageRGBA(width, height)); height 378 libcore/asobj/flash/display/BitmapData_as.cpp im.reset(new image::ImageRGB(width, height)); height 690 libcore/asobj/flash/display/BitmapData_as.cpp if (x >= ptr->width() || y >= ptr->height()) { height 714 libcore/asobj/flash/display/BitmapData_as.cpp if (x >= ptr->width() || y >= ptr->height()) { height 763 libcore/asobj/flash/display/BitmapData_as.cpp return as_value(ptr->height()); height 797 libcore/asobj/flash/display/BitmapData_as.cpp args += 0.0, 0.0, ptr->width(), ptr->height(); height 834 libcore/asobj/flash/display/BitmapData_as.cpp const size_t height = im.height(); height 836 libcore/asobj/flash/display/BitmapData_as.cpp if (width > 2880 || height > 2880) { height 842 libcore/asobj/flash/display/BitmapData_as.cpp newImage.reset(new image::ImageRGBA(width, height)); height 845 libcore/asobj/flash/display/BitmapData_as.cpp newImage.reset(new image::ImageRGB(width, height)); height 885 libcore/asobj/flash/display/BitmapData_as.cpp size_t height = toInt(fn.arg(1), getVM(fn)); height 889 libcore/asobj/flash/display/BitmapData_as.cpp if (width > 2880 || height > 2880 || width < 1 || height < 1) { height 899 libcore/asobj/flash/display/BitmapData_as.cpp im.reset(new image::ImageRGBA(width, height)); height 902 libcore/asobj/flash/display/BitmapData_as.cpp im.reset(new image::ImageRGB(width, height)); height 971 libcore/asobj/flash/display/BitmapData_as.cpp if (x >= bd.width() || y >= bd.height()) return bd.end(); height 79 libcore/asobj/flash/display/BitmapData_as.h size_t height() const { height 81 libcore/asobj/flash/display/BitmapData_as.h return data()->height(); height 438 libcore/asobj/flash/geom/Rectangle_as.cpp as_value height = getMember(*ptr, NSV::PROP_HEIGHT); height 439 libcore/asobj/flash/geom/Rectangle_as.cpp newAdd(b, height, getVM(fn)); height 443 libcore/asobj/flash/geom/Rectangle_as.cpp as_value height = fn.arg(0); height 444 libcore/asobj/flash/geom/Rectangle_as.cpp subtract(height, y, getVM(fn)); height 445 libcore/asobj/flash/geom/Rectangle_as.cpp ptr->set_member(NSV::PROP_HEIGHT, height); height 75 libcore/parser/BitmapMovieDefinition.h return std::ceil(twipsToPixels(_framesize.height())); height 197 libcore/parser/SWFMovieDefinition.h return std::ceil(twipsToPixels(m_frame_size.height())); height 390 libcore/swf/DefineBitsTag.cpp const size_t imHeight = im->height(); height 416 libcore/swf/DefineBitsTag.cpp const boost::uint16_t height = in.read_u16(); height 420 libcore/swf/DefineBitsTag.cpp "w = %d, h = %d"), tag, bitmap_format, width, height); height 424 libcore/swf/DefineBitsTag.cpp if (!width || !height) { height 442 libcore/swf/DefineBitsTag.cpp image.reset(new image::ImageRGB(width, height)); height 446 libcore/swf/DefineBitsTag.cpp image.reset(new image::ImageRGBA(width, height)); height 459 libcore/swf/DefineBitsTag.cpp "tag"), width, height); height 488 libcore/swf/DefineBitsTag.cpp const size_t bufSize = colorTableSize * channels + pitch * height; height 501 libcore/swf/DefineBitsTag.cpp for (size_t j = 0; j < height; ++j) { height 523 libcore/swf/DefineBitsTag.cpp for (size_t j = 0; j < height; ++j) { height 549 libcore/swf/DefineBitsTag.cpp for (size_t j = 0; j < height; ++j) { height 137 libcore/swf/TextRecord.h void setTextHeight(boost::uint16_t height) { height 138 libcore/swf/TextRecord.h _textHeight = height; height 455 libmedia/MediaParser.cpp << "size:" << vi.width << "x" << vi.height << " - " height 319 libmedia/MediaParser.h height(heighti), height 328 libmedia/MediaParser.h boost::uint16_t height; height 51 libmedia/VideoConverter.h height(h), height 75 libmedia/VideoConverter.h size_t height; // in pixels height 83 libmedia/VideoDecoder.h virtual int height() const = 0; height 80 libmedia/VideoInput.h virtual size_t height() const = 0; height 94 libmedia/VideoInput.h virtual void requestMode(size_t width, size_t height, double fps, height 446 libmedia/ffmpeg/MediaParserFfmpeg.cpp boost::uint16_t height = _videoStream->codec->height; height 460 libmedia/ffmpeg/MediaParserFfmpeg.cpp _videoInfo.reset(new VideoInfo(codec, width, height, frameRate, height 138 libmedia/ffmpeg/VideoConverterFfmpeg.cpp const int height = src.height; height 148 libmedia/ffmpeg/VideoConverterFfmpeg.cpp _swsContext.reset(new SwsContextWrapper(sws_getContext(width, height, height 149 libmedia/ffmpeg/VideoConverterFfmpeg.cpp src_pixFmt, width, height, dst_pixFmt, SWS_BILINEAR, NULL, NULL, height 167 libmedia/ffmpeg/VideoConverterFfmpeg.cpp int bufsize = avpicture_get_size(dst_pixFmt, width, height); height 175 libmedia/ffmpeg/VideoConverterFfmpeg.cpp avpicture_fill(&dstpicture, dstbuffer, dst_pixFmt, width, height); height 180 libmedia/ffmpeg/VideoConverterFfmpeg.cpp height); height 184 libmedia/ffmpeg/VideoConverterFfmpeg.cpp srcpicture.linesize, 0, height, dstpicture.data, height 192 libmedia/ffmpeg/VideoConverterFfmpeg.cpp src.height)); height 120 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp init(codec_id, width, height); height 165 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp init(codec_id, info.width, info.height, extradata, extradataSize); height 235 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp return _videoCodecCtx->getContext()->height; height 246 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp const int height = srcCtx->height; height 276 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp sws_getContext(width, height, srcPixFmt, width, height, height 293 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp int bufsize = avpicture_get_size(pixFmt, width, height); height 299 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp im.reset(new image::ImageRGBA(width, height)); height 302 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp im.reset(new image::ImageRGB(width, height)); height 314 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp avpicture_fill(&picture, im->begin(), pixFmt, width, height); height 318 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp srcPixFmt, width, height); height 327 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp const_cast<int*>(srcFrame->linesize), 0, height, picture.data, height 494 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp if (vactx->initDecoder(avctx->width, avctx->height)) { height 513 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp if (!vactx->initDecoder(avctx->width, avctx->height)) return -1; height 50 libmedia/ffmpeg/VideoDecoderFfmpeg.h DSOEXPORT VideoDecoderFfmpeg(videoCodecType format, int width, int height); height 64 libmedia/ffmpeg/VideoDecoderFfmpeg.h int height() const; height 86 libmedia/ffmpeg/VideoDecoderFfmpeg.h void init(enum CodecID format, int width, int height, height 109 libmedia/ffmpeg/VideoDecoderFfmpegVaapi.cpp if (!_context->initDecoder(width, height)) height 66 libmedia/ffmpeg/VideoDecoderFfmpegVaapi.h bool initDecoder(unsigned int width, unsigned int height); height 47 libmedia/ffmpeg/VideoInputFfmpeg.cpp _height = height; height 72 libmedia/ffmpeg/VideoInputFfmpeg.h size_t height() const { return _height; } height 86 libmedia/ffmpeg/VideoInputFfmpeg.h void requestMode(size_t width, size_t height, double fps, bool favorArea); height 97 libmedia/gst/MediaHandlerGst.cpp int height = info.height; height 108 libmedia/gst/MediaHandlerGst.cpp std::auto_ptr<VideoDecoder> ret( new VideoDecoderGst(format, width, height, extradata, datasize) ); height 82 libmedia/gst/VideoConverterGst.cpp "height", G_TYPE_INT, src.height, height 93 libmedia/gst/VideoConverterGst.cpp "height", G_TYPE_INT, src.height, height 152 libmedia/gst/VideoConverterGst.cpp GST_BUFFER_SIZE(retbuffer), src.width, src.height)); height 42 libmedia/gst/VideoDecoderGst.h gnashGstBuffer(GstBuffer* buf, int width, int height) height 43 libmedia/gst/VideoDecoderGst.h : image::ImageRGB(NULL, width, height), height 75 libmedia/gst/VideoDecoderGst.h VideoDecoderGst(videoCodecType codec_type, int width, int height, height 94 libmedia/gst/VideoDecoderGst.h int height() const; height 344 libmedia/gst/VideoInputGst.cpp _height = height; height 576 libmedia/gst/VideoInputGst.cpp video_format->height); height 740 libmedia/gst/VideoInputGst.cpp const GValue *width, *height; height 755 libmedia/gst/VideoInputGst.cpp height = gst_structure_get_value (structure, "height"); height 763 libmedia/gst/VideoInputGst.cpp gst_structure_get_int (structure, "height", &(video_format.height)); height 772 libmedia/gst/VideoInputGst.cpp min_height = gst_value_get_int_range_min (height); height 773 libmedia/gst/VideoInputGst.cpp max_height = gst_value_get_int_range_max (height); height 783 libmedia/gst/VideoInputGst.cpp video_format.height = cur_height; height 797 libmedia/gst/VideoInputGst.cpp video_format.height = cur_height; height 917 libmedia/gst/VideoInputGst.cpp format->height, height 921 libmedia/gst/VideoInputGst.cpp format->height, height 1090 libmedia/gst/VideoInputGst.cpp format->height, height 1094 libmedia/gst/VideoInputGst.cpp format->height, height 1577 libmedia/gst/VideoInputGst.cpp height = -1; height 85 libmedia/gst/VideoInputGst.h gint height; height 153 libmedia/gst/VideoInputGst.h size_t height() const { return _height; } height 167 libmedia/gst/VideoInputGst.h void requestMode(size_t width, size_t height, double fps, bool favorArea); height 61 libmedia/haiku/VideoDecoderHaiku.h int height() const; height 47 libmedia/haiku/VideoInputHaiku.cpp _height = height; height 71 libmedia/haiku/VideoInputHaiku.h size_t height() const { return _height; } height 85 libmedia/haiku/VideoInputHaiku.h void requestMode(size_t width, size_t height, double fps, bool favorArea); height 334 librender/agg/Renderer_agg.cpp _rbuf.attach(_buffer.get(), width, height, width); height 739 librender/agg/Renderer_agg.cpp double vscaleY = bounds->height() / height 740 librender/agg/Renderer_agg.cpp static_cast<double>(frame->height()); height 884 librender/agg/Renderer_agg.cpp const size_t height = im.height(); height 887 librender/agg/Renderer_agg.cpp in->init_buffer(im.begin(), width * height, width, height, stride); height 49 librender/agg/Renderer_agg.h virtual bool initTestBuffer(unsigned width, unsigned height) { height 50 librender/agg/Renderer_agg.h int size = width * height * getBytesPerPixel(); height 54 librender/agg/Renderer_agg.h init_buffer(_testBuffer, size, width, height, width * getBytesPerPixel()); height 57 librender/agg/Renderer_agg_bitmap.h int get_height() const { return _image->height(); } height 364 librender/agg/Renderer_agg_style.h BitmapStyle(int width, int height, int rowlen, boost::uint8_t* data, height 369 librender/agg/Renderer_agg_style.h m_rbuf(data, width, height, rowlen), height 73 librender/cairo/Renderer_cairo.cpp for (size_t y = 0; y < im->height(); y++) height 87 librender/cairo/Renderer_cairo.cpp for (size_t y = 0; y < im->height(); y++) height 452 librender/cairo/Renderer_cairo.cpp int buf_size = im->width() * im->height() * 4; height 461 librender/cairo/Renderer_cairo.cpp return new bitmap_info_cairo(buffer, im->width(), im->height(), 4, height 469 librender/cairo/Renderer_cairo.cpp return new bitmap_info_cairo(buffer, im->width(), im->height(), 4, height 494 librender/cairo/Renderer_cairo.cpp int h = frame->height(); height 498 librender/cairo/Renderer_cairo.cpp double h_scale = bounds->height() / h; height 553 librender/cairo/Renderer_cairo.cpp range.height()); height 1070 librender/cairo/Renderer_cairo.cpp cairo_image_surface_create (CAIRO_FORMAT_ARGB32, width, height); height 1121 librender/cairo/Renderer_cairo.cpp int height = cairo_image_surface_get_height(surface); height 1124 librender/cairo/Renderer_cairo.cpp if (x >= width || y >= height) { height 125 librender/cairo/Renderer_cairo.h bool initTestBuffer(unsigned width, unsigned height); height 241 librender/opengl/Renderer_ogl.cpp height)) { height 250 librender/opengl/Renderer_ogl.cpp " and height %d.", width, height); height 586 librender/opengl/Renderer_ogl.cpp if (_img->height() == 1) { height 592 librender/opengl/Renderer_ogl.cpp if (!isEven(_img->width()) || !isEven(_img->height())) { height 598 librender/opengl/Renderer_ogl.cpp upload(_img->begin(), _img->width(), _img->height()); height 604 librender/opengl/Renderer_ogl.cpp if (_img->height() != 1) { height 605 librender/opengl/Renderer_ogl.cpp while (h < _img->height()) { h <<= 1; } height 613 librender/opengl/Renderer_ogl.cpp _img->height(), GL_UNSIGNED_BYTE, _img->begin(), w, h, height 638 librender/opengl/Renderer_ogl.cpp glTexImage2D(_ogl_img_type, 0, _pixel_format, width, height, height 778 librender/opengl/Renderer_ogl.cpp new image::ImageRGBA(im->width(), im->height())); height 818 librender/opengl/Renderer_ogl.cpp (*it)->height() == frame->height() && height 840 librender/opengl/Renderer_ogl.cpp frame->height(), height 849 librender/opengl/Renderer_ogl.cpp frame->height(), height 857 librender/opengl/Renderer_ogl.cpp assert(texture->height() == frame->height()); height 1846 librender/opengl/Renderer_ogl.cpp (int)twipsToPixels(area.width()), (int)twipsToPixels(area.height())); height 1860 librender/opengl/Renderer_ogl.cpp _offscreen.reset(new OSRenderMesa(width, height)); height 1978 librender/opengl/Renderer_ogl.cpp for (size_t j = 0; j < im->height(); j++) height 1982 librender/opengl/Renderer_ogl.cpp float radiusy = (im->height() - 1) / 2.0f; height 182 libvaapi/VaapiContext.cpp VaapiSurfaceSP surface(new VaapiSurface(width, height)); height 192 libvaapi/VaapiContext.cpp width, height, height 201 libvaapi/VaapiContext.cpp _picture_height = height; height 230 libvaapi/VaapiContext.cpp if (_picture_width == width && _picture_height == height) { height 235 libvaapi/VaapiContext.cpp return createContext(width, height); height 67 libvaapi/VaapiContext.h bool createContext(unsigned int width, unsigned int height); height 75 libvaapi/VaapiContext.h bool initDecoder(unsigned int width, unsigned int height); height 43 libvaapi/VaapiImage.cpp if (!create(width, height)) { height 77 libvaapi/VaapiImage.cpp width, height, height 48 libvaapi/VaapiImage.h bool create(unsigned int width, unsigned int height); height 55 libvaapi/VaapiImage.h unsigned int height, height 69 libvaapi/VaapiImage.h unsigned int height() const { return _image.height; } height 53 libvaapi/VaapiSurface.cpp if (width == 0 || height == 0) { height 65 libvaapi/VaapiSurface.cpp width, height, VA_RT_FORMAT_YUV420, height 107 libvaapi/VaapiSurface.cpp VaapiImage background(width(), height(), VAAPI_IMAGE_NV12); height 116 libvaapi/VaapiSurface.cpp for (i = 0; i < background.height(); i++, Y += stride) { height 123 libvaapi/VaapiSurface.cpp for (i = 0; i < background.height()/2; i++, UV += stride) { height 136 libvaapi/VaapiSurface.cpp 0, 0, background.width(), background.height(), height 137 libvaapi/VaapiSurface.cpp 0, 0, width(), height()); height 167 libvaapi/VaapiSurface.cpp src_rect.width, src_rect.height, height 169 libvaapi/VaapiSurface.cpp dst_rect.width, dst_rect.height, height 37 libvaapi/VaapiSurface.h { x = 0; y = 0; width = w; height = h; } height 40 libvaapi/VaapiSurface.h { x = x_; y = y_; width = w; height = h; } height 53 libvaapi/VaapiSurface.h VaapiSurfaceImplBase(unsigned int width, unsigned int height); height 63 libvaapi/VaapiSurface.h unsigned int height() const { return _height; } height 79 libvaapi/VaapiSurface.h VaapiSurface(unsigned int width, unsigned int height); height 91 libvaapi/VaapiSurface.h unsigned int height() const { return _impl->height(); } height 46 libvaapi/VaapiSurfaceGLX.h unsigned int height() const { return _impl->height(); } height 269 plugin/aos4/plugin.cpp _height = aWindow->height; height 502 plugin/klash/klash_part.cpp case height: height 503 plugin/klash/klash_part.cpp rval.setNum (player->height ()); height 574 plugin/klash/klash_part.cpp m_embed->setGeometry (0, 0, width (), height ()); height 140 plugin/klash/klash_part.h int height () const {return m_height; } height 512 plugin/klash4/klash_part.cpp case height: height 513 plugin/klash4/klash_part.cpp rval.setNum (player->height ()); height 584 plugin/klash4/klash_part.cpp m_embed->setGeometry (0, 0, width (), height ()); height 139 plugin/klash4/klash_part.h int height () const {return m_height; } height 506 plugin/npapi/plugin.cpp << ", Height = " << aWindow->height height 552 plugin/npapi/plugin.cpp aWindow->x, aWindow->y, aWindow->width, aWindow->height, height 562 plugin/npapi/plugin.cpp _height = aWindow->height; height 269 plugin/win32/plugin.cpp _height = aWindow->height; height 112 testsuite/DummyMovieDefinition.h return _framesize.height()/20; height 160 testsuite/libbase.all/Range2dTest.cpp Range2d<float>(0, 0, 40, 80).scale(1.2, 1.0/20).height(), height 39 testsuite/misc-ming.all/RemoveObject2Test.c SWFShape_drawLineTo(sh, x, y+height); height 40 testsuite/misc-ming.all/RemoveObject2Test.c SWFShape_drawLineTo(sh, x+width, y+height); height 64 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c x, y+height, height 65 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c x+width, y+height, height 70 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c x+5, y+height-5, height 71 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.c x+width-5, y+height-5, height 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); height 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); height 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); height 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); height 84 testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test11.c mc = get_static_mc(width, height); height 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); height 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); height 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); height 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); height 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); height 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); height 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); height 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); height 57 testsuite/misc-ming.all/masks_test.c x, y+height, height 58 testsuite/misc-ming.all/masks_test.c x+width, y+height, height 73 testsuite/misc-ming.all/masks_test.c sh = make_fill_square (0, 0, width, height, r, g, b, r, g, b); height 92 testsuite/misc-ming.all/masks_test.c sh = make_fill_square (-(width/2), -(height/2), width, height, 255, 0, 0, 255, 0, 0); height 46 testsuite/misc-ming.all/matrix_test.c sh = make_fill_square (-(width/2), -(height/2), width, height, 255, 0, 0, 255, 0, 0); height 50 testsuite/misc-ming.all/matrix_test.c sh = make_square (-(width/2)+5, -(height/2)+5, width-10, height-10, 0, 0, 0); height 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); height 54 testsuite/misc-ming.all/ming_utils.c SWFTextField_setBounds(tf, width, height); height 108 testsuite/misc-ming.all/ming_utils.c SWFTextField_setBounds(tf, width, height); height 142 testsuite/misc-ming.all/ming_utils.c SWFShape_drawLineTo(sh, x, y+height); height 143 testsuite/misc-ming.all/ming_utils.c SWFShape_drawLineTo(sh, x+width, y+height); height 158 testsuite/misc-ming.all/ming_utils.c SWFShape_drawLineTo(sh, x, y+height); height 159 testsuite/misc-ming.all/ming_utils.c SWFShape_drawLineTo(sh, x+width, y+height); height 337 testsuite/misc-ming.all/ming_utils.c add_xtrace_function_clip(mc, font, depth, x, y, width, height); height 352 testsuite/misc-ming.all/ming_utils.c add_xtrace_function(mo, font, depth, x, y, width, height); height 44 testsuite/misc-ming.all/morph_test1.c SWFShape_drawLineTo(sh, x, y+height); height 45 testsuite/misc-ming.all/morph_test1.c SWFShape_drawLineTo(sh, x+width, y+height); height 70 testsuite/misc-ming.all/replace_buttons1test.c sh = make_fill_square (0, 0, width, height, r, g, b, r, g, b); height 81 testsuite/misc-ming.all/replace_buttons1test.c sh = make_fill_square (0, 0, width, height, r, g, b, r, g, b); height 91 testsuite/misc-ming.all/replace_buttons1test.c SWFShape sh = get_shape(width, height, r, g, b); height 108 testsuite/misc-ming.all/replace_buttons1test.c mc = get_static_mc(width, height, 255, 0, 0); height 70 testsuite/misc-ming.all/replace_shapes1test.c sh = make_fill_square (0, 0, width, height, r, g, b, r, g, b); height 78 testsuite/misc-ming.all/replace_shapes1test.c SWFShape sh = get_shape(width, height, r, g, b); height 95 testsuite/misc-ming.all/replace_shapes1test.c mc = get_static_mc(width, height, 255, 0, 0); height 68 testsuite/misc-ming.all/replace_sprites1test.c sh = make_fill_square (0, 0, width, height, r, g, b, r, g, b); height 76 testsuite/misc-ming.all/replace_sprites1test.c SWFShape sh = get_shape(width, height, r, g, b); height 93 testsuite/misc-ming.all/replace_sprites1test.c mc = get_static_mc(width, height, 255, 0, 0); height 75 testsuite/movies.all/gravity_embedded-TestRunner.cpp check_equals(loaded->getBounds().height(), 2056);