Home | History | Annotate | Download | only in opts

Lines Matching refs:srcXY

198         const SkFixed* SK_RESTRICT srcXY = iter.getXY();
201 int32_t *mysrc = (int32_t *) srcXY;
219 // get xy and srcXY fixed up
220 srcXY = (const SkFixed *) mysrc;
225 *xy++ = (TILEY_PROCF(srcXY[1], maxY) << 16) |
226 TILEX_PROCF(srcXY[0], maxX);
227 srcXY += 2;
433 const SkFixed* SK_RESTRICT srcXY = iter.getXY();
440 vxy = vld2q_s32(srcXY);
453 srcXY += 2*4;
460 *xy++ = PACK_FILTER_Y_NAME(srcXY[1] - (oneY >> 1), maxY,
462 *xy++ = PACK_FILTER_X_NAME(srcXY[0] - (oneX >> 1), maxX,
464 srcXY += 2;