Searched refs:maskWidth (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_image.cpp | 262 int32_t maskWidth = pMaskBitmap->GetWidth(); in SetImage() local 270 pMaskDict->SetNewFor<CPDF_Number>("Width", maskWidth); 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() 278 memcpy(mask_buf.get() + a * maskWidth, pMaskBitmap->GetScanline(a), in SetImage() 279 maskWidth); in SetImage()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 2481 int srcWidth, srcHeight, maskWidth, maskHeight; in DrawBitsWithMask() local 2486 if (!Upsample(pMask, mask8Storage, mask32Storage, &skMask, &maskWidth, in DrawBitsWithMask()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2029 unsigned maskWidth = origWidth; in SimplifySetCC() local 2037 APInt newMask = APInt::getLowBitsSet(maskWidth, width); in SimplifySetCC()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1524 unsigned maskWidth = origWidth; in SimplifySetCC() local 1532 APInt newMask = APInt::getLowBitsSet(maskWidth, width); in SimplifySetCC()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2119 unsigned maskWidth = origWidth; in SimplifySetCC() local 2127 APInt newMask = APInt::getLowBitsSet(maskWidth, width); in SimplifySetCC()
|