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

  /external/skia/legacy/src/core/
SkBitmapProcState_matrix_repeat.h 351 int16_t *mydst = (int16_t *) xy; local
403 vst1q_s16(mydst, hi);
408 vst1q_s16(mydst+8, hi2);
414 mydst += 16; /* 16 shorts, aka 8 longs */
418 xy = (uint32_t *) mydst;
SkBitmapProcState_matrix_clamp.h 318 int16_t *mydst = (int16_t *) xy; local
398 : "w" (out_x), "w" (out_y), "r" (mydst)
407 : "w" (out_x), "w" (out_y), "r" (mydst+8)
415 mydst += 16; /* 16 shorts, aka 8 longs */
419 xy = (uint32_t *) mydst;
  /external/skia/src/opts/
SkBitmapProcState_matrix_repeat_neon.h 319 int16_t *mydst = (int16_t *) xy; local
371 vst1q_s16(mydst, hi);
376 vst1q_s16(mydst+8, hi2);
382 mydst += 16; /* 16 shorts, aka 8 longs */
386 xy = (uint32_t *) mydst;
SkBitmapProcState_matrix_clamp_neon.h 314 int16_t *mydst = (int16_t *) xy; local
394 : "w" (out_x), "w" (out_y), "r" (mydst)
403 : "w" (out_x), "w" (out_y), "r" (mydst+8)
411 mydst += 16; /* 16 shorts, aka 8 longs */
415 xy = (uint32_t *) mydst;

Completed in 71 milliseconds