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

  /external/wpa_supplicant_8/wpa_supplicant/
scan.h 27 struct scan_info *info, int new_scan);
bss.h 104 int new_scan);
bss.c 756 * @new_scan: Whether this update round was based on a new scan
763 int new_scan)
768 if (!new_scan)
events.c 49 int new_scan, int own_request);
    [all...]
scan.c     [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_path.cpp 101 FX_LPBYTE new_scan = new_dib->GetBuffer() + (row - new_box.top) * new_dib->GetPitch(); local
103 new_scan[col - new_box.left] = old_scan[col - m_Box.left] * mask_scan[col - left] / 255;

Completed in 379 milliseconds