Searched refs:minAlphaFrac (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A Dpldhash.h220 uint8 minAlphaFrac; /* 8-bit fixed point min alpha */ member in struct:PLDHashTable
H A Dpldhash.c244 table->minAlphaFrac = 0x40; /* .25 */
262 #define MIN_LOAD(table, size) (((table)->minAlphaFrac * (size)) >> 8)
293 * not to truncate an entry's worth of alpha when storing in minAlphaFrac
303 table->minAlphaFrac = (uint8)(minAlpha * 256);

Completed in 53 milliseconds