Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_image.cpp262 int32_t maskWidth = pMaskBitmap->GetWidth(); 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()
274 memcpy(mask_buf.get() + a * maskWidth, pMaskBitmap->GetScanline(a), in SetImage()
275 maskWidth); in SetImage()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp2613 int srcWidth, srcHeight, maskWidth, maskHeight; in DrawBitsWithMask() local
2618 if (!Upsample(pMask, mask8Storage, mask32Storage, &skMask, &maskWidth, in DrawBitsWithMask()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1524 unsigned maskWidth = origWidth; in SimplifySetCC() local
1532 APInt newMask = APInt::getLowBitsSet(maskWidth, width); in SimplifySetCC()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3623 unsigned maskWidth = origWidth; in SimplifySetCC() local
3630 APInt newMask = APInt::getLowBitsSet(maskWidth, width); in SimplifySetCC()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3319 unsigned maskWidth = origWidth; in SimplifySetCC() local
3326 APInt newMask = APInt::getLowBitsSet(maskWidth, width); in SimplifySetCC()