/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-ot-map.cc | 60 hb_ot_map_t::lookup_map_t *lookup = lookups[table_index].push (); in add_lookups() 114 for (unsigned int i = 0; i < lookups[table_index].len; i++) in collect_lookups() 115 hb_set_add (lookups_out, lookups[table_index][i].index); in collect_lookups() 252 if (last_num_lookups < m.lookups[table_index].len) in compile() 254 m.lookups[table_index].sort (last_num_lookups, m.lookups[table_index].len); in compile() 257 for (unsigned int i = j + 1; i < m.lookups[table_index].len; i++) in compile() 258 if (m.lookups[table_index][i].index != m.lookups[table_index][j].index) in compile() 259 m.lookups[table_index][++j] = m.lookups[table_index][i]; in compile() 262 m.lookups[table_index][j].mask |= m.lookups[table_index][i].mask; in compile() 263 m.lookups[table_index][j].auto_zwj &= m.lookups[table_index][i].auto_zwj; in compile() [all …]
|
D | hb-ot-map-private.hh | 115 …tage < stages[table_index].len ? stages[table_index][stage].last_lookup : lookups[table_index].len; in get_stage_lookups() 116 *plookups = &lookups[table_index][start]; in get_stage_lookups() 120 HB_INTERNAL void collect_lookups (unsigned int table_index, hb_set_t *lookups) const; 131 lookups[table_index].finish (); in finish() 151 hb_prealloced_array_t<lookup_map_t, 32> lookups[2]; /* GSUB/GPOS */ member
|
D | hb-ot-shape-private.hh | 49 inline void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const in collect_lookups() 57 map.collect_lookups (table_index, lookups); in collect_lookups()
|
D | hb-ot-shape.cc | 737 hb_set_t lookups; in hb_ot_shape_glyphs_closure() local 738 lookups.init (); in hb_ot_shape_glyphs_closure() 739 hb_ot_shape_plan_collect_lookups (shape_plan, HB_OT_TAG_GSUB, &lookups); in hb_ot_shape_glyphs_closure() 746 for (hb_codepoint_t lookup_index = -1; hb_set_next (&lookups, &lookup_index);) in hb_ot_shape_glyphs_closure()
|
D | hb-ot-layout.cc | 896 unsigned int lookup_index = lookups[table_index][i].index; in apply() 897 c.set_lookup_mask (lookups[table_index][i].mask); in apply() 898 c.set_auto_zwj (lookups[table_index][i].auto_zwj); in apply()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-map.cc | 60 hb_ot_map_t::lookup_map_t *lookup = lookups[table_index].push (); in add_lookups() 115 for (unsigned int i = 0; i < lookups[table_index].len; i++) in collect_lookups() 116 hb_set_add (lookups_out, lookups[table_index][i].index); in collect_lookups() 276 if (last_num_lookups < m.lookups[table_index].len) in compile() 278 m.lookups[table_index].qsort (last_num_lookups, m.lookups[table_index].len); in compile() 281 for (unsigned int i = j + 1; i < m.lookups[table_index].len; i++) in compile() 282 if (m.lookups[table_index][i].index != m.lookups[table_index][j].index) in compile() 283 m.lookups[table_index][++j] = m.lookups[table_index][i]; in compile() 286 m.lookups[table_index][j].mask |= m.lookups[table_index][i].mask; in compile() 287 m.lookups[table_index][j].auto_zwj &= m.lookups[table_index][i].auto_zwj; in compile() [all …]
|
D | hb-ot-map-private.hh | 115 …tage < stages[table_index].len ? stages[table_index][stage].last_lookup : lookups[table_index].len; in get_stage_lookups() 116 *plookups = &lookups[table_index][start]; in get_stage_lookups() 120 HB_INTERNAL void collect_lookups (unsigned int table_index, hb_set_t *lookups) const; 131 lookups[table_index].finish (); in finish() 151 hb_prealloced_array_t<lookup_map_t, 32> lookups[2]; /* GSUB/GPOS */ member
|
D | hb-ot-shape-private.hh | 49 inline void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const in collect_lookups() 57 map.collect_lookups (table_index, lookups); in collect_lookups()
|
D | hb-ot-shape.cc | 785 hb_set_t lookups; in hb_ot_shape_glyphs_closure() local 786 lookups.init (); in hb_ot_shape_glyphs_closure() 787 hb_ot_shape_plan_collect_lookups (shape_plan, HB_OT_TAG_GSUB, &lookups); in hb_ot_shape_glyphs_closure() 794 for (hb_codepoint_t lookup_index = -1; hb_set_next (&lookups, &lookup_index);) in hb_ot_shape_glyphs_closure()
|
D | hb-ot-layout.cc | 916 unsigned int lookup_index = lookups[table_index][i].index; in apply() 917 c.set_lookup_mask (lookups[table_index][i].mask); in apply() 918 c.set_auto_zwj (lookups[table_index][i].auto_zwj); in apply()
|
/external/clang/include/clang/AST/ |
D | DeclLookups.h | 71 inline DeclContext::lookups_range DeclContext::lookups() const { in lookups() function 82 return lookups().begin(); in lookups_begin() 86 return lookups().end(); in lookups_end()
|
/external/deqp/doc/testspecs/GLES2/ |
D | performance.texture.format.txt | 36 Test cases measure performance of 2D and cubemap texture lookups without 38 more texture lookups, each targeting different texture unit. There are 41 Texture lookups use same coordinates and lookup results are multiplied
|
/external/strace/ |
D | quota.c | 208 u_int32_t lookups; member 220 u_int32_t lookups; member 441 tprintf("{lookups=%u, ", dq.lookups); in decode_cmd_data() 463 tprintf("{lookups=%u, ", dq.lookups); in decode_cmd_data()
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/ |
D | OpenTypeVerticalData.cpp | 229 …bool getGlyphSubstitutions(const LookupList* lookups, HashMap<Glyph, Glyph>* map, const SharedBuff… in getGlyphSubstitutions() 235 const LookupTable* lookup = lookups->lookup(lookupListIndex[i], buffer); in getGlyphSubstitutions() 391 const LookupList* lookups = lookupList(buffer); in getVerticalGlyphSubstitutions() local 392 return lookups && verticalFeatureTable->getGlyphSubstitutions(lookups, map, buffer); in getVerticalGlyphSubstitutions()
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.fbo.invalidate.txt | 30 + Texture lookups from partially invalidated texture attachment
|
D | functional.texture.shadow.txt | 45 texture lookups.
|
/external/libvorbis/lib/ |
D | Makefile.am | 38 EXTRA_DIST = lookups.pl
|
/external/chromium_org/third_party/ots/src/ |
D | layout.cc | 1301 std::vector<uint16_t> lookups; in ParseLookupListTable() local 1302 lookups.reserve(*num_lookups); in ParseLookupListTable() 1316 lookups.push_back(offset); in ParseLookupListTable() 1318 if (lookups.size() != *num_lookups) { in ParseLookupListTable() 1323 if (!ParseLookupTable(file, data + lookups[i], length - lookups[i], in ParseLookupListTable()
|
/external/iptables/extensions/ |
D | libxt_CT.man | 24 Assign this packet to zone \fIid\fP and only have lookups done in that zone.
|
/external/zlib/src/doc/ |
D | algorithm.txt | 108 will be two lookups. If you had a compression method with really long 109 symbols, you could have as many levels of lookups as is efficient. For 185 the symbols, it takes on the average 1.25 lookups per symbol. That's compared 186 to one lookup for the single table, or 1.66 lookups per symbol for the
|
/external/mdnsresponder/mDNSPosix/ |
D | nss_ReadMe.txt | 12 hostname lookups using the Darwin mDNSResponder / mdnsd. This code has 28 This will cause dns lookups to be passed via mdnsd before trying the dns.
|
/external/openssl/crypto/conf/ |
D | README | 34 lookups based on the value. Multiple instances of the same config module can be
|
/external/chromium_org/third_party/openssl/openssl/crypto/conf/ |
D | README | 34 lookups based on the value. Multiple instances of the same config module can be
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otTables.py | 548 lookups = ttf[overflowRecord.tableType].table.LookupList.Lookup 549 lookup = lookups[lookupIndex] 555 lookup = lookups[lookupIndex]
|
/external/dnsmasq/contrib/openvpn/ |
D | README | 29 > DHCP requests to another server, and DNS lookups that work at all
|