/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-aat-layout-opbd-table.hh | 61 const Offset16To<OpticalBounds> *bounds_offset = lookupTable.get_value (glyph_id, font->face->get_num_glyphs ()); 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_num_glyphs ()); 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
|
H A 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
|
H A 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
|
H A 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/ |
H A D | RuleExtractor.java | 520 LookupTable lookupTable = lookupListTable.subTableAt(i); in extract() 521 GsubLookupType lookupType = lookupTable.lookupType(); in extract() 522 for (SubstSubtable substSubtable : lookupTable) { in extract()
|
/third_party/icu/icu4c/source/common/ |
H A 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()
|
H A D | uresbund.cpp | 109 const int32_t* lookupTable, in performFallbackLookup() 111 const int32_t* bottom = lookupTable; in performFallbackLookup() 112 const int32_t* top = lookupTable + lookupTableLength; in performFallbackLookup() 106 performFallbackLookup(const char* key, const char* keyStrs, const char* valueStrs, const int32_t* lookupTable, int32_t lookupTableLength) performFallbackLookup() argument
|
/third_party/node/deps/icu-small/source/common/ |
H A 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()
|
H A D | uresbund.cpp | 110 const int32_t* lookupTable, in performFallbackLookup() 112 const int32_t* bottom = lookupTable; in performFallbackLookup() 113 const int32_t* top = lookupTable + lookupTableLength; in performFallbackLookup() 107 performFallbackLookup(const char* key, const char* keyStrs, const char* valueStrs, const int32_t* lookupTable, int32_t lookupTableLength) performFallbackLookup() argument
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A 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/skia/third_party/externals/icu/source/common/ |
H A 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/mesa3d/src/imgui/ |
H A 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/ |
H A 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/sfntly/java/lib/ |
H A D | icu4j-charset-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
com/
com/ibm/
com/ibm/icu/
... |
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | [all...] |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |