Home
last modified time | relevance | path

Searched refs:bitmap1 (Results 1 – 6 of 6) sorted by relevance

/external/skia/docs/examples/
DBitmap_refColorSpace.cpp7 SkBitmap bitmap1, bitmap2; in draw() local
8 bitmap1.setInfo(SkImageInfo::MakeN32(16, 32, kPremul_SkAlphaType, in draw()
11 bitmap1.refColorSpace())); in draw()
/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
248 zerobits[1] = ~bitmap1; in jsimd_encode_mcu_AC_first_prepare_neon()
490 uint32_t bitmap1 = vget_lane_u32(vreinterpret_u32_u8(bitmap_all), 1); in jsimd_encode_mcu_AC_refine_prepare_neon() local
493 bits[1] = ~bitmap1; in jsimd_encode_mcu_AC_refine_prepare_neon()
531 bitmap1 = vget_lane_u32(vreinterpret_u32_u8(bitmap_all), 1); in jsimd_encode_mcu_AC_refine_prepare_neon()
534 bits[3] = ~bitmap1; in jsimd_encode_mcu_AC_refine_prepare_neon()
580 bitmap1 = vget_lane_u32(vreinterpret_u32_u8(bitmap_all), 1); in jsimd_encode_mcu_AC_refine_prepare_neon()
583 if (bitmap0 == 0 && bitmap1 == 0) { in jsimd_encode_mcu_AC_refine_prepare_neon()
585 } else if (bitmap1 != 0) { in jsimd_encode_mcu_AC_refine_prepare_neon()
586 return 63 - BUILTIN_CLZ(bitmap1); in jsimd_encode_mcu_AC_refine_prepare_neon()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBitmapTest.java152 Bitmap bitmap1 = create("Bitmap One"); in shouldReceiveDescriptionWhenDrawingToCanvas() local
155 Canvas canvas = new Canvas(bitmap1); in shouldReceiveDescriptionWhenDrawingToCanvas()
158 assertThat(shadowOf(bitmap1).getDescription()).isEqualTo("Bitmap One\nBitmap Two"); in shouldReceiveDescriptionWhenDrawingToCanvas()
163 Bitmap bitmap1 = create("Bitmap One"); in shouldReceiveDescriptionWhenDrawingToCanvasWithBitmapAndMatrixAndPaint() local
166 Canvas canvas = new Canvas(bitmap1); in shouldReceiveDescriptionWhenDrawingToCanvasWithBitmapAndMatrixAndPaint()
169 assertThat(shadowOf(bitmap1).getDescription()) in shouldReceiveDescriptionWhenDrawingToCanvasWithBitmapAndMatrixAndPaint()
175 Bitmap bitmap1 = create("Bitmap One"); in shouldReceiveDescriptionWhenDrawABitmapToCanvasWithAPaintEffect() local
178 Canvas canvas = new Canvas(bitmap1); in shouldReceiveDescriptionWhenDrawABitmapToCanvasWithAPaintEffect()
183 assertThat(shadowOf(bitmap1).getDescription()) in shouldReceiveDescriptionWhenDrawABitmapToCanvasWithAPaintEffect()
/external/pdfium/fpdfsdk/
Dfpdf_formfill_embeddertest.cpp911 ScopedFPDFBitmap bitmap1 = RenderLoadedPage(page); in TEST_F() local
912 CompareBitmap(bitmap1.get(), 300, 300, md5_1); in TEST_F()
1000 ScopedFPDFBitmap bitmap1 = RenderLoadedPage(page); in TEST_F() local
1001 CompareBitmap(bitmap1.get(), 300, 300, kMd5Normal); in TEST_F()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c2337 const GLubyte *bitmap1) in _mesa_meta_Bitmap() argument
2357 _swrast_Bitmap(ctx, x, y, width, height, unpack, bitmap1); in _mesa_meta_Bitmap()
2430 bitmap1 = _mesa_map_pbo_source(ctx, &unpackSave, bitmap1); in _mesa_meta_Bitmap()
2431 if (!bitmap1) { in _mesa_meta_Bitmap()
2439 _mesa_expand_bitmap(width, height, &unpackSave, bitmap1, in _mesa_meta_Bitmap()
/external/skqp/docs/
DSkBitmap_Reference.bmh517 SkBitmap bitmap1, bitmap2;
518 bitmap1.setInfo(SkImageInfo::MakeN32(16, 32, kPremul_SkAlphaType,
521 bitmap1.refColorSpace()));