Searched refs:maskWidth (Results 1 – 2 of 2) sorted by relevance
209 FX_INT32 maskWidth = pMaskBitmap->GetWidth(); in SetImage() local217 pMaskDict->SetAtInteger(FX_BSTRC("Width"), maskWidth); in SetImage()226 mask_size = maskHeight * maskWidth; in SetImage()229 FXSYS_memcpy32(mask_buf + a * maskWidth, pMaskBitmap->GetScanline(a), maskWidth); in SetImage()
1337 unsigned maskWidth = origWidth; in SimplifySetCC() local1345 APInt newMask = APInt::getLowBitsSet(maskWidth, width); in SimplifySetCC()