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

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcinit.c248 if (config->rescanTime + config->rescanInterval - now > 0)
H A Dfccfg.c191 config->rescanTime = time(0);
272 if ((config_time.set && config_time.time - config->rescanTime > 0) ||
273 (config_dir_time.set && (config_dir_time.time - config->rescanTime) > 0) ||
274 (font_time.set && (font_time.time - config->rescanTime) > 0))
283 config->rescanTime = now;
292 config->rescanTime = now;
H A Dfcint.h573 time_t rescanTime; /* last time information was scanned */ member in struct:_FcConfig
/xsrc/external/mit/fontconfig/include/
H A Dfcint.h590 time_t rescanTime; /* last time information was scanned */ member in struct:_FcConfig

Completed in 10 milliseconds