Home
last modified time | relevance | path

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

/third_party/skia/experimental/graphite/src/
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/
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/
DGame.h50 void onSurfaceChanged(int widthInPixels, int heightInPixels);
DGame.cpp110 void Game::onSurfaceChanged(int widthInPixels, int heightInPixels) { in onSurfaceChanged() argument
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlGpu.mm185 static bool check_max_blit_width(int widthInPixels) {
186 if (widthInPixels > 32767) {
/third_party/skia/src/gpu/mtl/
DGrMtlGpu.mm300 static bool check_max_blit_width(int widthInPixels) {
301 if (widthInPixels > 32767) {