Home | History | Annotate | Download | only in gpu

Lines Matching full:ftop

455         dstCopy->setOffset(copyRect.fLeft, copyRect.fTop);
660 geo.positions()->setRectFan(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, vsize);
664 coords->setRectFan(localRect->fLeft, localRect->fTop,
837 if (clippedSrcRect->fTop < 0) {
838 clippedDstPoint->fY -= clippedSrcRect->fTop;
839 clippedSrcRect->fTop = 0;
842 clippedSrcRect->fTop -= clippedDstPoint->fY;
859 clippedSrcRect->fBottom = clippedSrcRect->fTop + dst->height() - clippedDstPoint->fY;
943 SkIntToScalar(srcRect.fTop - dstPoint.fY));