Searched defs:maskWidth (Results 1 - 10 of 10) sorted by relevance

/external/pdfium/core/fpdfapi/page/
H A Dcpdf_image.cpp262 int32_t maskWidth = pMaskBitmap->GetWidth(); local
270 pMaskDict->SetNewFor<CPDF_Number>("Width", maskWidth);
275 mask_buf.reset(FX_Alloc2D(uint8_t, maskHeight, maskWidth));
276 mask_size = maskHeight * maskWidth; // Safe since checked alloc returned.
278 memcpy(mask_buf.get() + a * maskWidth, pMaskBitmap->GetScanline(a),
279 maskWidth);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2029 unsigned maskWidth = origWidth; local
2037 APInt newMask = APInt::getLowBitsSet(maskWidth, width);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1524 unsigned maskWidth = origWidth; local
1532 APInt newMask = APInt::getLowBitsSet(maskWidth, width);
/external/pdfium/core/fxge/skia/
H A Dfx_skia_device.cpp2481 int srcWidth, srcHeight, maskWidth, maskHeight; local
2486 if (!Upsample(pMask, mask8Storage, mask32Storage, &skMask, &maskWidth,
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 432 milliseconds