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

  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_matrix_template.h 115 const SkFixed* SK_RESTRICT srcXY = iter.getXY();
117 *xy++ = (TileProc::Y(s, srcXY[1], maxY) << 16) |
118 TileProc::X(s, srcXY[0], maxX);
119 srcXY += 2;
SkBitmapProcState_matrix.h 136 const SkFixed* SK_RESTRICT srcXY = iter.getXY();
138 *xy++ = PACK_FILTER_Y_NAME(srcXY[1] - (oneY >> 1), maxY,
140 *xy++ = PACK_FILTER_X_NAME(srcXY[0] - (oneX >> 1), maxX,
142 srcXY += 2;
  /external/skia/src/core/
SkBitmapProcState_matrix_template.h 115 const SkFixed* SK_RESTRICT srcXY = iter.getXY();
117 *xy++ = (TileProc::Y(s, srcXY[1], maxY) << 16) |
118 TileProc::X(s, srcXY[0], maxX);
119 srcXY += 2;
SkBitmapProcState_matrix.h 136 const SkFixed* SK_RESTRICT srcXY = iter.getXY();
138 *xy++ = PACK_FILTER_Y_NAME(srcXY[1] - (oneY >> 1), maxY,
140 *xy++ = PACK_FILTER_X_NAME(srcXY[0] - (oneX >> 1), maxX,
142 srcXY += 2;
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_matrix_neon.h 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
    [all...]
  /external/skia/src/opts/
SkBitmapProcState_matrix_neon.h 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
    [all...]

Completed in 617 milliseconds