Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBitmapProcState_matrix_repeat.h108 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()
229 int16_t *dst16 = (int16_t *)xy; in AFFINE_NOFILTER_NAME() local
261 vst1q_s16(dst16, hi16); in AFFINE_NOFILTER_NAME()
266 dst16 += 8; /* 8 x16 aka 4x32 */ in AFFINE_NOFILTER_NAME()
271 xy = (uint32_t *) dst16; in AFFINE_NOFILTER_NAME()
DSkBitmapProcState_matrix_clamp.h110 int16_t *dst16 = (int16_t *)xy; in SCALE_NOFILTER_NAME() local
141 vst1q_s16(dst16, hi16); in SCALE_NOFILTER_NAME()
146 dst16 += 8; in SCALE_NOFILTER_NAME()
150 xy = (uint32_t *) dst16; in SCALE_NOFILTER_NAME()
193 int16_t *dst16 = (int16_t *) xy; in AFFINE_NOFILTER_NAME() local
234 vst1q_s16 (dst16, hi16); in AFFINE_NOFILTER_NAME()
251 vst1q_s16 (dst16+8, hi16_2); in AFFINE_NOFILTER_NAME()
259 dst16 += 16; /* 8x32 aka 16x16 */ in AFFINE_NOFILTER_NAME()
264 xy = (uint32_t *) dst16; in AFFINE_NOFILTER_NAME()
DSkBitmapProcState_matrixProcs.cpp171 uint16_t *dst16 = (uint16_t *)dst; in decal_nofilter_scale() local
194 vst1q_u16(dst16, hi16); in decal_nofilter_scale()
199 dst16 += 8; in decal_nofilter_scale()
203 dst = (uint32_t *) dst16; in decal_nofilter_scale()
/external/webkit/Source/WebKit/efl/ewk/
Dewk_tiled_model.c186 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()