Home | History | Annotate | Download | only in gif

Lines Matching refs:screen_width

514       screen_width = GETINT16(q);
518 if (clientptr && !clientptr->setSize(screen_width, screen_height))
729 ((screen_height < height) || (screen_width < width) ||
733 screen_width = width;
738 if (clientptr && !clientptr->setSize(screen_width, screen_height))
746 width = screen_width;
774 if (screen_width < width) {
778 screen_width = width;
779 frame_reader->rowbuf = new unsigned char[screen_width];
781 frame_reader->rowbuf = new unsigned char[screen_width];