HomeSort by relevance Sort by last modified time
    Searched refs:lookups (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-map.cc 60 hb_ot_map_t::lookup_map_t *lookup = lookups[table_index].push ();
115 for (unsigned int i = 0; i < lookups[table_index].len; i++)
116 hb_set_add (lookups_out, lookups[table_index][i].index);
275 /* Sort lookups and merge duplicates */
276 if (last_num_lookups < m.lookups[table_index].len)
278 m.lookups[table_index].qsort (last_num_lookups, m.lookups[table_index].len);
281 for (unsigned int i = j + 1; i < m.lookups[table_index].len; i++)
282 if (m.lookups[table_index][i].index != m.lookups[table_index][j].index
    [all...]
hb-ot-shape-private.hh 49 inline void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const
57 map.collect_lookups (table_index, lookups);
hb-ot-map-private.hh 115 unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lookups[table_index].len;
116 *plookups = &lookups[table_index][start];
120 HB_INTERNAL void collect_lookups (unsigned int table_index, hb_set_t *lookups) const;
131 lookups[table_index].finish ();
151 hb_prealloced_array_t<lookup_map_t, 32> lookups[2]; /* GSUB/GPOS */
hb-ot-shape.cc 403 * They won't get in the way of lookups anyway,
789 hb_set_t lookups; local
790 lookups.init ();
791 hb_ot_shape_plan_collect_lookups (shape_plan, HB_OT_TAG_GSUB, &lookups);
798 for (hb_codepoint_t lookup_index = -1; hb_set_next (&lookups, &lookup_index);)
hb-ot-layout.cc 799 * access to GSUB/GPOS lookups.
916 unsigned int lookup_index = lookups[table_index][i].index;
917 c.set_lookup_mask (lookups[table_index][i].mask);
918 c.set_auto_zwj (lookups[table_index][i].auto_zwj);
hb-ot-shape-complex-indic.cc 369 * lookups for init,pres,abvs,blws features.
436 /* Do this before any lookups have been applied. */
487 &lookups, &count);
495 if (hb_ot_layout_lookup_would_substitute_fast (face, lookups[i].index, glyphs, glyphs_count, zero_context))
501 const hb_ot_map_t::lookup_map_t *lookups; member in struct:would_substitute_feature_t
588 * some broken fonts (like Free Sans) simply copied lookups
590 * And oddly enough, Uniscribe seems to respect those lookups.
592 * base at 0. The font however, only has lookups matching
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-map.cc 60 hb_ot_map_t::lookup_map_t *lookup = lookups[table_index].push ();
115 for (unsigned int i = 0; i < lookups[table_index].len; i++)
116 hb_set_add (lookups_out, lookups[table_index][i].index);
275 /* Sort lookups and merge duplicates */
276 if (last_num_lookups < m.lookups[table_index].len)
278 m.lookups[table_index].qsort (last_num_lookups, m.lookups[table_index].len);
281 for (unsigned int i = j + 1; i < m.lookups[table_index].len; i++)
282 if (m.lookups[table_index][i].index != m.lookups[table_index][j].index
    [all...]
hb-ot-shape-private.hh 49 inline void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const
57 map.collect_lookups (table_index, lookups);
hb-ot-map-private.hh 115 unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lookups[table_index].len;
116 *plookups = &lookups[table_index][start];
120 HB_INTERNAL void collect_lookups (unsigned int table_index, hb_set_t *lookups) const;
131 lookups[table_index].finish ();
151 hb_prealloced_array_t<lookup_map_t, 32> lookups[2]; /* GSUB/GPOS */
hb-ot-shape.cc 402 * They won't get in the way of lookups anyway,
785 hb_set_t lookups; local
786 lookups.init ();
787 hb_ot_shape_plan_collect_lookups (shape_plan, HB_OT_TAG_GSUB, &lookups);
794 for (hb_codepoint_t lookup_index = -1; hb_set_next (&lookups, &lookup_index);)
hb-ot-layout.cc 799 * access to GSUB/GPOS lookups.
916 unsigned int lookup_index = lookups[table_index][i].index;
917 c.set_lookup_mask (lookups[table_index][i].mask);
918 c.set_auto_zwj (lookups[table_index][i].auto_zwj);
hb-ot-shape-complex-indic.cc 369 * lookups for init,pres,abvs,blws features.
436 /* Do this before any lookups have been applied. */
487 &lookups, &count);
495 if (hb_ot_layout_lookup_would_substitute_fast (face, lookups[i].index, glyphs, glyphs_count, zero_context))
501 const hb_ot_map_t::lookup_map_t *lookups; member in struct:would_substitute_feature_t
588 * some broken fonts (like Free Sans) simply copied lookups
590 * And oddly enough, Uniscribe seems to respect those lookups.
592 * base at 0. The font however, only has lookups matching
    [all...]
  /external/clang/include/clang/AST/
DeclLookups.h 71 inline DeclContext::lookups_range DeclContext::lookups() const { function in class:clang::DeclContext
82 return lookups().begin();
86 return lookups().end();
  /frameworks/base/docs/html/
jd_tag_helpers.js 64 // Type lookups
80 // Tag lookups
96 // URL and language lookups
  /external/libvorbis/lib/
lookups.pl 15 function: lookup data; generated by lookups.pl; edit there
16 last mod: $Id: lookups.pl 13293 2007-07-24 00:09:47Z xiphmont $
Makefile.am 38 EXTRA_DIST = lookups.pl
  /external/strace/
quota.c 208 u_int32_t lookups; member in struct:v1_dqstats
220 u_int32_t lookups; member in struct:v2_dqstats
441 tprintf("{lookups=%u, ", dq.lookups);
463 tprintf("{lookups=%u, ", dq.lookups);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
quota.h 191 u_int32_t lookups; member in struct:dqstats
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
quota.h 191 u_int32_t lookups; member in struct:dqstats
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp 227 bool getGlyphSubstitutions(const LookupList* lookups, HashMap<Glyph, Glyph>* map, const SharedBuffer& buffer) const
233 const LookupTable* lookup = lookups->lookup(lookupListIndex[i], buffer);
389 const LookupList* lookups = lookupList(buffer); local
390 return lookups && verticalFeatureTable->getGlyphSubstitutions(lookups, map, buffer);
  /external/chromium_org/third_party/ots/src/
layout.cc 1301 std::vector<uint16_t> lookups; local
    [all...]
  /external/chromium_org/v8/test/mjsunit/
arguments-opt.js 127 // Make sure that out-of-bounds access do lookups in the
  /external/chromium_org/v8/test/mjsunit/regress/
regress-123512.js 32 // not cause prototype chain lookups when generating optimized code.
  /bionic/libc/dns/include/
resolv_private.h 176 char lookups[4]; member in struct:__res_state
  /external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py 548 lookups = ttf[overflowRecord.tableType].table.LookupList.Lookup
549 lookup = lookups[lookupIndex]
555 lookup = lookups[lookupIndex]

Completed in 636 milliseconds

1 2