Lines Matching refs:addRun
910 void addRun(int x, int y, U8CPU alpha, int count) {
950 this->addRun(x, y, alpha, 1);
959 this->addRun(x, y, 0xFF, width);
982 this->addRun(x++, y, leftAlpha, 1);
988 this->addRun(x, y, 0xFF, width);
991 this->addRun(x + width, y, rightAlpha, 1);
1179 fBuilder->addRun(fLeft, y - 1, 0, fRight - fLeft);
1239 fBuilder->addRun(x, y, 0xFF, width);
1272 fBuilder->addRun(localX, y, *alpha, localCount);
1505 builder.addRun(left, lastY, proc(alphaA, alphaB), rite - left);
1514 builder.addRun(prevRite, lastY, 0, bounds.fRight - prevRite);
1581 builder.addRun(bounds.fLeft, bot - 1, 0, bounds.width());