Home | History | Annotate | Download | only in core

Lines Matching refs:maxX

65     const unsigned maxX = s.fBitmap->width() - 1;
77 if (0 == maxX) {
87 if ((unsigned)(fx >> 16) <= maxX &&
88 (unsigned)((fx + dx * (count - 1)) >> 16) <= maxX) {
140 hi16 = vminq_s16(hi16, vdupq_n_s16(maxX));
155 *xx++ = TILEX_PROCF(fx, maxX); fx += dx;
180 int maxX = s.fBitmap->width() - 1;
195 /* my sets of maxx/maxy for clamping */
196 int32_t maxpair = (maxX&0xffff) | ((maxY&0xffff)<<16);
268 *xy++ = (TILEY_PROCF(fy, maxY) << 16) | TILEX_PROCF(fx, maxX);
282 int maxX = s.fBitmap->width() - 1;
314 int16x4_t maxX4 = vdup_n_s16((int16_t)maxX);
346 /* clamp X>>16 (aka xhi) to 0..maxX */
348 xhi = vmin_s16(xhi, maxX4); /* now 0..maxX */
376 /* clamp X>>16 (aka xhi) to 0..maxX */
378 x2hi = vmin_s16(x2hi, maxX4); /* now 0..maxX */
420 TILEX_PROCF(srcXY[0], maxX);
431 TILEX_PROCF (base_srcXY[i * 2 + 0], maxX);
440 SkDebugf(" maxX %08x maxY %08x\n", maxX, maxY);
445 TILEX_PROCF (base_srcXY[i * 2 + 0], maxX);
492 const unsigned maxX = s.fBitmap->width() - 1;
512 (unsigned)(fx >> 16) <= maxX &&
513 (unsigned)((fx + dx * (count - 1)) >> 16) < maxX) {
542 /* i = SkClampMax(f>>16, maxX) */
544 wide_i = vminq_s32(wide_i, vdupq_n_s32(maxX));
556 wide_fx1 = vminq_s32(wide_fx1, vdupq_n_s32(maxX));
568 uint32_t want = PACK_FILTER_X_NAME(debug_fx, maxX, one PREAMBLE_ARG_X);
576 SkDebugf(" maxX %08x one %08x\n", maxX, one);
591 *xy++ = PACK_FILTER_X_NAME(fx, maxX, one PREAMBLE_ARG_X);
615 unsigned maxX = s.fBitmap->width() - 1;
658 /* i = SkClampMax(f>>16, maxX) */
660 wide_i = vminq_s32(wide_i, vdupq_n_s32(maxX));
672 wide_fx1 = vminq_s32(wide_fx1, vdupq_n_s32(maxX));
679 /* i = SkClampMax(f>>16, maxX) */
724 val = PACK_FILTER_X_NAME(fxp, maxX, oneX PREAMBLE_ARG_X);
731 SkDebugf(" maxX %08x one %08x\n", maxX, oneX);
752 *xy++ = PACK_FILTER_X_NAME(fx, maxX, oneX PREAMBLE_ARG_X);
763 unsigned maxX = s.fBitmap->width() - 1;
807 /* i = SkClampMax(f>>16, maxX) */
809 wide_i = vminq_s32 (wide_i, vdupq_n_s32 (maxX));
821 wide_fx1 = vminq_s32 (wide_fx1, vdupq_n_s32 (maxX));
831 /* i = SkClampMax(f>>16, maxX) */
882 *xy++ = PACK_FILTER_X_NAME(srcXY[0] - (oneX >> 1), maxX,