Searched refs:widthInPixels (Results 1 – 6 of 6) sorted by relevance
72 static bool check_max_blit_width(int widthInPixels) { in check_max_blit_width() argument73 if (widthInPixels > 32767) { in check_max_blit_width()
25 public static native void native_onSurfaceChanged(int widthInPixels, int heightInPixels); in native_onSurfaceChanged() argument
50 void onSurfaceChanged(int widthInPixels, int heightInPixels);
110 void Game::onSurfaceChanged(int widthInPixels, int heightInPixels) { in onSurfaceChanged() argument
185 static bool check_max_blit_width(int widthInPixels) {186 if (widthInPixels > 32767) {
300 static bool check_max_blit_width(int widthInPixels) {301 if (widthInPixels > 32767) {