Home | History | Annotate | Download | only in core

Lines Matching full:ftop

669     if (this->readPixels(&tmp, bounds.fLeft, bounds.fTop)) {
865 device->setOrigin(ir.fLeft, ir.fTop);
866 DeviceCM* layer = SkNEW_ARGS(DeviceCM, (device, ir.fLeft, ir.fTop, paint, this));
1445 if (rect.fTop >= clipR.fBottom || rect.fBottom <= clipR.fTop) {
1496 pinIntForScalar(ibounds.fTop - inset),
1821 c.fTop = SkMax32(0, center.fTop);
1823 c.fBottom = SkPin32(center.fBottom, c.fTop, h);
1829 0, SkIntToScalar(c.fTop), SkIntToScalar(c.fBottom), SkIntToScalar(h)
1836 dst.fTop, dst.fTop + SkIntToScalar(c.fTop),
1846 dstY[1] = dstY[0] + (dstY[3] - dstY[0]) * c.fTop / (h - c.height());
1853 s.fTop = srcY[y];
1855 d.fTop = dstY[y];
1955 r.fTop = offset;
1962 r.fTop = offset;