Home
last modified time | relevance | path

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

/external/skia/docs/examples/
DBitmap_refColorSpace.cpp7 SkBitmap bitmap1, bitmap2; in draw() local
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBitmapTest.java152 Bitmap bitmap1 = create("Bitmap One"); in shouldReceiveDescriptionWhenDrawingToCanvas() local
163 Bitmap bitmap1 = create("Bitmap One"); in shouldReceiveDescriptionWhenDrawingToCanvasWithBitmapAndMatrixAndPaint() local
175 Bitmap bitmap1 = create("Bitmap One"); in shouldReceiveDescriptionWhenDrawABitmapToCanvasWithAPaintEffect() local
/external/libjpeg-turbo/simd/arm/
Djcphuff-neon.c245 uint32_t bitmap1 = vget_lane_u32(vreinterpret_u32_u8(bitmap_all), 1); in jsimd_encode_mcu_AC_first_prepare_neon() local
490 uint32_t bitmap1 = vget_lane_u32(vreinterpret_u32_u8(bitmap_all), 1); in jsimd_encode_mcu_AC_refine_prepare_neon() local
/external/pdfium/fpdfsdk/
Dfpdf_formfill_embeddertest.cpp911 ScopedFPDFBitmap bitmap1 = RenderLoadedPage(page); in TEST_F() local
1000 ScopedFPDFBitmap bitmap1 = RenderLoadedPage(page); in TEST_F() local
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c2337 const GLubyte *bitmap1) in _mesa_meta_Bitmap()