Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_image.cpp209 FX_INT32 maskWidth = pMaskBitmap->GetWidth(); in SetImage() local
217 pMaskDict->SetAtInteger(FX_BSTRC("Width"), maskWidth); in SetImage()
226 mask_size = maskHeight * maskWidth; in SetImage()
229 FXSYS_memcpy32(mask_buf + a * maskWidth, pMaskBitmap->GetScanline(a), maskWidth); in SetImage()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1337 unsigned maskWidth = origWidth; in SimplifySetCC() local
1345 APInt newMask = APInt::getLowBitsSet(maskWidth, width); in SimplifySetCC()