Searched refs:srcXY (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/core/
H A DSkBitmapProcState_matrix_template.h114 const SkFixed* SK_RESTRICT srcXY = iter.getXY(); local
116 *xy++ = (TileProc::Y(s, srcXY[1], maxY) << 16) |
117 TileProc::X(s, srcXY[0], maxX);
118 srcXY += 2;
H A DSkBitmapProcState_matrix.h131 const SkFixed* SK_RESTRICT srcXY = iter.getXY(); local
133 *xy++ = PACK_FILTER_Y_NAME(srcXY[1] - (oneY >> 1), maxY,
135 *xy++ = PACK_FILTER_X_NAME(srcXY[0] - (oneX >> 1), maxX,
137 srcXY += 2;
/external/skia/src/opts/
H A DSkBitmapProcState_matrix_neon.h198 const SkFixed* SK_RESTRICT srcXY = iter.getXY(); local
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;
429 const SkFixed* SK_RESTRICT srcXY = iter.getXY(); local
436 vxy = vld2q_s32(srcXY);
449 srcXY
[all...]

Completed in 325 milliseconds