Home
last modified time | relevance | path

Searched refs:firstCode (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DCMapFormat6.java17 private final int firstCode; field in CMapFormat6
22 this.firstCode = this.data.readUShort(Offset.format6FirstCode.offset); in CMapFormat6()
28 if (character < this.firstCode || character >= this.firstCode + this.entryCount) { in glyphId()
31 return this.data.readUShort(Offset.format6GlyphIdArray.offset + (character - this.firstCode) in glyphId()
46 private int character = firstCode;
54 if (character < (firstCode + entryCount)) { in hasNext()
DCMapFormat2.java29 private int firstCode(int subHeaderIndex) { in firstCode() method in CMapFormat2
31 int firstCode = in firstCode() local
34 return firstCode; in firstCode()
95 int firstCode = firstCode(highByte); in glyphId() local
98 if (lowByte < firstCode || lowByte >= firstCode + entryCount) { in glyphId()
107 + (lowByte - firstCode) * FontData.DataSize.USHORT.size(); in glyphId()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DCMapFormat6.java17 private final int firstCode; field in CMapFormat6
22 this.firstCode = this.data.readUShort(Offset.format6FirstCode.offset); in CMapFormat6()
28 if (character < this.firstCode || character >= this.firstCode + this.entryCount) { in glyphId()
31 return this.data.readUShort(Offset.format6GlyphIdArray.offset + (character - this.firstCode) in glyphId()
46 private int character = firstCode;
54 if (character < (firstCode + entryCount)) { in hasNext()
DCMapFormat2.java29 private int firstCode(int subHeaderIndex) { in firstCode() method in CMapFormat2
31 int firstCode = in firstCode() local
34 return firstCode; in firstCode()
95 int firstCode = firstCode(highByte); in glyphId() local
98 if (lowByte < firstCode || lowByte >= firstCode + entryCount) { in glyphId()
107 + (lowByte - firstCode) * FontData.DataSize.USHORT.size(); in glyphId()
/third_party/icu/icu4c/source/test/letest/
Dsfnt.h99 le_uint16 firstCode; member
168 le_uint16 firstCode; member
177 le_uint16 firstCode; member
DFontObject.h70 le_uint16 firstCode; member
98 le_uint16 firstCode; member
/third_party/icu/icu4c/source/test/perf/leperf/
Dsfnt.h103 le_uint16 firstCode; member
172 le_uint16 firstCode; member
181 le_uint16 firstCode; member
DFontObject.h74 le_uint16 firstCode; member
102 le_uint16 firstCode; member
/third_party/flutter/skia/third_party/externals/icu/source/samples/layout/
Dsfnt.h77 le_uint16 firstCode; member
105 le_uint16 firstCode; member
/third_party/skia/third_party/externals/icu/source/samples/layout/
Dsfnt.h77 le_uint16 firstCode; member
105 le_uint16 firstCode; member
/third_party/icu/icu4c/source/samples/layout/
Dsfnt.h77 le_uint16 firstCode; member
105 le_uint16 firstCode; member
/third_party/vk-gl-cts/scripts/
Drun_nightly.py193 firstCode = result.statusCodes[0]
195 if result.statusCodes[i] != firstCode: