/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-aat-layout-opbd-table.hh | 61 …const Offset16To<OpticalBounds> *bounds_offset = lookupTable.get_value (glyph_id, font->face->get_… in get_bounds() 78 return_trace (likely (c->check_struct (this) && lookupTable.sanitize (c, base))); in sanitize() 83 lookupTable; /* Lookup table associating glyphs with the four member 95 …const Offset16To<OpticalBounds> *bounds_offset = lookupTable.get_value (glyph_id, font->face->get_… in get_bounds() 115 return_trace (likely (c->check_struct (this) && lookupTable.sanitize (c, base))); in sanitize() 120 lookupTable; /* Lookup table associating glyphs with the four member
|
D | hb-aat-layout-bsln-table.hh | 64 lookupTable.sanitize (c))); in sanitize() 70 lookupTable; /* Lookup table that maps glyphs to their member 104 return_trace (likely (c->check_struct (this) && lookupTable.sanitize (c))); in sanitize() 111 lookupTable; /* Lookup table that maps glyphs to their member
|
D | hb-aat-layout-ankr-table.hh | 67 const NNOffset16To<GlyphAnchors> *offset = (this+lookupTable).get_value (glyph_id, num_glyphs); in get_anchor() 80 lookupTable.sanitize (c, this, &(this+anchorData)))); in sanitize() 87 lookupTable; /* Offset to the table's lookup table */ member
|
D | hb-aat-layout-just-table.hh | 357 lookupTable.sanitize (c, base))); in sanitize() 375 lookupTable; /* Lookup table associating glyphs with width delta member
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
D | RuleExtractor.java | 520 LookupTable lookupTable = lookupListTable.subTableAt(i); in extract() local 521 GsubLookupType lookupType = lookupTable.lookupType(); in extract() 522 for (SubstSubtable substSubtable : lookupTable) { in extract()
|
/third_party/typescript/src/compiler/ |
D | moduleNameResolver.ts | 2137 …edReference: ResolvedProjectReference | undefined, moduleName: string, lookupTable: object, scope:… 2140 …e, directorySeparator) && moduleName.indexOf("*") === -1 && hasProperty(lookupTable, moduleName)) { 2141 const target = (lookupTable as {[idx: string]: unknown})[moduleName]; 2144 …const expandingKeys = sort(filter(getOwnKeys(lookupTable as MapLike<unknown>), k => k.indexOf("*")… 2147 const target = (lookupTable as {[idx: string]: unknown})[potentialTarget]; 2153 const target = (lookupTable as {[idx: string]: unknown})[potentialTarget]; 2158 const target = (lookupTable as {[idx: string]: unknown})[potentialTarget];
|
D | checker.ts | 4127 …endExportSymbols(target: SymbolTable, source: SymbolTable | undefined, lookupTable?: ExportCollisi… 4135 if (lookupTable && exportNode) { 4136 lookupTable.set(id, { 4141 …else if (lookupTable && exportNode && targetSymbol && resolveSymbol(targetSymbol) !== resolveSymbo… 4142 const collisionTracker = lookupTable.get(id)!; 4172 const lookupTable: ExportCollisionTrackerTable = new Map(); 4180 lookupTable, 4185 lookupTable.forEach(({ exportsWithDuplicate }, id) => { 4194 lookupTable.get(id)!.specifierText,
|
/third_party/icu/icu4c/source/common/ |
D | ucnvisci.cpp | 1107 static const uint16_t lookupTable[][2]={ variable 1220 … data->currentDeltaToUnicode = (uint16_t)(lookupTable[sourceChar & 0x0F][0] * DELTA); in UConverter_toUnicode_ISCII_OFFSETS_LOGIC() 1221 data->currentMaskToUnicode = (MaskEnum)lookupTable[sourceChar & 0x0F][1]; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
|
D | uresbund.cpp | 109 const int32_t* lookupTable, in performFallbackLookup() argument 111 const int32_t* bottom = lookupTable; in performFallbackLookup() 112 const int32_t* top = lookupTable + lookupTableLength; in performFallbackLookup()
|
/third_party/node/deps/icu-small/source/common/ |
D | ucnvisci.cpp | 1107 static const uint16_t lookupTable[][2]={ variable 1220 … data->currentDeltaToUnicode = (uint16_t)(lookupTable[sourceChar & 0x0F][0] * DELTA); in UConverter_toUnicode_ISCII_OFFSETS_LOGIC() 1221 data->currentMaskToUnicode = (MaskEnum)lookupTable[sourceChar & 0x0F][1]; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
|
D | uresbund.cpp | 109 const int32_t* lookupTable, in performFallbackLookup() argument 111 const int32_t* bottom = lookupTable; in performFallbackLookup() 112 const int32_t* top = lookupTable + lookupTableLength; in performFallbackLookup()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucnvisci.cpp | 1107 static const uint16_t lookupTable[][2]={ variable 1220 … data->currentDeltaToUnicode = (uint16_t)(lookupTable[sourceChar & 0x0F][0] * DELTA); in UConverter_toUnicode_ISCII_OFFSETS_LOGIC() 1221 data->currentMaskToUnicode = (MaskEnum)lookupTable[sourceChar & 0x0F][1]; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetISCII.java | 740 private static final short lookupTable[][] = { field in CharsetISCII 854 … data.currentDeltaToUnicode = (short)(lookupTable[sourceChar & 0x0F][0] * UniLang.DELTA); in decodeLoop() 855 data.currentMaskToUnicode = lookupTable[sourceChar & 0x0F][1]; in decodeLoop()
|
/third_party/mesa3d/src/imgui/ |
D | imstb_truetype.h | 2449 stbtt_uint8 *lookupTable = lookupList + lookupOffset; in stbtt__GetGlyphGPOSInfoAdvance() local 2451 stbtt_uint16 lookupType = ttUSHORT(lookupTable); in stbtt__GetGlyphGPOSInfoAdvance() 2452 stbtt_uint16 subTableCount = ttUSHORT(lookupTable + 4); in stbtt__GetGlyphGPOSInfoAdvance() 2453 stbtt_uint8 *subTableOffsets = lookupTable + 6; in stbtt__GetGlyphGPOSInfoAdvance() 2459 stbtt_uint8 *table = lookupTable + subtableOffset; in stbtt__GetGlyphGPOSInfoAdvance()
|
/third_party/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 2449 stbtt_uint8 *lookupTable = lookupList + lookupOffset; in stbtt__GetGlyphGPOSInfoAdvance() local 2451 stbtt_uint16 lookupType = ttUSHORT(lookupTable); in stbtt__GetGlyphGPOSInfoAdvance() 2452 stbtt_uint16 subTableCount = ttUSHORT(lookupTable + 4); in stbtt__GetGlyphGPOSInfoAdvance() 2453 stbtt_uint8 *subTableOffsets = lookupTable + 6; in stbtt__GetGlyphGPOSInfoAdvance() 2459 stbtt_uint8 *table = lookupTable + subtableOffset; in stbtt__GetGlyphGPOSInfoAdvance()
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 6465 lookupTable
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 45738 …tsOrExports(extensions, state, cache, redirectedReference, moduleName, lookupTable, scope, isImpor… argument 45740 …directorySeparator) && moduleName.indexOf("*") === -1 && ts.hasProperty(lookupTable, moduleName)) { 45741 var target = lookupTable[moduleName]; 45744 …var expandingKeys = ts.sort(ts.filter(ts.getOwnKeys(lookupTable), function (k) { return k.indexOf(… 45748 var target = lookupTable[potentialTarget]; 45754 var target = lookupTable[potentialTarget]; 45759 var target = lookupTable[potentialTarget]; 54231 function extendExportSymbols(target, source, lookupTable, exportNode) { argument 54240 if (lookupTable && exportNode) { 54241 lookupTable.set(id, { [all …]
|
D | tsc.js | 37590 …tsOrExports(extensions, state, cache, redirectedReference, moduleName, lookupTable, scope, isImpor… argument 37592 …directorySeparator) && moduleName.indexOf("*") === -1 && ts.hasProperty(lookupTable, moduleName)) { 37593 var target = lookupTable[moduleName]; 37596 …var expandingKeys = ts.sort(ts.filter(ts.getOwnKeys(lookupTable), function (k) { return k.indexOf(… 37600 var target = lookupTable[potentialTarget]; 37606 var target = lookupTable[potentialTarget]; 37611 var target = lookupTable[potentialTarget]; 44819 function extendExportSymbols(target, source, lookupTable, exportNode) { argument 44828 if (lookupTable && exportNode) { 44829 lookupTable.set(id, { [all …]
|