HomeSort by relevance Sort by last modified time
    Searched defs:ybase (Results 1 - 3 of 3) sorted by null

  /external/skia/src/core/
SkBitmapProcState_matrix_repeat.h 233 int32x4_t xbase, ybase; local
242 ybase = vdupq_n_s32(fy);
243 ybase = vsetq_lane_s32(fy+dy, ybase, 1);
244 ybase = vsetq_lane_s32(fy+dy+dy, ybase, 2);
245 ybase = vsetq_lane_s32(fy+dy+dy+dy, ybase, 3);
256 yout = vandq_s32(ybase, vdupq_n_s32(0xffff));
270 ybase = vaddq_s32 (ybase, vdupq_n_s32(dy4))
    [all...]
SkBitmapProcState_matrix_clamp.h 196 int32x4_t xbase, ybase; local
212 /* avoid the 'ybase unitialized' warning...*/
213 ybase = vdupq_n_s32(fy);
214 ybase = vsetq_lane_s32(fy+dy, ybase, 1);
215 ybase = vsetq_lane_s32(fy+dy+dy, ybase, 2);
216 ybase = vsetq_lane_s32(fy+dy+dy+dy, ybase, 3);
219 y2base = vaddq_s32(ybase, vdupq_n_s32(dy4))
    [all...]
  /external/bison/src/
vcg.h 594 int ybase;
593 int ybase; member in struct:graph
    [all...]

Completed in 442 milliseconds