Searched refs:mFixedHeight (Results 1 – 4 of 4) sorted by relevance
39 mFixedHeight(0), in SurfaceD3D()63 mFixedHeight = mHeight; in SurfaceD3D()108 &mFixedWidth, &mFixedHeight, nullptr, nullptr, in initialize()195 height = mFixedHeight; in resetSwapChain()337 clientHeight = mFixedHeight; in checkForOutOfDateSwapChain()338 sizeDirty = mFixedWidth != getWidth() || mFixedHeight != getHeight(); in checkForOutOfDateSwapChain()392 mFixedHeight = height; in setFixedHeight()
98 GLint mFixedHeight; variable
91 mFixedHeight(0), in Surface()148 mFixedHeight = static_cast<size_t>(attributes.get(EGL_HEIGHT, 0)); in Surface()433 mFixedHeight = height; in setFixedHeight()524 return mFixedSize ? static_cast<EGLint>(mFixedHeight) : mImplementation->getHeight(); in getHeight()544 *value = static_cast<EGLint>(mFixedHeight); in getUserHeight()
268 size_t mFixedHeight; variable