Searched refs:mFixedWidth (Results 1 – 4 of 4) sorted by relevance
39 mFixedWidth(0), in SurfaceD3D()63 mFixedWidth = mWidth; in SurfaceD3D()109 &mFixedWidth, &mFixedHeight, nullptr, nullptr, in initialize()201 width = mFixedWidth; in resetSwapChain()343 clientWidth = mFixedWidth; in checkForOutOfDateSwapChain()345 sizeDirty = mFixedWidth != getWidth() || mFixedHeight != getHeight(); in checkForOutOfDateSwapChain()394 mFixedWidth = width; in setFixedWidth()
93 GLint mFixedWidth; variable
65 mFixedWidth(0), in Surface()106 mFixedWidth = static_cast<size_t>(attributes.get(EGL_WIDTH, 0)); in Surface()353 mFixedWidth = width; in setFixedWidth()445 return mFixedSize ? static_cast<EGLint>(mFixedWidth) : mImplementation->getWidth(); in getWidth()
208 size_t mFixedWidth; variable