Home | History | Annotate | Download | only in chromium

Lines Matching defs:ty

439     int ty = y();
441 r.move(-tx, -ty);
443 gc->translate(static_cast<float>(tx), static_cast<float>(ty));
445 gc->translate(-static_cast<float>(tx), -static_cast<float>(ty));
459 int ty = y();
462 gc->drawRect(IntRect(tx, ty, width(), kBorderSize));
463 gc->drawRect(IntRect(tx, ty, kBorderSize, height()));
464 gc->drawRect(IntRect(tx, ty + height() - kBorderSize, width(), kBorderSize));
465 gc->drawRect(IntRect(tx + width() - kBorderSize, ty, kBorderSize, height()));
764 int ty = y() - scrollY();
766 r.move(-tx, -ty);
770 gc->translate(static_cast<float>(tx), static_cast<float>(ty));