Home
last modified time | relevance | path

Searched defs:test_bitmap (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/tests/
H A DShaderOpacityTest.cpp22 static void test_bitmap(skiatest::Reporter* reporter) { in test_bitmap() function
/aosp_15_r20/external/rust/android-crates-io/crates/vm-memory/src/bitmap/
Dmod.rs144 pub fn test_bitmap<B: Bitmap>(b: &B) { in test_bitmap() function
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/test/
Dwidget_tests.py293 def test_bitmap(self): member in StandardOptionsTests