Searched refs:startSize (Results 1 – 4 of 4) sorted by relevance
1615 if (unlikely (f < 1 || f > 3 || startSize > endSize)) return 3 * UINT16::static_size; in get_size()1616 return UINT16::static_size * (4 + ((endSize - startSize) >> (4 - f))); in get_size()1643 if (ppem_size < startSize || ppem_size > endSize) in get_delta_pixels()1646 unsigned int s = ppem_size - startSize; in get_delta_pixels()1661 UINT16 startSize; /* Smallest size to correct--in ppem */ member
521 unsigned startSize = Codecs.Size() + Hashers.Size(); in LoadDll() local523 used = (startSize != Codecs.Size() + Hashers.Size()); in LoadDll()526 startSize = Formats.Size(); in LoadDll()528 if (startSize != Formats.Size()) in LoadDll()
166 const unsigned startSize = Buf.size(); in EmitDeclName() local169 return startSize == endSize; in EmitDeclName()
61 const startSize = 10 // initial slice/string sizes const