Searched refs:maskHeight (Results 1 – 2 of 2) sorted by relevance
263 int32_t maskHeight = pMaskBitmap->GetHeight(); in SetImage() local271 pMaskDict->SetNewFor<CPDF_Number>("Height", maskHeight); in SetImage()275 mask_buf.reset(FX_Alloc2D(uint8_t, maskHeight, maskWidth)); in SetImage()276 mask_size = maskHeight * maskWidth; // Safe since checked alloc returned. in SetImage()277 for (int32_t a = 0; a < maskHeight; a++) { in SetImage()
2481 int srcWidth, srcHeight, maskWidth, maskHeight; in DrawBitsWithMask() local2487 &maskHeight, true)) { in DrawBitsWithMask()