Home
last modified time | relevance | path

Searched refs:widthInPixels (Results 1 – 5 of 5) sorted by relevance

/external/oboe/samples/RhythmGame/src/main/java/com/google/oboe/samples/rhythmgame/
DRendererWrapper.java25 public static native void native_onSurfaceChanged(int widthInPixels, int heightInPixels); in native_onSurfaceChanged() argument
/external/oboe/samples/RhythmGame/src/main/cpp/
DGame.h50 void onSurfaceChanged(int widthInPixels, int heightInPixels);
DGame.cpp110 void Game::onSurfaceChanged(int widthInPixels, int heightInPixels) { in onSurfaceChanged() argument
/external/skqp/src/gpu/mtl/
DGrMtlGpu.mm139 static bool check_max_blit_width(int widthInPixels) {
140 if (widthInPixels > 32767) {
/external/skia/src/gpu/mtl/
DGrMtlGpu.mm335 static bool check_max_blit_width(int widthInPixels) {
336 if (widthInPixels > 32767) {