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

/external/freetype/src/pshinter/
H A Dpshglob.c232 /* fuzz-expands the zones as well. */
239 FT_Int fuzz,
317 /* expand top and bottom tables with blue fuzz */
331 zone->org_bottom -= fuzz;
334 /* checking that the interval is smaller than the fuzz */
342 if ( delta < 2 * fuzz )
346 zone[0].org_top = top + fuzz;
347 zone[1].org_bottom = bot - fuzz;
355 zone->org_top = top + fuzz;
234 psh_blues_set_zones( PSH_Blues target, FT_UInt count, FT_Short* blues, FT_UInt count_others, FT_Short* other_blues, FT_Int fuzz, FT_Int family ) argument
/external/kernel-headers/original/linux/
H A Dinput.h55 * @fuzz: specifies fuzz value that is used to filter noise from
73 __s32 fuzz; member in struct:input_absinfo
1212 * about absolute axes (current value, min, max, flat, fuzz,
1562 int min, int max, int fuzz, int flat);
1582 INPUT_GENERATE_ABS_ACCESSORS(fuzz, fuzz)
/external/dnsmasq/src/
H A Drfc2131.c141 unsigned short fuzz = 0; local
1044 fuzz = rand16();
1229 while (fuzz > (time/16))
1230 fuzz = fuzz/2;
1231 option_put(mess, end, OPTION_T1, 4, (time/2) - fuzz);
1232 option_put(mess, end, OPTION_T2, 4, ((time/8)*7) - fuzz);
/external/qemu/hw/
H A Dgoldfish_events_device.c78 /* 'fuzz;, and 'flat' ABS_XXX values are always zero here. */
79 uint32_t fuzz; member in struct:ABSEntry
463 * of (min,max,fuzz,flat) 32-bit values.
466 * fuzz corresponds to the device's fuziness, we set it to 0

Completed in 289 milliseconds