Searched defs:widthInPixels (Results 1 – 2 of 2) sorted by relevance
25 public static native void native_onSurfaceChanged(int widthInPixels, int heightInPixels); in native_onSurfaceChanged()
110 void Game::onSurfaceChanged(int widthInPixels, int heightInPixels) { in onSurfaceChanged()