Home | History | Annotate | Download | only in core

Lines Matching refs:addRun

892     void addRun(int x, int y, U8CPU alpha, int count) {
932 this->addRun(x, y, alpha, 1);
941 this->addRun(x, y, 0xFF, width);
964 this->addRun(x++, y, leftAlpha, 1);
970 this->addRun(x, y, 0xFF, width);
973 this->addRun(x + width, y, rightAlpha, 1);
1158 fBuilder->addRun(fLeft, y - 1, 0, fRight - fLeft);
1218 fBuilder->addRun(x, y, 0xFF, width);
1251 fBuilder->addRun(localX, y, *alpha, localCount);
1499 builder.addRun(left, lastY, proc(alphaA, alphaB), rite - left);
1508 builder.addRun(prevRite, lastY, 0, bounds.fRight - prevRite);
1575 builder.addRun(bounds.fLeft, bot - 1, 0, bounds.width());