Home
last modified time | relevance | path

Searched refs:maskHeight (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_image.cpp263 int32_t maskHeight = pMaskBitmap->GetHeight(); in SetImage() local
267 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()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp2613 int srcWidth, srcHeight, maskWidth, maskHeight; in DrawBitsWithMask() local
2619 &maskHeight, true)) { in DrawBitsWithMask()