Home
last modified time | relevance | path

Searched refs:endSize (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh1564 if (unlikely (f < 1 || f > 3 || startSize > endSize)) return 3 * USHORT::static_size; in get_size()
1565 return USHORT::static_size * (4 + ((endSize - startSize) >> (4 - f))); in get_size()
1592 if (ppem_size < startSize || ppem_size > endSize) in get_delta_pixels()
1611 USHORT endSize; /* Largest size to correct--in ppem */ member
/external/clang/lib/Index/
DUSRGeneration.cpp168 const unsigned endSize = Buf.size(); in EmitDeclName() local
169 return startSize == endSize; in EmitDeclName()