/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
H A D | bitmap_size_table.cc | 88 IndexSubTable* subtable = SearchIndexSubTables(glyph_id); in GlyphOffset() local 89 if (subtable == NULL) { in GlyphOffset() 92 return subtable->GlyphOffset(glyph_id); in GlyphOffset() 96 IndexSubTable* subtable = SearchIndexSubTables(glyph_id); in GlyphLength() local 97 if (subtable == NULL) { in GlyphLength() 100 return subtable->GlyphLength(glyph_id); in GlyphLength() 112 IndexSubTable* subtable = SearchIndexSubTables(glyph_id); in GlyphFormat() local 113 if (subtable == NULL) { in GlyphFormat() 116 return subtable->image_format(); in GlyphFormat() 160 IndexSubTable* subtable in BinarySearchIndexSubTables() local 339 IndexSubTable::Builder* subtable = SearchIndexSubTables(glyph_id); GlyphOffset() local 347 IndexSubTable::Builder* subtable = SearchIndexSubTables(glyph_id); GlyphLength() local 355 IndexSubTable::Builder* subtable = SearchIndexSubTables(glyph_id); GlyphFormat() local 437 IndexSubTable::Builder* subtable = subtable_list->at(index); BinarySearchIndexSubTables() local [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-cmap-table.hh | 85 HBUINT16 length; /* Byte length of this subtable. */ 307 accelerator_t (const CmapSubtableFormat4 *subtable) { init (subtable); } in accelerator_t() 310 void init (const CmapSubtableFormat4 *subtable) in init() 312 segCount = subtable->segCountX2 / 2; in init() 313 endCount = subtable->values.arrayZ; in init() 318 glyphIdArrayLength = (subtable->length - 16 - 8 * segCount) / 2; in init() 483 * the subtable at the end of the blob. */ in sanitize() 499 * subtable. */ 548 * subtable forma 1384 subtable; /* Byte offset from beginning of table to the subtable for this encoding. */ global() member 1575 const CmapSubtable *subtable; find_best_subtable() local 1734 hb_nonnull_ptr_t<const CmapSubtable> subtable; global() member [all...] |
H A D | hb-aat-layout-morx-table.hh | 410 Offset = 0x3FFF, /* Byte offset from beginning of subtable to the 881 Vertical = 0x80, /* If set, this subtable will only be applied 882 * to vertical text. If clear, this subtable 884 Backwards = 0x40, /* If set, this subtable will process glyphs 887 AllDirections = 0x20, /* If set, this subtable will be applied to 890 Logical = 0x10, /* If set, this subtable will process glyphs 938 HBUINT length; /* Total subtable length, including this header. */ 939 HBUINT coverage; /* Coverage flags and subtable type. */ 940 HBUINT32 subFeatureFlags;/* The 32-bit mask identifying which subtable this is. */ 991 const ChainSubtable<Types> *subtable in apply() local 1071 const ChainSubtable<Types> *subtable = &StructAfter<ChainSubtable<Types>> (featureZ.as_array (featureCount)); sanitize() local [all...] |
H A D | hb-ot-color-cbdt-table.hh | 385 auto *subtable = c->serializer->start_embed<IndexSubtable> (); in add_new_subtable() local 386 if (unlikely (!subtable)) return_trace (false); in add_new_subtable() 387 if (unlikely (!c->serializer->extend_min (subtable))) return_trace (false); in add_new_subtable() 392 subtable->populate_header (old_header->indexFormat, in add_new_subtable() 412 if (unlikely (!subtable->fill_missing_glyphs (c->serializer, in add_new_subtable() 430 subtable, in add_new_subtable() 437 if (unlikely (!subtable->finish_subtable (c->serializer, in add_new_subtable()
|
/third_party/icu/icu4c/source/samples/layout/ |
H A D | cmaps.cpp | 69 const CMAPEncodingSubtable *subtable = NULL; in createUnicodeMapper() local 91 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + offset10); in createUnicodeMapper() 93 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + offset1); in createUnicodeMapper() 98 switch (SWAPW(subtable->format)) { in createUnicodeMapper() 100 return new CMAPFormat4Mapper(cmap, (const CMAPFormat4Encoding *) subtable); in createUnicodeMapper() 104 const CMAPFormat12Encoding *encoding = (const CMAPFormat12Encoding *) subtable; in createUnicodeMapper()
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | cmaps.cpp | 69 const CMAPEncodingSubtable *subtable = NULL; in createUnicodeMapper() local 91 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + offset10); in createUnicodeMapper() 93 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + offset1); in createUnicodeMapper() 98 switch (SWAPW(subtable->format)) { in createUnicodeMapper() 100 return new CMAPFormat4Mapper(cmap, (const CMAPFormat4Encoding *) subtable); in createUnicodeMapper() 104 const CMAPFormat12Encoding *encoding = (const CMAPFormat12Encoding *) subtable; in createUnicodeMapper()
|
/third_party/icu/icu4c/source/test/perf/leperf/ |
H A D | cmaps.cpp | 64 const CMAPEncodingSubtable *subtable = NULL; in createUnicodeMapper() local 88 // printf("%s:%d: microsoft (3) platform specific ID %d (wanted 1 or 10) for subtable %d/%d\n", __FILE__, __LINE__, (SWAPW(esh->platformSpecificID)), i, nSubtables); in createUnicodeMapper() 91 //printf("%s:%d: platform ID %d (wanted 3, microsoft) for subtable %d/%d\n", __FILE__, __LINE__, (SWAPW(esh->platformID)), i, nSubtables); in createUnicodeMapper() 128 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + foundOffset); in createUnicodeMapper() 129 //printf("%s:%d: using subtable #%d/%d type %d:%d\n", __FILE__, __LINE__, foundTable, nSubtables, foundPlatformID, foundPlatformSpecificID); in createUnicodeMapper() 131 printf("%s:%d: could not find subtable.\n", __FILE__, __LINE__); in createUnicodeMapper() 135 le_uint16 tableFormat = SWAPW(subtable->format); in createUnicodeMapper() 140 return new CMAPFormat4Mapper(cmap, (const CMAPFormat4Encoding *) subtable); in createUnicodeMapper() 144 const CMAPFormat12Encoding *encoding = (const CMAPFormat12Encoding *) subtable; in createUnicodeMapper() 153 printf("%s:%d: Unknown format %x.\n", __FILE__, __LINE__, (SWAPW(subtable in createUnicodeMapper() [all...] |
/third_party/icu/icu4c/source/test/letest/ |
H A D | cmaps.cpp | 60 const CMAPEncodingSubtable *subtable = NULL; in createUnicodeMapper() local 84 // printf("%s:%d: microsoft (3) platform specific ID %d (wanted 1 or 10) for subtable %d/%d\n", __FILE__, __LINE__, (SWAPW(esh->platformSpecificID)), i, nSubtables); in createUnicodeMapper() 87 //printf("%s:%d: platform ID %d (wanted 3, microsoft) for subtable %d/%d\n", __FILE__, __LINE__, (SWAPW(esh->platformID)), i, nSubtables); in createUnicodeMapper() 124 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + foundOffset); in createUnicodeMapper() 125 //printf("%s:%d: using subtable #%d/%d type %d:%d\n", __FILE__, __LINE__, foundTable, nSubtables, foundPlatformID, foundPlatformSpecificID); in createUnicodeMapper() 130 printf("%s:%d: could not find subtable.\n", __FILE__, __LINE__); in createUnicodeMapper() 134 le_uint16 tableFormat = SWAPW(subtable->format); in createUnicodeMapper() 139 return new CMAPFormat4Mapper(cmap, (const CMAPFormat4Encoding *) subtable); in createUnicodeMapper() 143 const CMAPFormat12Encoding *encoding = (const CMAPFormat12Encoding *) subtable; in createUnicodeMapper() 152 printf("%s:%d: Unknown format %x.\n", __FILE__, __LINE__, (SWAPW(subtable in createUnicodeMapper() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ValidIdentifiers.java | 172 Map<Datasubtype, ValiditySet> subtable = ValidityData.data.get(datatype); in isValid() 173 if (subtable != null) { in isValid() 175 ValiditySet validitySet = subtable.get(datasubtype); in isValid() 187 Map<Datasubtype, ValiditySet> subtable = ValidityData.data.get(datatype); in isValid() 188 if (subtable != null) { in isValid() 192 ValiditySet validitySet = subtable.get(datasubtype); in isValid()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ValidIdentifiers.java | 183 Map<Datasubtype, ValiditySet> subtable = ValidityData.data.get(datatype); in isValid() 184 if (subtable != null) { in isValid() 186 ValiditySet validitySet = subtable.get(datasubtype); in isValid() 198 Map<Datasubtype, ValiditySet> subtable = ValidityData.data.get(datatype); in isValid() 199 if (subtable != null) { in isValid() 203 ValiditySet validitySet = subtable.get(datasubtype); in isValid()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state_binning.c | 51 /* Get the chip-specific subtable. */ in si_find_bin_size() 52 const struct si_bin_size_map *subtable = &table[log_num_rb_per_se][log_num_se][0]; in si_find_bin_size() local 54 for (i = 0; subtable[i].bin_size_x != 0; i++) { in si_find_bin_size() 55 if (sum >= subtable[i].start && sum < subtable[i + 1].start) in si_find_bin_size() 59 struct uvec2 size = {subtable[i].bin_size_x, subtable[i].bin_size_y}; in si_find_bin_size()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
H A D | Lookup.java | 59 public void addSubtable(LookupSubtable subtable) in addSubtable() argument 68 subtables[subtableCount] = subtable; in addSubtable()
|
/third_party/node/deps/npm/node_modules/iconv-lite/encodings/ |
H A D | dbcs-codec.js | 388 var subtable = this.encodeTable[uCode >> 8]; 389 if (subtable !== undefined) 390 dbcsCode = subtable[uCode & 0xFF];
|