Searched defs:lookups (Results 1 - 8 of 8) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclLookups.h71 inline DeclContext::lookups_range DeclContext::lookups() const { function in class:clang::DeclContext
82 return lookups().begin();
86 return lookups().end();
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape.cc403 * 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);)
H A Dhb-ot-shape-complex-indic.cc369 * 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
/external/harfbuzz_ng/src/
H A Dhb-ot-shape.cc402 * 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);)
H A Dhb-ot-shape-complex-indic.cc369 * 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
/external/chromium_org/third_party/ots/src/
H A Dlayout.cc1239 // Parsing FeatureListTable requires number of lookups so we need to parse
1289 // obtain the number of lookups because parsing FeatureTableList requires
1301 std::vector<uint16_t> lookups; local
1302 lookups.reserve(*num_lookups);
1316 lookups.push_back(offset);
1318 if (lookups.size() != *num_lookups) {
1323 if (!ParseLookupTable(file, data + lookups[i], length - lookups[i],
/external/strace/
H A Dquota.c208 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);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeVerticalData.cpp227 bool getGlyphSubstitutions(const LookupList* lookups, HashMap<Glyph, Glyph>* map, const SharedBuffer& buffer) const argument
233 const LookupTable* lookup = lookups->lookup(lookupListIndex[i], buffer);
389 const LookupList* lookups = lookupList(buffer); local
390 return lookups && verticalFeatureTable->getGlyphSubstitutions(lookups, map, buffer);

Completed in 1763 milliseconds