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

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 594 FX_LPCBYTE mask_scan = bitmap_device2.GetBitmap()->GetScanline(row); local
596 int alpha = *mask_scan ++;
681 FX_LPCBYTE mask_scan = bitmap_device2.GetBitmap()->GetScanline(row); local
683 int alpha = *mask_scan ++;
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_path.cpp 100 FX_LPBYTE mask_scan = mask_dib->GetBuffer() + (row - top) * mask_dib->GetPitch(); local
103 new_scan[col - new_box.left] = old_scan[col - m_Box.left] * mask_scan[col - left] / 255;

Completed in 1222 milliseconds