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
271 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()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp2481 int srcWidth, srcHeight, maskWidth, maskHeight; in DrawBitsWithMask() local
2487 &maskHeight, true)) { in DrawBitsWithMask()