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()201 height = mFixedHeight; in resetSwapChain()343 clientHeight = mFixedHeight; in checkForOutOfDateSwapChain()344 sizeDirty = mFixedWidth != getWidth() || mFixedHeight != getHeight(); in checkForOutOfDateSwapChain()398 mFixedHeight = height; in setFixedHeight()
94 GLint mFixedHeight; variable
80 mFixedHeight(0), in Surface()128 mFixedHeight = static_cast<size_t>(attributes.get(EGL_HEIGHT, 0)); in Surface()397 mFixedHeight = height; in setFixedHeight()488 return mFixedSize ? static_cast<EGLint>(mFixedHeight) : mImplementation->getHeight(); in getHeight()508 *value = static_cast<EGLint>(mFixedHeight); in getUserHeight()
233 size_t mFixedHeight; variable