Home | History | Annotate | Download | only in genrb

Lines Matching refs:fLocalKeyLimit

208         return (uint16_t)(key + bundle->fLocalKeyLimit);  /* offset in the pool bundle */
309 (!hasLocalKeys || maxKey < bundle->fLocalKeyLimit) &&
310 (!hasPoolKeys || maxPoolKey < (0x10000 - bundle->fLocalKeyLimit))
675 bundle->fLocalKeyLimit = bundle->fKeysTop;
677 bundle->fLocalKeyLimit = 0x10000;
680 bundle->fLocalKeyLimit = 0;