Searched defs:clientHeight (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/src/OpenGL/libGL/
H A DSurface.cpp232 int clientHeight = client.bottom - client.top; local
238 int clientHeight = windowAttributes.height;
241 bool sizeDirty = clientWidth != getWidth() || clientHeight != getHeight();
245 reset(clientWidth, clientHeight);

Completed in 100 milliseconds