Searched refs:startSize (Results 1 – 4 of 4) sorted by relevance
520 unsigned startSize = Codecs.Size() + Hashers.Size(); in LoadDll() local522 used = (startSize != Codecs.Size() + Hashers.Size()); in LoadDll()525 startSize = Formats.Size(); in LoadDll()527 if (startSize != Formats.Size()) in LoadDll()
179 self.StartSize = startSize = min(keys)181 assert 0 <= startSize <= endSize184 for size in range(startSize, endSize + 1)]
2432 if (unlikely (f < 1 || f > 3 || startSize > endSize)) return 3 * HBUINT16::static_size; in get_size()2433 return HBUINT16::static_size * (4 + ((endSize - startSize) >> (4 - f))); in get_size()2466 if (ppem_size < startSize || ppem_size > endSize) in get_delta_pixels()2469 unsigned int s = ppem_size - startSize; in get_delta_pixels()2484 HBUINT16 startSize; /* Smallest size to correct--in ppem */ member
166 const unsigned startSize = Buf.size(); in EmitDeclName() local169 return startSize == endSize; in EmitDeclName()