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

  /external/skia/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;

Completed in 119 milliseconds