/external/fonttools/Lib/fontTools/otlLib/ |
D | maxContextCalc.py | 20 def maxCtxSubtable(maxCtx, tag, lookupType, st): argument 26 if (tag == "GPOS" and lookupType == 1) or ( 27 tag == "GSUB" and lookupType in (1, 2, 3) 32 elif tag == "GPOS" and lookupType == 2: 36 elif tag == "GSUB" and lookupType == 4: 42 elif (tag == "GPOS" and lookupType == 7) or (tag == "GSUB" and lookupType == 5): 46 elif (tag == "GPOS" and lookupType == 8) or (tag == "GSUB" and lookupType == 6): 52 elif (tag == "GPOS" and lookupType == 9) or (tag == "GSUB" and lookupType == 7): 56 elif tag == "GSUB" and lookupType == 8:
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ |
D | VorbisUtil.java | 519 int lookupType = bitArray.readBits(4); in readBook() local 520 if (lookupType > 2) { in readBook() 522 "lookup type greater than 2 not decodable: " + lookupType, /* cause= */ null); in readBook() 523 } else if (lookupType == 1 || lookupType == 2) { in readBook() 529 if (lookupType == 1) { in readBook() 541 return new CodeBook(dimensions, entries, lengthMap, lookupType, isOrdered); in readBook() 560 public final int lookupType; field in VorbisUtil.CodeBook 564 int dimensions, int entries, long[] lengthMap, int lookupType, boolean isOrdered) { in CodeBook() argument 568 this.lookupType = lookupType; in CodeBook()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ |
D | VorbisUtil.java | 567 int lookupType = bitArray.readBits(4); in readBook() local 568 if (lookupType > 2) { in readBook() 570 "lookup type greater than 2 not decodable: " + lookupType, /* cause= */ null); in readBook() 571 } else if (lookupType == 1 || lookupType == 2) { in readBook() 577 if (lookupType == 1) { in readBook() 589 return new CodeBook(dimensions, entries, lengthMap, lookupType, isOrdered); in readBook() 608 public final int lookupType; field in VorbisUtil.CodeBook 612 int dimensions, int entries, long[] lengthMap, int lookupType, boolean isOrdered) { in CodeBook() argument 616 this.lookupType = lookupType; in CodeBook()
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | Lookup.java | 18 private int lookupType; field in Lookup 52 lookupType = theLookupType; in Lookup() 76 writer.writeData(lookupType); in writeLookup()
|
/external/mesa3d/src/egl/generate/ |
D | gen_egl_dispatch.py | 204 lookupType = "EGLDisplay" 208 lookupType = "EGLDeviceEXT" 212 if arg.type == lookupType: 216 raise ValueError("Can't find %s argument for function %s" % (lookupType, func.name,))
|
/external/harfbuzz_ng/src/graph/ |
D | gsubgpos-graph.hh | 84 return lookupType == extension_type (table_tag); in is_extension() 90 unsigned type = lookupType; in make_extension() 112 lookupType = ext_type; in make_extension() 119 unsigned type = lookupType; in split_subtables_if_needed() 295 unsigned type = lookupType; in make_subtable_extension()
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | Type.java | 95 public static final Type OBJECT = lookupType("java.lang.Object"); 97 public static final Type SERIALIZABLE = lookupType("java.io.Serializable"); 99 public static final Type CLONEABLE = lookupType("java.lang.Cloneable"); 101 public static final Type THROWABLE = lookupType("java.lang.Throwable"); 129 private static Type lookupType(String name) { in lookupType() method in Type
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
D | RegexLookup.java | 984 public static <T> RegexLookup<T> of(LookupType lookupType) { in of() argument 985 return of(lookupType, RegexFinderTransform); in of() 988 …public static <T> RegexLookup<T> of(LookupType lookupType, Transform<String, RegexFinder> transfor… in of() argument 989 return new RegexLookup<T>(lookupType).setPatternTransform(transform); in of()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otConverters.py | 688 def getConverter(self, tableType, lookupType): argument 689 tableClass = self.lookupTypes[tableType][lookupType] 696 def getConverter(self, tableType, lookupType): argument 697 tableClass = self.lookupTypes[tableType][lookupType]
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-common.hh | 1313 unsigned int get_type () const { return lookupType; } in get_type() 1350 lookupType = lookup_type; in serialize() 1368 out->lookupType = lookupType; in subset() 1434 HBUINT16 lookupType; /* Different enumerations for GSUB and GPOS */ member
|
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 2451 stbtt_uint16 lookupType = ttUSHORT(lookupTable); in stbtt__GetGlyphGPOSInfoAdvance() local 2454 switch(lookupType) { in stbtt__GetGlyphGPOSInfoAdvance()
|
/external/harfbuzz_ng/perf/texts/ |
D | en-words.txt | 6466 lookupType
|
/external/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 19676 <!-- OT::USHORT OT::Lookup::lookupType --> 19677 …<var-decl name='lookupType' type-id='type-id-370' visibility='default' filepath='/tmp/legendre/spa…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 12451 …<var-decl name='lookupType' type-id='type-id-370' visibility='default' filepath='/tmp/legendre/spa…
|