Lines Matching full:xoffset
604 * @param xOffset x-offset within destination bitmap608 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);