Home | History | Annotate | Download | only in libagl

Lines Matching full:width

226     virtual     EGLint      getWidth() const    { return width;  }
243 int width;
375 nativeWindow->query(nativeWindow, NATIVE_WINDOW_WIDTH, &width);
404 width = buffer->width;
407 depth.width = width;
409 depth.stride = depth.width; // use the width here
425 buffer, buffer->width, buffer->height);
456 usage, 0, 0, buf->width, buf->height, vaddr);
488 simg.w = src->width;
494 dimg.w = dst->width;
552 dirtyRegion.andSelf(Rect(buffer->width, buffer->height));
586 if ((width != buffer->width) || (height != buffer->height)) {
589 width = buffer->width;
593 depth.width = width;
611 buffer, buffer->width, buffer->height);
652 buffer.width = this->buffer->width;
679 buffer.width = this->buffer->width;
729 virtual EGLint getWidth() const { return nativePixmap.width; }
742 depth.width = pixmap->width;
744 depth.stride = depth.width; // use the width here
755 buffer.width = nativePixmap.width;
770 buffer.width = nativePixmap.width;
792 virtual EGLint getWidth() const { return pbuffer.width; }
815 pbuffer.width = w;
822 depth.width = pbuffer.width;
824 depth.stride = depth.width; // use the width here
2137 EGLint left, EGLint top, EGLint width, EGLint height)
2149 d->setSwapRectangle(left, top, width, height);