Searched refs:maskHeight (Results 1 – 2 of 2) sorted by relevance
263 int32_t maskHeight = pMaskBitmap->GetHeight(); in SetImage() local267 CreateXObjectImageDict(maskWidth, maskHeight); in SetImage()271 mask_buf.reset(FX_Alloc2D(uint8_t, maskHeight, maskWidth)); in SetImage()272 mask_size = maskHeight * maskWidth; // Safe since checked alloc returned. in SetImage()273 for (int32_t a = 0; a < maskHeight; a++) { in SetImage()
2613 int srcWidth, srcHeight, maskWidth, maskHeight; in DrawBitsWithMask() local2619 &maskHeight, true)) { in DrawBitsWithMask()