Home
last modified time | relevance | path

Searched refs:TablePtr (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/
Dtable.h106 typedef Ptr<Table> TablePtr; typedef
109 typedef std::map<int32_t, TablePtr> TableMap;
110 typedef std::pair<int32_t, TablePtr> TableMapEntry;
Dtable_based_table_builder.h43 TablePtr table_;
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dserialization_test.cc68 TablePtr original_table = original->GetTable(TTF_KNOWN_TAGS[i]); in TestSerialization()
69 TablePtr serialized_table = serialized->GetTable(TTF_KNOWN_TAGS[i]); in TestSerialization()
133 TablePtr original_table = original->GetTable(BITMAP_KNOWN_TAGS[i]); in TestSerializationBitmap()
134 TablePtr serialized_table = serialized->GetTable(BITMAP_KNOWN_TAGS[i]); in TestSerializationBitmap()
Dotf_basic_editing_test.cc79 TablePtr table = i->second; in TestOTFBasicEditing()
92 TablePtr post = font->GetTable(Tag::post); in TestOTFBasicEditing()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp570 const XCOFFSectionHeader64 *TablePtr = sectionHeaderTable64(); in sections64() local
571 return ArrayRef<XCOFFSectionHeader64>(TablePtr, in sections64()
572 TablePtr + getNumberOfSections()); in sections64()
577 const XCOFFSectionHeader32 *TablePtr = sectionHeaderTable32(); in sections32() local
578 return ArrayRef<XCOFFSectionHeader32>(TablePtr, in sections32()
579 TablePtr + getNumberOfSections()); in sections32()
DCOFFObjectFile.cpp1742 const uint8_t *TablePtr = reinterpret_cast<const uint8_t *>(&Table); in getTableEntry() local
1743 ptrdiff_t TableOffset = TablePtr - BBS.data().data(); in getTableEntry()
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/
Dstats.cc38 TablePtr table = font->GetTable(tag); in TableSizePercent()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/
Dfont.cc108 TablePtr table = GetTable(tag); in BuildTableHeadersForSerialization()
150 TablePtr target_table = GetTable(record->tag()); in SerializeTables()
377 TablePtr table; in BuildTablesFromBuilders()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp262 MachineInstrBuilder MachineIRBuilder::buildBrJT(Register TablePtr, in buildBrJT() argument
265 assert(getMRI()->getType(TablePtr).isPointer() && in buildBrJT()
268 .addUse(TablePtr) in buildBrJT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h660 MachineInstrBuilder buildBrJT(Register TablePtr, unsigned JTI,