Home
last modified time | relevance | path

Searched refs:subtableLength (Results 1 – 13 of 13) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/font/
H A DCMap.java415 long subtableLength; in createCMap() local
417 subtableLength = buffer.getChar(offset+2); in createCMap()
419 subtableLength = buffer.getInt(offset+4) & INTMASK; in createCMap()
421 if (offset+subtableLength > buffer.capacity()) { in createCMap()
442 long subtableLength = buffer.getInt(offset + 2) & INTMASK; in createUVS() local
443 if (offset + subtableLength > buffer.capacity()) { in createUVS()
500 int subtableLength = buffer.get(); in CMapFormat4() local
509 if (offset+subtableLength > bbuffer.capacity()) { in CMapFormat4()
510 subtableLength = bbuffer.capacity() - offset; in CMapFormat4()
543 int numGlyphIds = (subtableLength/2 - pos); in CMapFormat4()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/font/
H A DCMap.java415 long subtableLength; in createCMap() local
417 subtableLength = buffer.getChar(offset+2); in createCMap()
419 subtableLength = buffer.getInt(offset+4) & INTMASK; in createCMap()
421 if (offset+subtableLength > buffer.capacity()) { in createCMap()
442 long subtableLength = buffer.getInt(offset + 2) & INTMASK; in createUVS() local
443 if (offset + subtableLength > buffer.capacity()) { in createUVS()
500 int subtableLength = buffer.get(); in CMapFormat4() local
509 if (offset+subtableLength > bbuffer.capacity()) { in CMapFormat4()
510 subtableLength = bbuffer.capacity() - offset; in CMapFormat4()
543 int numGlyphIds = (subtableLength/2 - pos); in CMapFormat4()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/font/
H A DCMap.java415 long subtableLength; in createCMap() local
417 subtableLength = buffer.getChar(offset+2); in createCMap()
419 subtableLength = buffer.getInt(offset+4) & INTMASK; in createCMap()
421 if (offset+subtableLength > buffer.capacity()) { in createCMap()
442 long subtableLength = buffer.getInt(offset + 2) & INTMASK; in createUVS() local
443 if (offset + subtableLength > buffer.capacity()) { in createUVS()
500 int subtableLength = buffer.get(); in CMapFormat4() local
509 if (offset+subtableLength > bbuffer.capacity()) { in CMapFormat4()
510 subtableLength = bbuffer.capacity() - offset; in CMapFormat4()
543 int numGlyphIds = (subtableLength/2 - pos); in CMapFormat4()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/font/
H A DCMap.java397 long subtableLength; in createCMap() local
399 subtableLength = buffer.getChar(offset+2); in createCMap()
401 subtableLength = buffer.getInt(offset+4) & INTMASK; in createCMap()
403 if (offset+subtableLength > buffer.capacity()) { in createCMap()
424 long subtableLength = buffer.getInt(offset + 2) & INTMASK; in createUVS() local
425 if (offset + subtableLength > buffer.capacity()) { in createUVS()
482 int subtableLength = buffer.get(); in CMapFormat4() local
491 if (offset+subtableLength > bbuffer.capacity()) { in CMapFormat4()
492 subtableLength = bbuffer.capacity() - offset; in CMapFormat4()
525 int numGlyphIds = (subtableLength/2 - pos); in CMapFormat4()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/font/
H A DCMap.java397 long subtableLength; in createCMap() local
399 subtableLength = buffer.getChar(offset+2); in createCMap()
401 subtableLength = buffer.getInt(offset+4) & INTMASK; in createCMap()
403 if (FontUtilities.isLogging() && offset + subtableLength > buffer.capacity()) { in createCMap()
422 long subtableLength = buffer.getInt(offset + 2) & INTMASK; in createUVS() local
423 if (FontUtilities.isLogging() && offset + subtableLength > buffer.capacity()) { in createUVS()
477 int subtableLength = buffer.get(); in CMapFormat4() local
486 if (offset+subtableLength > bbuffer.capacity()) { in CMapFormat4()
487 subtableLength = bbuffer.capacity() - offset; in CMapFormat4()
520 int numGlyphIds = (subtableLength/2 - pos); in CMapFormat4()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/font/
H A DCMap.java397 long subtableLength; in createCMap() local
399 subtableLength = buffer.getChar(offset+2); in createCMap()
401 subtableLength = buffer.getInt(offset+4) & INTMASK; in createCMap()
403 if (FontUtilities.isLogging() && offset + subtableLength > buffer.capacity()) { in createCMap()
422 long subtableLength = buffer.getInt(offset + 2) & INTMASK; in createUVS() local
423 if (FontUtilities.isLogging() && offset + subtableLength > buffer.capacity()) { in createUVS()
477 int subtableLength = buffer.get(); in CMapFormat4() local
486 if (offset+subtableLength > bbuffer.capacity()) { in CMapFormat4()
487 subtableLength = bbuffer.capacity() - offset; in CMapFormat4()
520 int numGlyphIds = (subtableLength/2 - pos); in CMapFormat4()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/font/
H A DCMap.java415 long subtableLength; in createCMap() local
417 subtableLength = buffer.getChar(offset+2); in createCMap()
419 subtableLength = buffer.getInt(offset+4) & INTMASK; in createCMap()
421 if (offset+subtableLength > buffer.capacity()) { in createCMap()
442 long subtableLength = buffer.getInt(offset + 2) & INTMASK; in createUVS() local
443 if (offset + subtableLength > buffer.capacity()) { in createUVS()
501 int subtableLength = buffer.get(); in CMapFormat4() local
510 if (offset+subtableLength > bbuffer.capacity()) { in CMapFormat4()
511 subtableLength = bbuffer.capacity() - offset; in CMapFormat4()
544 int numGlyphIds = (subtableLength/2 - pos); in CMapFormat4()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/font/
H A DCMap.java415 long subtableLength; in createCMap() local
417 subtableLength = buffer.getChar(offset+2); in createCMap()
419 subtableLength = buffer.getInt(offset+4) & INTMASK; in createCMap()
421 if (offset+subtableLength > buffer.capacity()) { in createCMap()
442 long subtableLength = buffer.getInt(offset + 2) & INTMASK; in createUVS() local
443 if (offset + subtableLength > buffer.capacity()) { in createUVS()
501 int subtableLength = buffer.get(); in CMapFormat4() local
510 if (offset+subtableLength > bbuffer.capacity()) { in CMapFormat4()
511 subtableLength = bbuffer.capacity() - offset; in CMapFormat4()
544 int numGlyphIds = (subtableLength/2 - pos); in CMapFormat4()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/font/
H A DCMap.java403 long subtableLength; in createCMap() local
405 subtableLength = buffer.getChar(offset+2); in createCMap()
407 subtableLength = buffer.getInt(offset+4) & INTMASK; in createCMap()
409 if (offset+subtableLength > buffer.capacity()) { in createCMap()
470 int subtableLength = buffer.get(); in CMapFormat4() local
479 if (offset+subtableLength > bbuffer.capacity()) { in CMapFormat4()
480 subtableLength = bbuffer.capacity() - offset; in CMapFormat4()
513 int numGlyphIds = (subtableLength/2 - pos); in CMapFormat4()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/font/
H A DCMap.java403 long subtableLength; in createCMap() local
405 subtableLength = buffer.getChar(offset+2); in createCMap()
407 subtableLength = buffer.getInt(offset+4) & INTMASK; in createCMap()
409 if (offset+subtableLength > buffer.capacity()) { in createCMap()
470 int subtableLength = buffer.get(); in CMapFormat4() local
479 if (offset+subtableLength > bbuffer.capacity()) { in CMapFormat4()
480 subtableLength = bbuffer.capacity() - offset; in CMapFormat4()
513 int numGlyphIds = (subtableLength/2 - pos); in CMapFormat4()
/dports/math/py-svgmath/SVGMath-0.3.3/svgmath/fonts/
H A Dttf.py212 subtableLength = readUnsigned(ff, 2)
230 remainingLength = subtableLength - 8*segCount - 16
/dports/x11-fonts/gofont-ttf/image-f315e440302883054d0c2bd85486878cb4f8572c/font/sfnt/
H A Dsfnt.go941 subtableLength := int(u16(buf[2:]))
942 if subtableLength < headerSize || length < subtableLength {
951 subtableLength -= headerSize
955 return f.parseKernFormat0(buf, offset, subtableLength)
/dports/editors/impress/impress-1.1b9/font3d/
H A Dtruetype.cc823 USHORT subtableLength; // Length of encoding subtable in processCharacterMappingTable() local
865 subtableLength = toUSHORT(fontData[pos],fontData[pos+1]); // Get length of subtable in processCharacterMappingTable()
876 cmap = new BYTE[subtableLength]; // Read in the subtable data. in processCharacterMappingTable()
877 for (i=0;i<subtableLength;i++) in processCharacterMappingTable()