HomeSort by relevance Sort by last modified time
    Searched refs:maskHeight (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_image.cpp 206 FX_INT32 maskHeight = pMaskBitmap->GetHeight();
213 pMaskDict->SetAtInteger(FX_BSTRC("Height"), maskHeight);
221 mask_buf = FX_Alloc2D(FX_BYTE, maskHeight, maskWidth);
222 mask_size = maskHeight * maskWidth; // Safe since checked alloc returned.
223 for (FX_INT32 a = 0; a < maskHeight; a ++) {
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
BackDropperFilter.java 574 int maskHeight = (int)Math.pow(2, mMaskHeightExp);
575 mMaskFormat.setDimensions(maskWidth, maskHeight);
583 int memHeight = Math.max(maskHeight, (int)Math.pow(2, heightExp));
588 Log.v(TAG, "Mask frames size " + maskWidth + " x " + maskHeight);
    [all...]

Completed in 266 milliseconds