Searched refs:dst16 (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/opts/ |
D | SkBitmapProcState_matrixProcs_neon.cpp | 52 uint16_t *dst16 = (uint16_t *)dst; in decal_nofilter_scale_neon() local 75 vst1q_u16(dst16, hi16); in decal_nofilter_scale_neon() 80 dst16 += 8; in decal_nofilter_scale_neon() 84 dst = (uint32_t *) dst16; in decal_nofilter_scale_neon()
|
D | SkBitmapProcState_matrix_repeat_neon.h | 108 int16_t *dst16 = (int16_t *)xy; in SCALE_NOFILTER_NAME() local 139 vst1q_s16(dst16, hi16); in SCALE_NOFILTER_NAME() 144 dst16 += 8; in SCALE_NOFILTER_NAME() 148 xy = (uint32_t *) dst16; in SCALE_NOFILTER_NAME() 204 int16_t *dst16 = (int16_t *)xy; in AFFINE_NOFILTER_NAME() local 236 vst1q_s16(dst16, hi16); in AFFINE_NOFILTER_NAME() 241 dst16 += 8; /* 8 x16 aka 4x32 */ in AFFINE_NOFILTER_NAME() 246 xy = (uint32_t *) dst16; in AFFINE_NOFILTER_NAME()
|
D | SkBitmapProcState_matrix_clamp_neon.h | 111 int16_t *dst16 = (int16_t *)xy; in SCALE_NOFILTER_NAME() local 142 vst1q_s16(dst16, hi16); in SCALE_NOFILTER_NAME() 147 dst16 += 8; in SCALE_NOFILTER_NAME() 151 xy = (uint32_t *) dst16; in SCALE_NOFILTER_NAME() 194 int16_t *dst16 = (int16_t *) xy; in AFFINE_NOFILTER_NAME() local 235 vst1q_s16 (dst16, hi16); in AFFINE_NOFILTER_NAME() 252 vst1q_s16 (dst16+8, hi16_2); in AFFINE_NOFILTER_NAME() 260 dst16 += 16; /* 8x32 aka 16x16 */ in AFFINE_NOFILTER_NAME() 265 xy = (uint32_t *) dst16; in AFFINE_NOFILTER_NAME()
|
/external/skia/legacy/src/core/ |
D | SkBitmapProcState_matrix_repeat.h | 113 int16_t *dst16 = (int16_t *)xy; in SCALE_NOFILTER_NAME() local 144 vst1q_s16(dst16, hi16); in SCALE_NOFILTER_NAME() 149 dst16 += 8; in SCALE_NOFILTER_NAME() 153 xy = (uint32_t *) dst16; in SCALE_NOFILTER_NAME() 234 int16_t *dst16 = (int16_t *)xy; in AFFINE_NOFILTER_NAME() local 266 vst1q_s16(dst16, hi16); in AFFINE_NOFILTER_NAME() 271 dst16 += 8; /* 8 x16 aka 4x32 */ in AFFINE_NOFILTER_NAME() 276 xy = (uint32_t *) dst16; in AFFINE_NOFILTER_NAME()
|
D | SkBitmapProcState_matrix_clamp.h | 115 int16_t *dst16 = (int16_t *)xy; in SCALE_NOFILTER_NAME() local 146 vst1q_s16(dst16, hi16); in SCALE_NOFILTER_NAME() 151 dst16 += 8; in SCALE_NOFILTER_NAME() 155 xy = (uint32_t *) dst16; in SCALE_NOFILTER_NAME() 198 int16_t *dst16 = (int16_t *) xy; in AFFINE_NOFILTER_NAME() local 239 vst1q_s16 (dst16, hi16); in AFFINE_NOFILTER_NAME() 256 vst1q_s16 (dst16+8, hi16_2); in AFFINE_NOFILTER_NAME() 264 dst16 += 16; /* 8x32 aka 16x16 */ in AFFINE_NOFILTER_NAME() 269 xy = (uint32_t *) dst16; in AFFINE_NOFILTER_NAME()
|
D | SkBitmapProcState_matrixProcs.cpp | 175 uint16_t *dst16 = (uint16_t *)dst; in decal_nofilter_scale() local 198 vst1q_u16(dst16, hi16); in decal_nofilter_scale() 203 dst16 += 8; in decal_nofilter_scale() 207 dst = (uint32_t *) dst16; in decal_nofilter_scale()
|
/external/webkit/Source/WebKit/efl/ewk/ |
D | ewk_tiled_model.c | 186 uint16_t *dst16, *dst16_end, c1; in _ewk_tile_paint_rgb565() local 210 dst16 = (uint16_t *)dst16_end; in _ewk_tile_paint_rgb565() 212 for (; dst16 < dst16_end; dst16++) in _ewk_tile_paint_rgb565() 213 *dst16 = c1; in _ewk_tile_paint_rgb565()
|