Home | History | Annotate | Download | only in src

Lines Matching defs:startSize

2020     if (unlikely (f < 1 || f > 3 || startSize > endSize)) return 3 * HBUINT16::static_size;
2021 return HBUINT16::static_size * (4 + ((endSize - startSize) >> (4 - f)));
2048 if (ppem_size < startSize || ppem_size > endSize)
2051 unsigned int s = ppem_size - startSize;
2066 HBUINT16 startSize; /* Smallest size to correct--in ppem */