Home
last modified time | relevance | path

Searched defs:HEIGHT (Results 1 – 25 of 119) sorted by relevance

12345

/external/skia/gm/
Dimageblur.cpp21 #define HEIGHT 500 macro
41 DEF_SIMPLE_GM_BG(imageblur, canvas, WIDTH, HEIGHT, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument
44 DEF_SIMPLE_GM_BG(imageblur_large, canvas, WIDTH, HEIGHT, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument
Dimageresizetiled.cpp22 #define HEIGHT 480 macro
26 DEF_SIMPLE_GM(imageresizetiled, canvas, WIDTH, HEIGHT) { in DEF_SIMPLE_GM() argument
Doverdrawcanvas.cpp25 #define HEIGHT 500 macro
32 DEF_SIMPLE_GM_BG(overdraw_canvas, canvas, WIDTH, HEIGHT, SK_ColorWHITE) { in DEF_SIMPLE_GM_BG() argument
Dimagemagnifier.cpp29 #define HEIGHT 500 macro
31 DEF_SIMPLE_GM_BG(imagemagnifier, canvas, WIDTH, HEIGHT, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument
Dcomplexclip_blur_tiled.cpp24 #define HEIGHT 512 macro
Dclip_error.cpp28 #define HEIGHT 800 macro
Dimageblurtiled.cpp23 #define HEIGHT 480 macro
/external/libaom/av1/encoder/
Dencoder_utils.h141 #define HIGHBD_BFP_WRAPPER(WIDTH, HEIGHT, BD) \ argument
358 #define HIGHBD_MBFP_WRAPPER(WIDTH, HEIGHT, BD) \ argument
419 #define HIGHBD_SDSFP_WRAPPER(WIDTH, HEIGHT, BD) \ argument
510 #define HIGHBD_OBFP_WRAPPER_8(WIDTH, HEIGHT) \ argument
521 #define HIGHBD_OBFP_WRAPPER(WIDTH, HEIGHT, BD) \ argument
/external/skia/tests/
DCanvasStateTest.cpp125 const int HEIGHT = 400; in DEF_TEST() local
206 const int HEIGHT = 400; in DEF_TEST() local
318 const int HEIGHT = 100; in DEF_TEST() local
/external/crosvm/src/crosvm/
Dgpu_config.rs442 const HEIGHT: u32 = 1800; in parse_gpu_options_display_size_valid() constant
509 const HEIGHT: u32 = 1800; in parse_gpu_display_options_windowed_with_size() constant
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
DIntents.java47 public static final String HEIGHT = "SCAN_HEIGHT"; field in Intents.Scan
/external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/
Dinput_transforms_fp16.cpp39 #define IMPL(HEIGHT, WIDTH, FUNC, DRIVER) new Transform ## DRIVER <__fp16, __fp16>(#FUNC, HEIGHT, W… argument
Dinput_transforms_fp32.cpp49 #define IMPL(HEIGHT, WIDTH, FUNC, DRIVER) new Transform ## DRIVER <float, float>(#FUNC, HEIGHT, WID… argument
/external/python/cpython2/Demo/tkinter/guido/
Dbrownian.py10 HEIGHT = 300 variable
Dbrownian2.py9 HEIGHT = 300 variable
/external/oss-fuzz/projects/gdk-pixbuf/targets/
Dpixbuf_cons_fuzzer.c19 #define HEIGHT 20 macro
/external/pdfium/fxbarcode/pdf417/
DBC_PDF417.h35 static constexpr float HEIGHT = 2.0f; variable
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/
DShadowNativeSumPathEffectTest.java25 private static final int HEIGHT = 100; field in ShadowNativeSumPathEffectTest
DShadowNativePathDashPathEffectTest.java25 private static final int HEIGHT = 100; field in ShadowNativePathDashPathEffectTest
/external/skia/bench/
DTileImageFilterBench.cpp15 #define HEIGHT 512 macro
/external/igt-gpu-tools/tests/i915/
Dgem_threaded_access_tiled.c45 #define HEIGHT 4096 macro
Dgem_tiled_pread_pwrite.c66 #define HEIGHT 512 macro
/external/oss-fuzz/projects/libtsm/
Dlibtsm_fuzzer.c8 #define HEIGHT 24 macro
/external/igt-gpu-tools/tests/
Dpanfrost_submit.c41 #define HEIGHT 1080 macro
/external/mesa3d/src/gallium/tests/graw/
Dclear.c19 static const int HEIGHT = 300; variable

12345