/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-open-file-private.hh | 79 return tables[i]; 88 if (t == tables[i].tag) 107 return TRACE_RETURN (c->check_struct (this) && c->check_array (tables, TableRecord::static_size, numTables)); 112 USHORT numTables; /* Number of tables. */ 116 TableRecord tables[VAR]; /* TableRecord entries. numTables items */ member in struct:OT::OffsetTable 118 DEFINE_SIZE_ARRAY (12, tables);
|
/external/harfbuzz_ng/src/ |
hb-open-file-private.hh | 79 return tables[i]; 88 if (t == tables[i].tag) 107 return TRACE_RETURN (c->check_struct (this) && c->check_array (tables, TableRecord::static_size, numTables)); 112 USHORT numTables; /* Number of tables. */ 116 TableRecord tables[VAR]; /* TableRecord entries. numTables items */ member in struct:OT::OffsetTable 118 DEFINE_SIZE_ARRAY (12, tables);
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/ |
OpenTypeUtilities.cpp | 68 TableDirectoryEntry tables[1]; member in struct:WebCore::sfntHeader 154 if (sfnt->tables[t].tag == 'name') 171 rewrittenSfnt->tables[t].length = nameTableSize; 172 rewrittenSfnt->tables[t].offset = originalDataSize; 198 rewrittenSfnt->tables[t].checkSum = 0; 200 rewrittenSfnt->tables[t].checkSum = rewrittenSfnt->tables[t].checkSum + reinterpret_cast<BigEndianULong*>(name)[i];
|
/external/chromium_org/third_party/brotli/src/woff2/ |
font.h | 45 std::map<uint32_t, Table> tables; member in struct:woff2::Font
|
woff2_dec.cc | 585 // do have a guarantee that the tables are sorted by tag. But the total 587 const Table* FindTable(const std::vector<Table>& tables, uint32_t tag) { 588 size_t n_tables = tables.size(); 590 if (tables[i].tag == tag) { 591 return &tables[i]; 597 bool ReconstructTransformed(const std::vector<Table>& tables, uint32_t tag, 601 const Table* glyf_table = FindTable(tables, tag); 602 const Table* loca_table = FindTable(tables, kLocaTableTag); 619 if (!FindTable(tables, kGlyfTableTag)) { 639 bool FixChecksums(const std::vector<Table>& tables, uint8_t* dst) [all...] |
/external/chromium_org/third_party/cld/encodings/compact_lang_det/ |
compact_lang_det_impl.h | 87 // Relatively small tables and relatively fast processing 108 // Pointers to the actual tables 147 const CompactLangDet::DetectionTables* tables,
|
/external/chromium_org/third_party/opus/src/ |
silk_headers.mk | 11 silk/tables.h \
|
/external/libopus/ |
silk_headers.mk | 11 silk/tables.h \
|
/external/fonttools/Lib/fontTools/ |
merge.py | 11 from fontTools.ttLib.tables import otTables, _h_e_a_d 12 from fontTools.ttLib.tables.DefaultTable import DefaultTable 142 def merge(self, m, tables): 150 return m.mergeObjects(self, self.mergeMap, tables) 152 return logic(tables) 279 def merge(self, m, tables): 280 DefaultTable.merge(self, m, tables) 333 def merge(self, m, tables): 334 for i,table in enumerate(tables): 344 return DefaultTable.merge(self, m, tables) [all...] |
/external/chromium_org/third_party/ots/src/ |
woff2.cc | 695 // do have a guarantee that the tables are sorted by tag. But the total 697 const Table* FindTable(const std::vector<Table>& tables, uint32_t tag) { 698 size_t n_tables = tables.size(); 700 if (tables.at(i).tag == tag) { 701 return &tables.at(i); 707 bool ReconstructTransformed(const std::vector<Table>& tables, uint32_t tag, 711 const Table* glyf_table = FindTable(tables, tag); 712 const Table* loca_table = FindTable(tables, TAG('l', 'o', 'c', 'a')); 729 if (!FindTable(tables, TAG('g', 'l', 'y', 'f'))) { 749 bool FixChecksums(const std::vector<Table>& tables, uint8_t* dst) [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/ |
braille_background.js | 37 cvox.BrailleTable.getAll(goog.bind(function(tables) { 42 this.tables_ = tables; 95 var tables = this.tables_; 96 var table = cvox.BrailleTable.forId(tables, localStorage['brailleTable']); 102 var firstPass = tables.filter(function(table) { 118 table = cvox.BrailleTable.forId(tables, 'en-US-comp8'); 143 var table8Dot = cvox.BrailleTable.forId(tables, 146 tables, 204 'chromevox/background/braille/tables'));
|
/build/core/combo/ |
HOST_darwin-x86_64.mk | 59 HOST_GLOBAL_CFLAGS += -fPIC -funwind-tables
|
/external/chromium_org/third_party/freetype/include/freetype/ |
ftgxval.h | 5 /* FreeType API for validating TrueTypeGX/AAT tables (specification). */ 53 /* An API to validate TrueTypeGX/AAT tables. */ 57 /* some TrueTypeGX tables (feat, mort, morx, bsln, just, kern, opbd, */ 91 * The number of tables checked in this module. Use it as a parameter 112 * indicate which TrueTypeGX/AAT Type tables should be validated. 146 * Validate all TrueTypeGX tables (feat, mort, morx, bsln, just, kern, 182 * Validate various TrueTypeGX tables to assure that all offsets and 184 * actually does the text layout can access those tables without 192 * A bit field which specifies the tables to be validated. See 196 * The size of the `tables' array. Normally, @FT_VALIDATE_GX_LENGT [all...] |
/external/freetype/include/ |
ftgxval.h | 5 /* FreeType API for validating TrueTypeGX/AAT tables (specification). */ 53 /* An API to validate TrueTypeGX/AAT tables. */ 57 /* some TrueTypeGX tables (feat, mort, morx, bsln, just, kern, opbd, */ 91 * The number of tables checked in this module. Use it as a parameter 112 * indicate which TrueTypeGX/AAT Type tables should be validated. 146 * Validate all TrueTypeGX tables (feat, mort, morx, bsln, just, kern, 182 * Validate various TrueTypeGX tables to assure that all offsets and 184 * actually does the text layout can access those tables without 192 * A bit field that specifies the tables to be validated. See 196 * The size of the `tables' array. Normally, @FT_VALIDATE_GX_LENGT [all...] |
/external/pdfium/core/include/thirdparties/freetype/freetype/ |
ftgxval.h | 5 /* FreeType API for validating TrueTypeGX/AAT tables (specification). */ 53 /* An API to validate TrueTypeGX/AAT tables. */ 57 /* some TrueTypeGX tables (feat, mort, morx, bsln, just, kern, opbd, */ 91 * The number of tables checked in this module. Use it as a parameter 112 * indicate which TrueTypeGX/AAT Type tables should be validated. 146 * Validate all TrueTypeGX tables (feat, mort, morx, bsln, just, kern, 182 * Validate various TrueTypeGX tables to assure that all offsets and 184 * actually does the text layout can access those tables without 192 * A bit field which specifies the tables to be validated. See 196 * The size of the `tables' array. Normally, @FT_VALIDATE_GX_LENGT [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/ |
ftgxval.h | 5 /* FreeType API for validating TrueTypeGX/AAT tables (specification). */ 53 /* An API to validate TrueTypeGX/AAT tables. */ 57 /* some TrueTypeGX tables (feat, mort, morx, bsln, just, kern, opbd, */ 91 * The number of tables checked in this module. Use it as a parameter 112 * indicate which TrueTypeGX/AAT Type tables should be validated. 146 * Validate all TrueTypeGX tables (feat, mort, morx, bsln, just, kern, 182 * Validate various TrueTypeGX tables to assure that all offsets and 184 * actually does the text layout can access those tables without 192 * A bit field which specifies the tables to be validated. See 196 * The size of the `tables' array. Normally, @FT_VALIDATE_GX_LENGT [all...] |
/packages/inputmethods/LatinIME/tools/dicttool/ |
NativeLib.mk | 29 LOCAL_CFLAGS += -DFLAG_DBG -funwind-tables -fno-inline
|
/external/chromium_org/android_webview/native/ |
cancellation_signal_android_jar_jni_headers.target.darwin-arm64.mk | 58 -funwind-tables \ 72 -funwind-tables 146 -funwind-tables \ 160 -funwind-tables
|
cancellation_signal_android_jar_jni_headers.target.darwin-mips.mk | 61 -funwind-tables \ 77 -funwind-tables 155 -funwind-tables \ 171 -funwind-tables
|
cancellation_signal_android_jar_jni_headers.target.darwin-x86.mk | 62 -funwind-tables \ 78 -funwind-tables 156 -funwind-tables \ 172 -funwind-tables
|
cancellation_signal_android_jar_jni_headers.target.darwin-x86_64.mk | 61 -funwind-tables \ 77 -funwind-tables 154 -funwind-tables \ 170 -funwind-tables
|
cancellation_signal_android_jar_jni_headers.target.linux-arm64.mk | 58 -funwind-tables \ 72 -funwind-tables 146 -funwind-tables \ 160 -funwind-tables
|
cancellation_signal_android_jar_jni_headers.target.linux-mips.mk | 61 -funwind-tables \ 77 -funwind-tables 155 -funwind-tables \ 171 -funwind-tables
|
cancellation_signal_android_jar_jni_headers.target.linux-x86.mk | 62 -funwind-tables \ 78 -funwind-tables 156 -funwind-tables \ 172 -funwind-tables
|
cancellation_signal_android_jar_jni_headers.target.linux-x86_64.mk | 61 -funwind-tables \ 77 -funwind-tables 154 -funwind-tables \ 170 -funwind-tables
|