Home
last modified time | relevance | path

Searched defs:bitmap1 (Results 1 – 5 of 5) sorted by relevance

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DBitmapTest.java82 Bitmap bitmap1 = Robolectric.newInstanceOf(Bitmap.class); in shouldReceiveDescriptionWhenDrawingToCanvas() local
96 Bitmap bitmap1 = Robolectric.newInstanceOf(Bitmap.class); in shouldReceiveDescriptionWhenDrawingToCanvasWithBitmapAndMatrixAndPaint() local
110 Bitmap bitmap1 = Robolectric.newInstanceOf(Bitmap.class); in shouldReceiveDescriptionWhenDrawABitmapToCanvasWithAPaintEffect() local
/external/valgrind/drd/
Ddrd_bitmap.h224 struct bitmap1 struct
226 UWord bm0_r[BITMAP1_UWORD_COUNT];
227 UWord bm0_w[BITMAP1_UWORD_COUNT];
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBitmapTest.java132 Bitmap bitmap1 = create("Bitmap One"); in shouldReceiveDescriptionWhenDrawingToCanvas() local
143 Bitmap bitmap1 = create("Bitmap One"); in shouldReceiveDescriptionWhenDrawingToCanvasWithBitmapAndMatrixAndPaint() local
155 Bitmap bitmap1 = create("Bitmap One"); in shouldReceiveDescriptionWhenDrawABitmapToCanvasWithAPaintEffect() local
/external/pdfium/fpdfsdk/
Dfpdfformfill_embeddertest.cpp535 std::unique_ptr<void, FPDFBitmapDeleter> bitmap1(RenderPage(page)); in TEST_F() local
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c2346 const GLubyte *bitmap1) in _mesa_meta_Bitmap()