Searched refs:maskWidth (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_image.cpp209 FX_INT32 maskWidth = pMaskBitmap->GetWidth(); local
217 pMaskDict->SetAtInteger(FX_BSTRC("Width"), maskWidth);
226 mask_size = maskHeight * maskWidth;
229 FXSYS_memcpy32(mask_buf + a * maskWidth, pMaskBitmap->GetScanline(a), maskWidth);
/external/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor_Blitter.h692 const int maskWidth = maskX0 + width; local
693 SkASSERT(maskWidth <= BlockDim);
698 memset(mask + maskX0 + j*BlockDim, 0xFF, maskWidth);
706 memset(mask + maskX0 + j*BlockDim, 0xFF, maskWidth);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1337 unsigned maskWidth = origWidth; local
1345 APInt newMask = APInt::getLowBitsSet(maskWidth, width);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1085 milliseconds