Lines Matching refs:fX
828 clippedDstPoint->fX -= clippedSrcRect->fLeft;
831 if (clippedDstPoint->fX < 0) {
832 clippedSrcRect->fLeft -= clippedDstPoint->fX;
833 clippedDstPoint->fX = 0;
850 if (clippedDstPoint->fX + clippedSrcRect->width() > dst->width()) {
851 clippedSrcRect->fRight = clippedSrcRect->fLeft + dst->width() - clippedDstPoint->fX;
921 SkASSERT(dstPoint.fX >= 0 && dstPoint.fY >= 0);
922 SkASSERT(dstPoint.fX + srcRect.width() <= dst->width() &&
942 matrix.setTranslate(SkIntToScalar(srcRect.fLeft - dstPoint.fX),
946 SkIRect dstRect = SkIRect::MakeXYWH(dstPoint.fX,