Home | History | Annotate | Download | only in gpu

Lines Matching refs:fY

838         clippedDstPoint->fY -= clippedSrcRect->fTop;
841 if (clippedDstPoint->fY < 0) {
842 clippedSrcRect->fTop -= clippedDstPoint->fY;
843 clippedDstPoint->fY = 0;
858 if (clippedDstPoint->fY + clippedSrcRect->height() > dst->height()) {
859 clippedSrcRect->fBottom = clippedSrcRect->fTop + dst->height() - clippedDstPoint->fY;
921 SkASSERT(dstPoint.fX >= 0 && dstPoint.fY >= 0);
923 dstPoint.fY + srcRect.height() <= dst->height());
943 SkIntToScalar(srcRect.fTop - dstPoint.fY));
947 dstPoint.fY,