Home
last modified time | relevance | path

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

/external/harfbuzz/src/
Dharfbuzz-open.c1307 d->StartSize = GET_UShort(); in _HB_OPEN_Load_Device()
1315 if ( d->StartSize > d->EndSize || in _HB_OPEN_Load_Device()
1326 count = ( ( d->EndSize - d->StartSize + 1 ) >> in _HB_OPEN_Load_Device()
1408 if ( d && d->DeltaValue && size >= d->StartSize && size <= d->EndSize ) in _HB_OPEN_Get_Device()
1411 s = size - d->StartSize; in _HB_OPEN_Get_Device()
Dharfbuzz-open.h265 HB_UShort StartSize; /* smallest size to correct */ member
Dharfbuzz-dump.c467 DUMP_FUINT (Device, StartSize); in Dump_Device()
498 for (i = Device->StartSize; i <= Device->EndSize ; i++) in Dump_Device()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DGRState.h399 unsigned StartSize; variable
403 : S(s), StartSize(S.size()), St(st) {} in AutoPopulate()
406 if (StartSize == S.size()) in ~AutoPopulate()