Home
last modified time | relevance | path

Searched refs:startSize (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp520 unsigned startSize = Codecs.Size() + Hashers.Size(); in LoadDll() local
522 used = (startSize != Codecs.Size() + Hashers.Size()); in LoadDll()
525 startSize = Formats.Size(); in LoadDll()
527 if (startSize != Formats.Size()) in LoadDll()
/external/fonttools/Lib/fontTools/otlLib/
Dbuilder.py179 self.StartSize = startSize = min(keys)
181 assert 0 <= startSize <= endSize
184 for size in range(startSize, endSize + 1)]
/external/harfbuzz_ng/src/
Dhb-ot-layout-common.hh2432 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
/external/clang/lib/Index/
DUSRGeneration.cpp166 const unsigned startSize = Buf.size(); in EmitDeclName() local
169 return startSize == endSize; in EmitDeclName()