Searched refs:maskHeight (Results 1 – 1 of 1) sorted by relevance
220 int32_t maskHeight = pMaskBitmap->GetHeight(); in SetImage() local227 pMaskDict->SetAtInteger("Height", maskHeight); in SetImage()238 mask_buf = FX_Alloc2D(uint8_t, maskHeight, maskWidth); in SetImage()239 mask_size = maskHeight * maskWidth; // Safe since checked alloc returned. in SetImage()240 for (int32_t a = 0; a < maskHeight; a++) { in SetImage()