Home
last modified time | relevance | path

Searched refs:startSize (Results 1 – 5 of 5) 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.py178 self.StartSize = startSize = min(keys)
180 assert 0 <= startSize <= endSize
183 for size in range(startSize, endSize + 1)]
/external/harfbuzz_ng/src/
Dhb-ot-layout-common.hh2020 if (unlikely (f < 1 || f > 3 || startSize > endSize)) return 3 * HBUINT16::static_size; in get_size()
2021 return HBUINT16::static_size * (4 + ((endSize - startSize) >> (4 - f))); in get_size()
2048 if (ppem_size < startSize || ppem_size > endSize) in get_delta_pixels()
2051 unsigned int s = ppem_size - startSize; in get_delta_pixels()
2066 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()
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...