Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcfx_cttgsubtable.h82 TDevice() : StartSize(0), EndSize(0), DeltaFormat(0) {} in TDevice()
84 uint16_t StartSize; member
/external/freetype/src/otvalid/
Dotvcommn.c314 FT_UInt StartSize, EndSize, DeltaFormat, count; in otv_Device_validate() local
320 StartSize = FT_NEXT_USHORT( p ); in otv_Device_validate()
333 if ( EndSize < StartSize ) in otv_Device_validate()
336 count = EndSize - StartSize + 1; in otv_Device_validate()
/external/fonttools/Lib/fontTools/varLib/
Dbuilder.py112 self.StartSize = varIdx >> 16
DvarStore.py299 s.add((self.StartSize<<16)+self.EndSize)
314 varIdx = mapping[(self.StartSize<<16)+self.EndSize]
315 self.StartSize = varIdx >> 16
Dmerger.py931 varidx = (dev.StartSize << 16) + dev.EndSize
959 varidx = (dev.StartSize << 16) + dev.EndSize
989 varidx = (dev.StartSize << 16) + dev.EndSize
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetInstrInfo.cpp354 size_t StartSize = Accesses.size(); in hasLoadFromStackSlot() local
362 return Accesses.size() != StartSize; in hasLoadFromStackSlot()
368 size_t StartSize = Accesses.size(); in hasStoreToStackSlot() local
376 return Accesses.size() != StartSize; in hasStoreToStackSlot()
/external/llvm-project/llvm/lib/CodeGen/
DTargetInstrInfo.cpp364 size_t StartSize = Accesses.size(); in hasLoadFromStackSlot() local
372 return Accesses.size() != StartSize; in hasLoadFromStackSlot()
378 size_t StartSize = Accesses.size(); in hasStoreToStackSlot() local
386 return Accesses.size() != StartSize; in hasStoreToStackSlot()
/external/llvm-project/clang/lib/Index/
DUSRGeneration.cpp225 const unsigned StartSize = Buf.size(); in VisitFunctionDecl() local
227 if (Buf.size() == StartSize) in VisitFunctionDecl()
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py1491 StartSize = tableDict["StartSize"]
1495 nItems = EndSize - StartSize + 1
1514 StartSize = tableDict["StartSize"]
1519 nItems = EndSize - StartSize + 1
/external/fonttools/Lib/fontTools/otlLib/
Dbuilder.py1736 self.StartSize = startSize = min(keys)
2359 device.StartSize,
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp1539 unsigned StartSize = ResultStmts.size(); in CollectStatementsForCase() local
1627 ResultStmts.resize(StartSize); in CollectStatementsForCase()