Home
last modified time | relevance | path

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

/third_party/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()
/third_party/flutter/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()
/third_party/skia/third_party/externals/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()
/third_party/mesa3d/src/mesa/drivers/common/
Dmeta.c2339 const GLubyte *bitmap1) in _mesa_meta_Bitmap() argument
2359 _swrast_Bitmap(ctx, x, y, width, height, unpack, bitmap1); in _mesa_meta_Bitmap()
2432 bitmap1 = _mesa_map_pbo_source(ctx, &unpackSave, bitmap1); in _mesa_meta_Bitmap()
2433 if (!bitmap1) { in _mesa_meta_Bitmap()
2441 _mesa_expand_bitmap(width, height, &unpackSave, bitmap1, in _mesa_meta_Bitmap()