Lines Matching full:mwidth
185 mWidth = width;
214 glViewport(0, 0, mWidth, mHeight);
230 return prepareDirty(0.0f, 0.0f, mWidth, mHeight, opaque);
257 left <= 0.0f && top <= 0.0f && right >= mWidth && bottom >= mHeight) {
559 size_t count = mWidth * mHeight;
561 glReadPixels(0, 0, mWidth, mHeight, GL_RGBA, GL_UNSIGNED_BYTE, &buffer[0]);
1489 mSnapshot->setClip(0, 0, mWidth, mHeight);
1703 clip.setRect(0, 0, mWidth, mHeight);