Home
last modified time | relevance | path

Searched defs:WIDTH (Results 1 – 25 of 142) sorted by relevance

123456

/external/skia/gm/
Dimageblur.cpp20 #define WIDTH 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.cpp21 #define WIDTH 640 macro
26 DEF_SIMPLE_GM(imageresizetiled, canvas, WIDTH, HEIGHT) { in DEF_SIMPLE_GM() argument
Doverdrawcanvas.cpp24 #define WIDTH 500 macro
32 DEF_SIMPLE_GM_BG(overdraw_canvas, canvas, WIDTH, HEIGHT, SK_ColorWHITE) { in DEF_SIMPLE_GM_BG() argument
Dimagemagnifier.cpp28 #define WIDTH 500 macro
31 DEF_SIMPLE_GM_BG(imagemagnifier, canvas, WIDTH, HEIGHT, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument
Dcomplexclip_blur_tiled.cpp23 #define WIDTH 512 macro
Dclip_error.cpp27 #define WIDTH 800 macro
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAMDHSAKernelDescriptor.h29 #define AMDHSA_BITS_ENUM_ENTRY(NAME, SHIFT, WIDTH) \ argument
75 #define COMPUTE_PGM_RSRC1(NAME, SHIFT, WIDTH) \ argument
100 #define COMPUTE_PGM_RSRC2(NAME, SHIFT, WIDTH) \ argument
126 #define COMPUTE_PGM_RSRC3(NAME, SHIFT, WIDTH) \ argument
135 #define KERNEL_CODE_PROPERTY(NAME, SHIFT, WIDTH) \ argument
/external/linux-kselftest/tools/testing/selftests/x86/
Dsingle_step_syscall.c63 # define WIDTH "q" macro
67 # define WIDTH "l" macro
/external/rust/crates/hashbrown/src/raw/
Dsse2.rs25 pub const WIDTH: usize = mem::size_of::<Self>(); constant
Dgeneric.rs49 pub const WIDTH: usize = mem::size_of::<Self>(); constant
/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.cpp124 const int WIDTH = 400; in DEF_TEST() local
205 const int WIDTH = 400; in DEF_TEST() local
317 const int WIDTH = 100; in DEF_TEST() local
/external/crosvm/src/crosvm/
Dgpu_config.rs441 const WIDTH: u32 = 1720; in parse_gpu_options_display_size_valid() constant
508 const WIDTH: u32 = 1720; in parse_gpu_display_options_windowed_with_size() constant
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
DIntents.java46 public static final String WIDTH = "SCAN_WIDTH"; field in Intents.Scan
/external/skia/docs/examples/
Dconvex_overstroke_quad.cpp7 const int WIDTH = 100; in draw() local
Dconvex_overstroke_linear_approx_curve.cpp9 const int WIDTH = 150; in draw() local
/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.py9 WIDTH = 400 variable
Dbrownian2.py8 WIDTH = 400 variable
/external/oss-fuzz/projects/gdk-pixbuf/targets/
Dpixbuf_cons_fuzzer.c18 #define WIDTH 10 macro
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/
DShadowNativeSumPathEffectTest.java24 private static final int WIDTH = 100; field in ShadowNativeSumPathEffectTest
DShadowNativePathDashPathEffectTest.java24 private static final int WIDTH = 100; field in ShadowNativePathDashPathEffectTest
/external/skia/bench/
DTileImageFilterBench.cpp14 #define WIDTH 512 macro
/external/igt-gpu-tools/tests/i915/
Dgem_threaded_access_tiled.c44 #define WIDTH 4096 macro

123456