Lines Matching refs:addRun
978 void addRun(int x, int y, U8CPU alpha, int count) {
1018 this->addRun(x, y, alpha, 1);
1027 this->addRun(x, y, 0xFF, width);
1050 this->addRun(x++, y, leftAlpha, 1);
1056 this->addRun(x, y, 0xFF, width);
1059 this->addRun(x + width, y, rightAlpha, 1);
1247 fBuilder->addRun(fLeft, y - 1, 0, fRight - fLeft);
1307 fBuilder->addRun(x, y, 0xFF, width);
1340 fBuilder->addRun(localX, y, *alpha, localCount);
1573 builder.addRun(left, lastY, proc(alphaA, alphaB), rite - left);
1582 builder.addRun(prevRite, lastY, 0, bounds.fRight - prevRite);
1649 builder.addRun(bounds.fLeft, bot - 1, 0, bounds.width());