Home
last modified time | relevance | path

Searched refs:lookups (Results 1 – 25 of 74) sorted by relevance

123

/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-map.cc60 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 …]
Dhb-ot-map-private.hh115 …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
Dhb-ot-shape-private.hh49 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()
Dhb-ot-shape.cc737 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()
Dhb-ot-layout.cc896 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/
Dhb-ot-map.cc60 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 …]
Dhb-ot-map-private.hh115 …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
Dhb-ot-shape-private.hh49 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()
Dhb-ot-shape.cc785 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()
Dhb-ot-layout.cc916 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/
DDeclLookups.h71 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/
Dperformance.texture.format.txt36 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/
Dquota.c208 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/
DOpenTypeVerticalData.cpp229 …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/
Dfunctional.fbo.invalidate.txt30 + Texture lookups from partially invalidated texture attachment
Dfunctional.texture.shadow.txt45 texture lookups.
/external/libvorbis/lib/
DMakefile.am38 EXTRA_DIST = lookups.pl
/external/chromium_org/third_party/ots/src/
Dlayout.cc1301 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/
Dlibxt_CT.man24 Assign this packet to zone \fIid\fP and only have lookups done in that zone.
/external/zlib/src/doc/
Dalgorithm.txt108 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/
Dnss_ReadMe.txt12 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/
DREADME34 lookups based on the value. Multiple instances of the same config module can be
/external/chromium_org/third_party/openssl/openssl/crypto/conf/
DREADME34 lookups based on the value. Multiple instances of the same config module can be
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py548 lookups = ttf[overflowRecord.tableType].table.LookupList.Lookup
549 lookup = lookups[lookupIndex]
555 lookup = lookups[lookupIndex]
/external/dnsmasq/contrib/openvpn/
DREADME29 > DHCP requests to another server, and DNS lookups that work at all

123