Home | History | Annotate | Download | only in src

Lines Matching refs:startSize

1127     if (ppem_size < startSize || ppem_size > endSize)
1130 unsigned int s = ppem_size - startSize;
1147 if (unlikely (f < 1 || f > 3 || startSize > endSize)) return 3 * USHORT::static_size;
1148 return USHORT::static_size * (4 + ((endSize - startSize) >> (4 - f)));
1157 USHORT startSize; /* Smallest size to correct--in ppem */