Home | History | Annotate | Download | only in tools

Lines Matching full:xoffset

604  * @param xOffset x-offset within destination bitmap
608 int xOffset, int yOffset) {
610 for (int x = 0; x < src.width() && x + xOffset < dst->width() ; x++) {
611 *dst->getAddr32(xOffset + x, yOffset + y) = *src.getAddr32(x, y);