Searched refs:widthInPixels (Results 1 – 6 of 6) sorted by relevance
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
105 uint16_t widthInPixels; // bytes 12-13 width in pixels
795 static bool check_max_blit_width(int widthInPixels) {796 if (widthInPixels > 32767) {
305 static bool check_max_blit_width(int widthInPixels) {306 if (widthInPixels > 32767) {