Home
last modified time | relevance | path

Searched refs:regFonts (Results 1 – 25 of 27) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/classes/sun/font/
H A DCFontManager.java122 Font2D[] regFonts = super.getRegisteredFonts(); in getRegisteredFonts() local
126 Font2D[] allFonts = new Font2D[regFonts.length+genericFonts.length]; in getRegisteredFonts()
127 System.arraycopy(regFonts, 0, allFonts, 0, regFonts.length); in getRegisteredFonts()
128 System.arraycopy(genericFonts, 0, allFonts, regFonts.length, genericFonts.length); in getRegisteredFonts()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/macosx/classes/sun/font/
H A DCFontManager.java122 Font2D[] regFonts = super.getRegisteredFonts(); in getRegisteredFonts() local
126 Font2D[] allFonts = new Font2D[regFonts.length+genericFonts.length]; in getRegisteredFonts()
127 System.arraycopy(regFonts, 0, allFonts, 0, regFonts.length); in getRegisteredFonts()
128 System.arraycopy(genericFonts, 0, allFonts, regFonts.length, genericFonts.length); in getRegisteredFonts()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/classes/sun/font/
H A DCFontManager.java122 Font2D[] regFonts = super.getRegisteredFonts(); in getRegisteredFonts() local
126 Font2D[] allFonts = new Font2D[regFonts.length+genericFonts.length]; in getRegisteredFonts()
127 System.arraycopy(regFonts, 0, allFonts, 0, regFonts.length); in getRegisteredFonts()
128 System.arraycopy(genericFonts, 0, allFonts, regFonts.length, genericFonts.length); in getRegisteredFonts()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/macosx/classes/sun/font/
H A DCFontManager.java122 Font2D[] regFonts = super.getRegisteredFonts(); in getRegisteredFonts() local
126 Font2D[] allFonts = new Font2D[regFonts.length+genericFonts.length]; in getRegisteredFonts()
127 System.arraycopy(regFonts, 0, allFonts, 0, regFonts.length); in getRegisteredFonts()
128 System.arraycopy(genericFonts, 0, allFonts, regFonts.length, genericFonts.length); in getRegisteredFonts()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/macosx/classes/sun/font/
H A DCFontManager.java122 Font2D[] regFonts = super.getRegisteredFonts(); in getRegisteredFonts() local
126 Font2D[] allFonts = new Font2D[regFonts.length+genericFonts.length]; in getRegisteredFonts()
127 System.arraycopy(regFonts, 0, allFonts, 0, regFonts.length); in getRegisteredFonts()
128 System.arraycopy(genericFonts, 0, allFonts, regFonts.length, genericFonts.length); in getRegisteredFonts()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/macosx/classes/sun/font/
H A DCFontManager.java122 Font2D[] regFonts = super.getRegisteredFonts(); in getRegisteredFonts() local
126 Font2D[] allFonts = new Font2D[regFonts.length+genericFonts.length]; in getRegisteredFonts()
127 System.arraycopy(regFonts, 0, allFonts, 0, regFonts.length); in getRegisteredFonts()
128 System.arraycopy(genericFonts, 0, allFonts, regFonts.length, genericFonts.length); in getRegisteredFonts()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/macosx/classes/sun/font/
H A DCFontManager.java122 Font2D[] regFonts = super.getRegisteredFonts(); in getRegisteredFonts() local
126 Font2D[] allFonts = new Font2D[regFonts.length+genericFonts.length]; in getRegisteredFonts()
127 System.arraycopy(regFonts, 0, allFonts, 0, regFonts.length); in getRegisteredFonts()
128 System.arraycopy(genericFonts, 0, allFonts, regFonts.length, genericFonts.length); in getRegisteredFonts()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/macosx/classes/sun/font/
H A DCFontManager.java122 Font2D[] regFonts = super.getRegisteredFonts(); in getRegisteredFonts() local
126 Font2D[] allFonts = new Font2D[regFonts.length+genericFonts.length]; in getRegisteredFonts()
127 System.arraycopy(regFonts, 0, allFonts, 0, regFonts.length); in getRegisteredFonts()
128 System.arraycopy(genericFonts, 0, allFonts, regFonts.length, genericFonts.length); in getRegisteredFonts()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/macosx/classes/sun/font/
H A DCFontManager.java123 Font2D[] regFonts = super.getRegisteredFonts(); in getRegisteredFonts() local
127 Font2D[] allFonts = new Font2D[regFonts.length+genericFonts.length]; in getRegisteredFonts()
128 System.arraycopy(regFonts, 0, allFonts, 0, regFonts.length); in getRegisteredFonts()
129 System.arraycopy(genericFonts, 0, allFonts, regFonts.length, genericFonts.length); in getRegisteredFonts()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/macosx/classes/sun/font/
H A DCFontManager.java123 Font2D[] regFonts = super.getRegisteredFonts(); in getRegisteredFonts() local
127 Font2D[] allFonts = new Font2D[regFonts.length+genericFonts.length]; in getRegisteredFonts()
128 System.arraycopy(regFonts, 0, allFonts, 0, regFonts.length); in getRegisteredFonts()
129 System.arraycopy(genericFonts, 0, allFonts, regFonts.length, genericFonts.length); in getRegisteredFonts()
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXFontMgr.cpp142 int regFonts = 0; in findFont() local
145 if (regFonts == 0) in findFont()
147 ++regFonts; in findFont()
152 if (font == NULL || regFonts > 1) { in findFont()
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXFontMgr.cpp142 int regFonts = 0; in findFont() local
145 if (regFonts == 0) in findFont()
147 ++regFonts; in findFont()
152 if (font == NULL || regFonts > 1) { in findFont()
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXFontMgr.cpp142 int regFonts = 0; in findFont() local
145 if (regFonts == 0) in findFont()
147 ++regFonts; in findFont()
152 if (font == NULL || regFonts > 1) { in findFont()
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXFontMgr.cpp142 int regFonts = 0; in findFont() local
145 if (regFonts == 0) in findFont()
147 ++regFonts; in findFont()
152 if (font == NULL || regFonts > 1) { in findFont()
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXFontMgr.cpp142 int regFonts = 0; in findFont() local
145 if (regFonts == 0) in findFont()
147 ++regFonts; in findFont()
152 if (font == NULL || regFonts > 1) { in findFont()
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXFontMgr.cpp142 int regFonts = 0; in findFont() local
145 if (regFonts == 0) in findFont()
147 ++regFonts; in findFont()
152 if (font == NULL || regFonts > 1) { in findFont()
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXFontMgr.cpp142 int regFonts = 0; in findFont() local
145 if (regFonts == 0) in findFont()
147 ++regFonts; in findFont()
152 if (font == NULL || regFonts > 1) { in findFont()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/font/
H A DSunFontManager.java735 Font2D[] regFonts = new Font2D[physFonts.length+mcf]; in getRegisteredFonts() local
736 System.arraycopy(compFonts, 0, regFonts, 0, mcf); in getRegisteredFonts()
737 System.arraycopy(physFonts, 0, regFonts, mcf, physFonts.length); in getRegisteredFonts()
738 return regFonts; in getRegisteredFonts()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/font/
H A DSunFontManager.java741 Font2D[] regFonts = new Font2D[physFonts.length+mcf]; in getRegisteredFonts() local
742 System.arraycopy(compFonts, 0, regFonts, 0, mcf); in getRegisteredFonts()
743 System.arraycopy(physFonts, 0, regFonts, mcf, physFonts.length); in getRegisteredFonts()
744 return regFonts; in getRegisteredFonts()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/font/
H A DSunFontManager.java787 Font2D[] regFonts = new Font2D[physFonts.length+mcf]; in getRegisteredFonts() local
788 System.arraycopy(compFonts, 0, regFonts, 0, mcf); in getRegisteredFonts()
789 System.arraycopy(physFonts, 0, regFonts, mcf, physFonts.length); in getRegisteredFonts()
790 return regFonts; in getRegisteredFonts()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/font/
H A DSunFontManager.java782 Font2D[] regFonts = new Font2D[physFonts.length+mcf]; in getRegisteredFonts() local
783 System.arraycopy(compFonts, 0, regFonts, 0, mcf); in getRegisteredFonts()
784 System.arraycopy(physFonts, 0, regFonts, mcf, physFonts.length); in getRegisteredFonts()
785 return regFonts; in getRegisteredFonts()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/font/
H A DSunFontManager.java787 Font2D[] regFonts = new Font2D[physFonts.length+mcf]; in getRegisteredFonts() local
788 System.arraycopy(compFonts, 0, regFonts, 0, mcf); in getRegisteredFonts()
789 System.arraycopy(physFonts, 0, regFonts, mcf, physFonts.length); in getRegisteredFonts()
790 return regFonts; in getRegisteredFonts()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/font/
H A DSunFontManager.java881 Font2D[] regFonts = new Font2D[physFonts.length+mcf]; in getRegisteredFonts() local
882 System.arraycopy(compFonts, 0, regFonts, 0, mcf); in getRegisteredFonts()
883 System.arraycopy(physFonts, 0, regFonts, mcf, physFonts.length); in getRegisteredFonts()
884 return regFonts; in getRegisteredFonts()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/font/
H A DSunFontManager.java737 Font2D[] regFonts = new Font2D[physFonts.length+mcf]; in getRegisteredFonts() local
738 System.arraycopy(compFonts, 0, regFonts, 0, mcf); in getRegisteredFonts()
739 System.arraycopy(physFonts, 0, regFonts, mcf, physFonts.length); in getRegisteredFonts()
740 return regFonts; in getRegisteredFonts()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/font/
H A DSunFontManager.java775 Font2D[] regFonts = new Font2D[physFonts.length+mcf]; in getRegisteredFonts() local
776 System.arraycopy(compFonts, 0, regFonts, 0, mcf); in getRegisteredFonts()
777 System.arraycopy(physFonts, 0, regFonts, mcf, physFonts.length); in getRegisteredFonts()
778 return regFonts; in getRegisteredFonts()

12