HomeSort by relevance Sort by last modified time
    Searched full:mydst (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_matrix_repeat_neon.h 317 int16_t *mydst = (int16_t *) xy; local
369 vst1q_s16(mydst, hi);
374 vst1q_s16(mydst+8, hi2);
380 mydst += 16; /* 16 shorts, aka 8 longs */
384 xy = (uint32_t *) mydst;
SkBitmapProcState_matrix_clamp_neon.h 313 int16_t *mydst = (int16_t *) xy; local
389 : "w" (out_x), "w" (out_y), "r" (mydst)
398 : "w" (out_x), "w" (out_y), "r" (mydst+8)
406 mydst += 16; /* 16 shorts, aka 8 longs */
410 xy = (uint32_t *) mydst;
  /external/skia/src/opts/
SkBitmapProcState_matrix_repeat_neon.h 317 int16_t *mydst = (int16_t *) xy; local
369 vst1q_s16(mydst, hi);
374 vst1q_s16(mydst+8, hi2);
380 mydst += 16; /* 16 shorts, aka 8 longs */
384 xy = (uint32_t *) mydst;
SkBitmapProcState_matrix_clamp_neon.h 313 int16_t *mydst = (int16_t *) xy; local
389 : "w" (out_x), "w" (out_y), "r" (mydst)
398 : "w" (out_x), "w" (out_y), "r" (mydst+8)
406 mydst += 16; /* 16 shorts, aka 8 longs */
410 xy = (uint32_t *) mydst;

Completed in 65 milliseconds