Home
last modified time | relevance | path

Searched refs:widthInPixels (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/experimental/graphite/src/
H A DCommandBuffer.cpp72 static bool check_max_blit_width(int widthInPixels) { in check_max_blit_width() argument
73 if (widthInPixels > 32767) { in check_max_blit_width()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/java/com/google/oboe/samples/rhythmgame/
H A DRendererWrapper.java25 public static native void native_onSurfaceChanged(int widthInPixels, int heightInPixels); in native_onSurfaceChanged() argument
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/
H A DGame.h50 void onSurfaceChanged(int widthInPixels, int heightInPixels);
H A DGame.cpp110 void Game::onSurfaceChanged(int widthInPixels, int heightInPixels) { in onSurfaceChanged() argument

Completed in 2 milliseconds