Use maskWidth and maskHeight for reading from the mask image in CairoOutputDev::drawMaskedImage()

Previously, drawMaskedImage() was incorrectly using the image width and height which is
wrong when width != maskWidth or heigh != maskHeight. Fixes #12668.
1 file changed