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
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/
Dfx_skia_device.cpp2481 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/
DTargetLowering.cpp2029 unsigned maskWidth = origWidth; in SimplifySetCC() local
2037 APInt newMask = APInt::getLowBitsSet(maskWidth, width); in SimplifySetCC()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1524 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/
DTargetLowering.cpp2119 unsigned maskWidth = origWidth; in SimplifySetCC() local
2127 APInt newMask = APInt::getLowBitsSet(maskWidth, width); in SimplifySetCC()