_height 203 gui/Player.cpp _height(0),
_height 481 gui/Player.cpp if (! _height) {
_height 482 gui/Player.cpp _height = static_cast<size_t>(movie_height * _scale);
_height 485 gui/Player.cpp if (!_width || !_height) {
_height 488 gui/Player.cpp _width, _height);
_height 490 gui/Player.cpp if (!_height) _height = 1;
_height 497 gui/Player.cpp _gui->createWindow(_url.c_str(), _width, _height, _xPosition, _yPosition);
_height 100 gui/Player.h void setHeight(size_t h) { _height = h; }
_height 101 gui/Player.h size_t getHeight() const { return _height; }
_height 288 gui/Player.h size_t _height;
_height 182 gui/aos4/aos4.cpp uint32 new_width = _width, new_height = _height;
_height 622 gui/aos4/aos4.cpp _height = height;
_height 630 gui/aos4/aos4.cpp _glue.prepDrawingArea(_width, _height);
_height 138 gui/aos4/aos4_agg_glue.cpp saveOrigiginalDimension(_width,_height,_xPosition,_yPosition);
_height 173 gui/aos4/aos4_agg_glue.cpp _height = _orig_height;
_height 177 gui/aos4/aos4_agg_glue.cpp resize(_width, _height);
_height 191 gui/aos4/aos4_agg_glue.cpp _height = height;
_height 200 gui/aos4/aos4_agg_glue.cpp top = (_menu_screen->Height-_height)/2;
_height 294 gui/aos4/aos4_agg_glue.cpp IP96->p96WritePixelArray(&ri,0,0,_window->RPort,_window->BorderLeft,_window->BorderTop,_width,_height);
_height 296 gui/aos4/aos4_agg_glue.cpp IP96->p96WritePixelArray(&ri,0,0,_window->RPort,0,0,_width,_height);
_height 66 gui/aos4/aos4_agg_glue.h int _height;
_height 148 gui/aos4/aos4_cairo_glue.cpp saveOrigiginalDimension(_width,_height);
_height 181 gui/aos4/aos4_cairo_glue.cpp _height = _orig_height;
_height 183 gui/aos4/aos4_cairo_glue.cpp resize(_width, _height);
_height 195 gui/aos4/aos4_cairo_glue.cpp _height = height;
_height 202 gui/aos4/aos4_cairo_glue.cpp top=(_menu_screen->Height-_height)/2;
_height 289 gui/aos4/aos4_cairo_glue.cpp IP96->p96WritePixelArray(&ri,0,0,_window->RPort,_window->BorderLeft,_window->BorderTop,_width,_height);
_height 291 gui/aos4/aos4_cairo_glue.cpp IP96->p96WritePixelArray(&ri,0,0,_window->RPort,0,0,_width,_height);
_height 70 gui/aos4/aos4_cairo_glue.h int _height;
_height 170 gui/aqua/aqua.cpp _height = height;
_height 191 gui/aqua/aqua.cpp assert(_glue.prepDrawingArea(_width, _height, GetWindowPort(myWindow)));
_height 257 gui/dump/dump.cpp _height = height;
_height 258 gui/dump/dump.cpp _validbounds.setTo(0, 0, _width-1, _height-1);
_height 259 gui/dump/dump.cpp setRenderHandlerSize(_width, _height);
_height 348 gui/dump/dump.cpp if (_offscreenbuf.get() && (width == _width) && (height == _height)) {
_height 353 gui/dump/dump.cpp _height = height;
_height 355 gui/dump/dump.cpp "HEIGHT=" << _height << std::endl;
_height 384 gui/dump/dump.cpp _height,
_height 286 gui/fb/fb.cpp _height = var_screeninfo.yres;
_height 296 gui/fb/fb.cpp _height = clamp<int>(atoi(optarg), 1, _height);
_height 310 gui/fb/fb.cpp if ( _ypos < 0 ) _ypos += var_screeninfo.yres - _height;
_height 311 gui/fb/fb.cpp _ypos = clamp<int>(_ypos, 0, var_screeninfo.yres-_height);
_height 313 gui/fb/fb.cpp log_debug("Width:%d, Height:%d", _width, _height);
_height 316 gui/fb/fb.cpp _validbounds.setTo(0, 0, _width - 1, _height - 1);
_height 375 gui/fb/fb.cpp agg_handler->init_buffer(mem, size, _width, _height, m_rowsize);
_height 79 gui/fltk/fltk.cpp Range2d<int> bounds(0, 0, _width, _height);
_height 81 gui/fltk/fltk_glue_agg.cpp _height = height;
_height 83 gui/fltk/fltk_glue_agg.cpp _validbounds.setTo(0, 0, _width-1, _height-1);
_height 53 gui/fltk/fltk_glue_agg.h int _height;
_height 875 gui/gtk/gtk.cpp assert(_height>0);
_height 878 gui/gtk/gtk.cpp _height = height;
_height 880 gui/gtk/gtk.cpp _validbounds.setTo(0, 0, _width, _height);
_height 100 gui/gui.cpp _height(1),
_height 144 gui/gui.cpp _height(1),
_height 309 gui/gui.cpp _yscale = (swfheight == 0.0f) ? 1.0f : _height / swfheight;
_height 323 gui/gui.cpp _yscale = (swfheight == 0.0f) ? 1.0f : _height / swfheight;
_height 337 gui/gui.cpp _yscale = (swfheight == 0.0f) ? 1.0f : _height / swfheight;
_height 397 gui/gui.cpp float diffHeight = _height-defHeight;
_height 405 gui/gui.cpp float diffHeight = _height-defHeight;
_height 447 gui/gui.cpp _height = height;
_height 448 gui/gui.cpp _validbounds.setTo(0, 0, _width, _height);
_height 661 gui/gui.cpp if ( newy >= _height ) newy = _height-1;
_height 929 gui/gui.cpp resize_view(_width, _height);
_height 505 gui/gui.h int _height;
_height 413 gui/haiku/haiku.cpp _height = height;
_height 425 gui/haiku/haiku.cpp _glue.prepDrawingArea(_width, _height, 0/*sdl_flags*/);
_height 518 gui/haiku/haiku.cpp bool b = _app->CreateWindow(_width, _height, 0, 0,
_height 54 gui/haiku/haiku_agg_glue.cpp _bitmap->SetBits(_buf, _width * _height * 4, 0, B_RGBA32);
_height 60 gui/haiku/haiku_agg_glue.cpp int32 _height;
_height 67 gui/haiku/haiku_agg_glue.cpp _buf(NULL), _width(0), _height(0), _bitmap(NULL), _gui(gui), _pressedbuttons(0)
_height 81 gui/haiku/haiku_agg_glue.cpp _height = height;
_height 86 gui/haiku/haiku_agg_glue.cpp _bitmap = new BBitmap(BRect(0,0,_width-1, _height-1), B_RGBA32);
_height 219 gui/haiku/haiku_agg_glue.cpp _height(0),
_height 324 gui/haiku/haiku_agg_glue.cpp _view->SetBuffer(_offscreenbuf, _width, _height);
_height 335 gui/haiku/haiku_agg_glue.cpp if (_width == width && _height == height)
_height 419 gui/haiku/haiku_agg_glue.cpp _height = height;
_height 69 gui/haiku/haiku_agg_glue.h int _width, _height;
_height 38 gui/kde/Kde4GlueAgg.cpp _height(0),
_height 67 gui/kde/Kde4GlueAgg.cpp _height = height;
_height 83 gui/kde/Kde4GlueAgg.cpp renderer->init_buffer(_offscreenbuf.get(), bufsize, _width, _height,
_height 86 gui/kde/Kde4GlueAgg.cpp _image.reset(new QImage(_offscreenbuf.get(), _width, _height, QImage::Format_RGB32));
_height 93 gui/kde/Kde4GlueAgg.cpp QRect r(0, 0, _width, _height);
_height 56 gui/kde/Kde4GlueAgg.h int _height;
_height 37 gui/kde/Kde4GlueCairo.cpp _height(0),
_height 64 gui/kde/Kde4GlueCairo.cpp _height = height;
_height 80 gui/kde/Kde4GlueCairo.cpp int bufsize = _width * _height * 4;
_height 83 gui/kde/Kde4GlueCairo.cpp _width, _height, qtFormat));
_height 91 gui/kde/Kde4GlueCairo.cpp _offscreenbuf.get(), cairoFormat, _width, _height,
_height 111 gui/kde/Kde4GlueCairo.cpp QRect r(0, 0, _width, _height);
_height 58 gui/kde/Kde4GlueCairo.h int _height;
_height 40 gui/kde/Kde4GlueOgl.cpp _height(0),
_height 52 gui/kde/Kde4GlueOgl.h int _height;
_height 171 gui/kde/Kde4Gui.cpp _height = height;
_height 173 gui/kde/Kde4Gui.cpp _drawingWidget->setMinimumSize(_width, _height);
_height 188 gui/kde/Kde4Gui.cpp _height=winAttributes.height;
_height 205 gui/kde/Kde4Gui.cpp _validbounds.setTo(0, 0, _width, _height);
_height 206 gui/kde/Kde4Gui.cpp _glue->initBuffer(_width, _height);
_height 222 gui/kde/Kde4Gui.cpp _height = height;
_height 224 gui/kde/Kde4Gui.cpp _drawingWidget->setMinimumSize(_width, _height);
_height 115 gui/kde/kde.cpp _height = height;
_height 44 gui/kde/kde_glue_agg.cpp _height(0),
_height 95 gui/kde/kde_glue_agg.cpp _height = height;
_height 97 gui/kde/kde_glue_agg.cpp _validbounds.setTo(0, 0, _width, _height);
_height 100 gui/kde/kde_glue_agg.cpp _qimage.reset(new QImage(_offscreenbuf.get(), _width, _height, 32 /* bits per pixel */,
_height 54 gui/kde/kde_glue_agg.h int _height;
_height 158 gui/riscos/riscos.cpp _height = height;
_height 211 gui/riscos/riscos.cpp m_draw_maxy = _height - 1;
_height 221 gui/riscos/riscos.cpp m_draw_miny = valid_coord(m_draw_miny - 2, _height);
_height 223 gui/riscos/riscos.cpp m_draw_maxy = valid_coord(m_draw_maxy + 2, _height);
_height 38 gui/riscos/riscos_glue_agg.cpp _height(0),
_height 84 gui/riscos/riscos_glue_agg.cpp if (width == _width && height == _height)
_height 109 gui/riscos/riscos_glue_agg.cpp _height = height;
_height 118 gui/riscos/riscos_glue_agg.cpp _height,
_height 126 gui/riscos/riscos_glue_agg.cpp render(x, y, 0, 0, _width, _height);
_height 43 gui/riscos/riscos_glue_agg.h int _width, _height, _bpp;
_height 178 gui/sdl/sdl.cpp _height = height;
_height 190 gui/sdl/sdl.cpp _glue.prepDrawingArea(_width, _height, sdl_flags);
_height 55 libbase/GnashImage.cpp _height(height),
_height 117 libbase/GnashImage.cpp assert(y < _height);
_height 108 libbase/GnashImage.h return stride() * _height;
_height 136 libbase/GnashImage.h return _height;
_height 208 libbase/GnashImage.h const size_t _height;
_height 347 libbase/GnashImage.h _height(height),
_height 383 libbase/GnashImage.h const size_t _height;
_height 576 libbase/GnashImageJpeg.cpp m_cinfo.image_height = _height;
_height 599 libbase/GnashImageJpeg.cpp for (size_t y = 0; y < _height; ++y) {
_height 610 libbase/GnashImageJpeg.cpp const size_t size = _width * _height;
_height 359 libbase/GnashImagePng.cpp boost::scoped_array<const png_byte*> rows(new const png_byte*[_height]);
_height 364 libbase/GnashImagePng.cpp for (size_t y = 0; y < _height; ++y) {
_height 371 libbase/GnashImagePng.cpp png_set_IHDR(_pngPtr, _infoPtr, _width, _height,
_height 384 libbase/GnashImagePng.cpp boost::scoped_array<const png_byte*> rows(new const png_byte*[_height]);
_height 389 libbase/GnashImagePng.cpp for (size_t y = 0; y < _height; ++y) {
_height 396 libbase/GnashImagePng.cpp png_set_IHDR(_pngPtr, _infoPtr, _width, _height,
_height 140 libbase/GnashTexture.cpp _height(height),
_height 168 libbase/GnashTexture.cpp assert(_height > 0);
_height 169 libbase/GnashTexture.cpp if (_width == 0 || _height == 0)
_height 182 libbase/GnashTexture.cpp glTexImage2D(GL_TEXTURE_2D, 0, internal_format(), _width, _height, 0,
_height 231 libbase/GnashTexture.cpp D(bug("GnashTexture::update(): data %p, size %dx%d\n", data, _width, _height));
_height 235 libbase/GnashTexture.cpp 0, 0, _width, _height,
_height 53 libbase/GnashTexture.h unsigned int _height;
_height 85 libbase/GnashTexture.h { return _height; }
_height 51 libbase/GnashVaapiImage.cpp _surface->get(), _width, _height);
_height 50 libbase/GnashVaapiImageProxy.h const size_t _height;
_height 54 libbase/GnashVaapiImageProxy.h : _surface(image->surface()), _x(x), _y(y), _width(w), _height(h)
_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 42 libcore/Bitmap.cpp pixelsToTwips(_width), pixelsToTwips(_height)));
_height 81 libcore/Bitmap.cpp const int h = pixelsToTwips(_height);
_height 113 libcore/Bitmap.h size_t _height;
_height 80 libcore/swf/DefineVideoStreamTag.cpp _height = in.read_u16();
_height 83 libcore/swf/DefineVideoStreamTag.cpp m_bound.expand_to_point(pixelsToTwips(_width), pixelsToTwips(_height));
_height 101 libcore/swf/DefineVideoStreamTag.cpp _videoInfo.reset(new media::VideoInfo(m_codec_id, _width, _height,
_height 210 libcore/swf/DefineVideoStreamTag.h boost::uint32_t _height;
_height 31 libmedia/ffmpeg/VideoInputFfmpeg.cpp _height(120),
_height 47 libmedia/ffmpeg/VideoInputFfmpeg.cpp _height = height;
_height 72 libmedia/ffmpeg/VideoInputFfmpeg.h size_t height() const { return _height; }
_height 148 libmedia/ffmpeg/VideoInputFfmpeg.h size_t _height;
_height 50 libmedia/gst/VideoDecoderGst.cpp return _height;
_height 206 libmedia/gst/VideoDecoderGst.cpp gst_structure_get_int (structure, "height", &_height);
_height 210 libmedia/gst/VideoDecoderGst.cpp std::auto_ptr<image::GnashImage> ret(new gnashGstBuffer(buffer, _width, _height));
_height 99 libmedia/gst/VideoDecoderGst.h int _height;
_height 298 libmedia/gst/VideoInputGst.cpp _height(120),
_height 344 libmedia/gst/VideoInputGst.cpp _height = height;
_height 852 libmedia/gst/VideoInputGst.cpp ss << _width << 'x' << _height;
_height 856 libmedia/gst/VideoInputGst.cpp if (_width != 0 && _height != 0) {
_height 1006 libmedia/gst/VideoInputGst.cpp ss << _width << 'x' << _height;
_height 1010 libmedia/gst/VideoInputGst.cpp if (_width != 0 && _height != 0) {
_height 153 libmedia/gst/VideoInputGst.h size_t height() const { return _height; }
_height 463 libmedia/gst/VideoInputGst.h size_t _height;
_height 31 libmedia/haiku/VideoInputHaiku.cpp _height(120),
_height 47 libmedia/haiku/VideoInputHaiku.cpp _height = height;
_height 71 libmedia/haiku/VideoInputHaiku.h size_t height() const { return _height; }
_height 147 libmedia/haiku/VideoInputHaiku.h size_t _height;
_height 114 librender/cairo/Renderer_cairo.cpp _height(height),
_height 141 librender/cairo/Renderer_cairo.cpp _image.reset(new image::ImageRGB(_width, _height));
_height 145 librender/cairo/Renderer_cairo.cpp _image.reset(new image::ImageRGBA(_width, _height));
_height 156 librender/cairo/Renderer_cairo.cpp const size_t sz = _width * _height;
_height 213 librender/cairo/Renderer_cairo.cpp int _height;
_height 227 librender/opengl/Renderer_ogl.cpp _height(height),
_height 265 librender/opengl/Renderer_ogl.cpp if (x > _width || y > _height) {
_height 269 librender/opengl/Renderer_ogl.cpp ptrdiff_t offset = (_height - y) * (_width * 3) + x * 3;
_height 282 librender/opengl/Renderer_ogl.cpp size_t _height;
_height 986 librender/opengl/Renderer_ogl.cpp _height = std::fabs(y1 - y0);
_height 990 librender/opengl/Renderer_ogl.cpp static_cast<float>(twipsToPixels(_height)) /
_height 1052 librender/opengl/Renderer_ogl.cpp points[i].y * _height / viewport_height, 0.0);
_height 1880 librender/opengl/Renderer_ogl.cpp float _height;
_height 47 libvaapi/VaapiSurface.h unsigned int _height;
_height 63 libvaapi/VaapiSurface.h unsigned int height() const { return _height; }
_height 223 plugin/aos4/plugin.cpp _height(0),
_height 269 plugin/aos4/plugin.cpp _height = aWindow->height;
_height 297 plugin/aos4/plugin.cpp _bmp = IP96->p96AllocBitMap(_width, _height, 24, BMF_MINPLANES | BMF_DISPLAYABLE,((struct Window *)aWindow)->RPort->BitMap, (RGBFTYPE)0);
_height 422 plugin/aos4/plugin.cpp getMemAddr(), getMemSize(), _width, _height, _rowstride);
_height 424 plugin/aos4/plugin.cpp DBG("Gnash GUI initialized: %ux%u\n", _width, _height);
_height 68 plugin/aos4/plugin.h int getHeight() { return _height; };
_height 73 plugin/aos4/plugin.h size_t getMemSize() { return _rowstride * _height; }
_height 97 plugin/aos4/plugin.h uint32_t _height;
_height 399 plugin/npapi/plugin.cpp _height(0),
_height 562 plugin/npapi/plugin.cpp _height = aWindow->height;
_height 1205 plugin/npapi/plugin.cpp << " -k " << _height; // Height of window
_height 128 plugin/npapi/plugin.h unsigned int _height;
_height 225 plugin/win32/plugin.cpp _height(0),
_height 269 plugin/win32/plugin.cpp _height = aWindow->height;
_height 279 plugin/win32/plugin.cpp _bmpInfo.bmiHeader.biHeight = -1 * _height;
_height 420 plugin/win32/plugin.cpp getMemAddr(), getMemSize(), _width, _height, _rowstride);
_height 422 plugin/win32/plugin.cpp DBG("Gnash GUI initialized: %ux%u\n", _width, _height);
_height 486 plugin/win32/plugin.cpp root.set_display_viewport(0, 0, _width, _height);
_height 136 testsuite/MovieTester.cpp _height = unsigned(_movie_def->get_height_pixels());
_height 561 testsuite/MovieTester.cpp if ( ! h->initTestBuffer(_width, _height) ) {
_height 363 testsuite/MovieTester.h unsigned _height;