/external/icu/icu4c/source/test/perf/leperf/ |
D | FontObject.cpp | 90 void *FontObject::readTable(LETag tag, le_uint32 *length) in readTable() function in FontObject 116 cmapTable = (CMAPTable *) readTable(cmapTag, &length); in findCMAP() 207 headTable = (HEADTable *) readTable(headTag, &length); in getUnitsPerEM() 221 MAXPTable *maxpTable = (MAXPTable *) readTable(maxpTag, &length); in getGlyphAdvance() 226 hheaTable = (HHEATable *) readTable(hheaTag, &length); in getGlyphAdvance() 230 hmtxTable = (HMTXTable *) readTable(hmtxTag, &length); in getGlyphAdvance()
|
D | PortableFontInstance.h | 66 const void *readTable(LETag tag, le_uint32 *length) const;
|
D | PortableFontInstance.cpp | 236 const void *PortableFontInstance::readTable(LETag tag, le_uint32 *length) const in readTable() function in PortableFontInstance 272 const void *data= readTable(tableTag, &len); in readFontTable()
|
D | FontObject.h | 193 void *readTable(LETag tag, le_uint32 *length);
|
/external/icu/icu4c/source/test/letest/ |
D | FontObject.cpp | 86 void *FontObject::readTable(LETag tag, le_uint32 *length) in readTable() function in FontObject 112 cmapTable = (CMAPTable *) readTable(cmapTag, &length); in findCMAP() 203 headTable = (HEADTable *) readTable(headTag, &length); in getUnitsPerEM() 217 MAXPTable *maxpTable = (MAXPTable *) readTable(maxpTag, &length); in getGlyphAdvance() 222 hheaTable = (HHEATable *) readTable(hheaTag, &length); in getGlyphAdvance() 226 hmtxTable = (HMTXTable *) readTable(hmtxTag, &length); in getGlyphAdvance()
|
D | PortableFontInstance.h | 62 const void *readTable(LETag tag, le_uint32 *length) const;
|
D | PortableFontInstance.cpp | 233 const void *PortableFontInstance::readTable(LETag tag, le_uint32 *length) const in readTable() function in PortableFontInstance 264 const void *data= readTable(tableTag, &len); in readFontTable()
|
D | FontObject.h | 189 void *readTable(LETag tag, le_uint32 *length);
|
/external/cronet/third_party/icu/source/test/perf/leperf/ |
D | FontObject.cpp | 90 void *FontObject::readTable(LETag tag, le_uint32 *length) in readTable() function in FontObject 116 cmapTable = (CMAPTable *) readTable(cmapTag, &length); in findCMAP() 207 headTable = (HEADTable *) readTable(headTag, &length); in getUnitsPerEM() 221 MAXPTable *maxpTable = (MAXPTable *) readTable(maxpTag, &length); in getGlyphAdvance() 226 hheaTable = (HHEATable *) readTable(hheaTag, &length); in getGlyphAdvance() 230 hmtxTable = (HMTXTable *) readTable(hmtxTag, &length); in getGlyphAdvance()
|
D | PortableFontInstance.h | 66 const void *readTable(LETag tag, le_uint32 *length) const;
|
D | PortableFontInstance.cpp | 236 const void *PortableFontInstance::readTable(LETag tag, le_uint32 *length) const in readTable() function in PortableFontInstance 272 const void *data= readTable(tableTag, &len); in readFontTable()
|
D | FontObject.h | 193 void *readTable(LETag tag, le_uint32 *length);
|
/external/cronet/third_party/icu/source/test/letest/ |
D | FontObject.cpp | 86 void *FontObject::readTable(LETag tag, le_uint32 *length) in readTable() function in FontObject 112 cmapTable = (CMAPTable *) readTable(cmapTag, &length); in findCMAP() 203 headTable = (HEADTable *) readTable(headTag, &length); in getUnitsPerEM() 217 MAXPTable *maxpTable = (MAXPTable *) readTable(maxpTag, &length); in getGlyphAdvance() 222 hheaTable = (HHEATable *) readTable(hheaTag, &length); in getGlyphAdvance() 226 hmtxTable = (HMTXTable *) readTable(hmtxTag, &length); in getGlyphAdvance()
|
D | PortableFontInstance.h | 62 const void *readTable(LETag tag, le_uint32 *length) const;
|
D | PortableFontInstance.cpp | 233 const void *PortableFontInstance::readTable(LETag tag, le_uint32 *length) const in readTable() function in PortableFontInstance 264 const void *data= readTable(tableTag, &len); in readFontTable()
|
D | FontObject.h | 189 void *readTable(LETag tag, le_uint32 *length);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 204 static wasm::WasmTable readTable(WasmObjectFile::ReadContext &Ctx) { in readTable() function 918 Im.Table = readTable(Ctx); in parseImportSection() 962 Tables.push_back(readTable(Ctx)); in parseTableSection()
|