Home
last modified time | relevance | path

Searched refs:lookupTable (Results 1 - 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-opbd-table.hh61 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 Dhb-aat-layout-bsln-table.hh64 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 Dhb-aat-layout-ankr-table.hh67 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 Dhb-aat-layout-just-table.hh357 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 DRuleExtractor.java520 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 Ducnvisci.cpp1107 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 Duresbund.cpp109 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 Ducnvisci.cpp1107 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 Duresbund.cpp110 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 DCharsetISCII.java740 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 Ducnvisci.cpp1107 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 Dimstb_truetype.h2449 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 Dimstb_truetype.h2449 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 Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 234 milliseconds