Searched refs:mFixedWidth (Results 1 – 4 of 4) sorted by relevance
38 mFixedWidth(0), in SurfaceD3D()62 mFixedWidth = mWidth; in SurfaceD3D()108 &mFixedWidth, &mFixedHeight, nullptr, nullptr, in initialize()200 width = mFixedWidth; in resetSwapChain()342 clientWidth = mFixedWidth; in checkForOutOfDateSwapChain()344 sizeDirty = mFixedWidth != getWidth() || mFixedHeight != getHeight(); in checkForOutOfDateSwapChain()393 mFixedWidth = width; in setFixedWidth()
93 GLint mFixedWidth; variable
84 mFixedWidth(0), in Surface()133 mFixedWidth = static_cast<size_t>(attributes.get(EGL_WIDTH, 0)); in Surface()402 mFixedWidth = width; in setFixedWidth()494 return mFixedSize ? static_cast<EGLint>(mFixedWidth) : mImplementation->getWidth(); in getWidth()506 *value = static_cast<EGLint>(mFixedWidth); in getUserWidth()
244 size_t mFixedWidth; variable