Home
last modified time | relevance | path

Searched refs:SLOTMASK (Results 1 – 25 of 40) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/font/
H A DCompositeStrike.java44 static final int SLOTMASK = 0xffffff; field in CompositeStrike
123 images[i] = strike.getGlyphImagePtr(glyphCodes[i] & SLOTMASK); in getGlyphImagePtrs()
130 return strike.getGlyphImagePtr(glyphCode & SLOTMASK); in getGlyphImagePtr()
135 strike.getGlyphImageBounds(glyphCode & SLOTMASK, pt, result); in getGlyphImageBounds()
140 return strike.getGlyphMetrics(glyphCode & SLOTMASK); in getGlyphMetrics()
149 return strike.getGlyphAdvance(glyphCode & SLOTMASK); in getGlyphAdvance()
165 return strike.getGlyphOutlineBounds(glyphCode & SLOTMASK); in getGlyphOutlineBounds()
171 GeneralPath path = strike.getGlyphOutline(glyphCode & SLOTMASK, x, y); in getGlyphOutline()
202 tmpGlyphs[i] = glyphs[i] & SLOTMASK; in getGlyphVectorOutline()
H A DFontRunIterator.java121 int sl = mapper.charToGlyph(ch) & CompositeGlyphMapper.SLOTMASK; in next()
123 …h = nextCodePoint(lim)) != DONE && (mapper.charToGlyph(ch) & CompositeGlyphMapper.SLOTMASK) == sl); in next()
H A DCompositeGlyphMapper.java47 public static final int SLOTMASK = 0xff000000; field in CompositeGlyphMapper
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/font/
H A DCompositeStrike.java44 static final int SLOTMASK = 0xffffff; field in CompositeStrike
123 images[i] = strike.getGlyphImagePtr(glyphCodes[i] & SLOTMASK); in getGlyphImagePtrs()
130 return strike.getGlyphImagePtr(glyphCode & SLOTMASK); in getGlyphImagePtr()
135 strike.getGlyphImageBounds(glyphCode & SLOTMASK, pt, result); in getGlyphImageBounds()
140 return strike.getGlyphMetrics(glyphCode & SLOTMASK); in getGlyphMetrics()
149 return strike.getGlyphAdvance(glyphCode & SLOTMASK); in getGlyphAdvance()
165 return strike.getGlyphOutlineBounds(glyphCode & SLOTMASK); in getGlyphOutlineBounds()
171 GeneralPath path = strike.getGlyphOutline(glyphCode & SLOTMASK, x, y); in getGlyphOutline()
202 tmpGlyphs[i] = glyphs[i] & SLOTMASK; in getGlyphVectorOutline()
H A DFontRunIterator.java121 int sl = mapper.charToGlyph(ch) & CompositeGlyphMapper.SLOTMASK; in next()
123 …h = nextCodePoint(lim)) != DONE && (mapper.charToGlyph(ch) & CompositeGlyphMapper.SLOTMASK) == sl); in next()
H A DCompositeGlyphMapper.java47 public static final int SLOTMASK = 0xff000000; field in CompositeGlyphMapper
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/font/
H A DCompositeStrike.java44 static final int SLOTMASK = 0xffffff; field in CompositeStrike
123 images[i] = strike.getGlyphImagePtr(glyphCodes[i] & SLOTMASK); in getGlyphImagePtrs()
130 return strike.getGlyphImagePtr(glyphCode & SLOTMASK); in getGlyphImagePtr()
135 strike.getGlyphImageBounds(glyphCode & SLOTMASK, pt, result); in getGlyphImageBounds()
140 return strike.getGlyphMetrics(glyphCode & SLOTMASK); in getGlyphMetrics()
149 return strike.getGlyphAdvance(glyphCode & SLOTMASK); in getGlyphAdvance()
165 return strike.getGlyphOutlineBounds(glyphCode & SLOTMASK); in getGlyphOutlineBounds()
171 GeneralPath path = strike.getGlyphOutline(glyphCode & SLOTMASK, x, y); in getGlyphOutline()
202 tmpGlyphs[i] = glyphs[i] & SLOTMASK; in getGlyphVectorOutline()
H A DFontRunIterator.java121 int sl = mapper.charToGlyph(ch) & CompositeGlyphMapper.SLOTMASK; in next()
123 …h = nextCodePoint(lim)) != DONE && (mapper.charToGlyph(ch) & CompositeGlyphMapper.SLOTMASK) == sl); in next()
H A DCompositeGlyphMapper.java47 public static final int SLOTMASK = 0xff000000; field in CompositeGlyphMapper
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/font/
H A DCompositeStrike.java44 static final int SLOTMASK = 0xffffff; field in CompositeStrike
125 images[i] = strike.getGlyphImagePtr(glyphCodes[i] & SLOTMASK); in getGlyphImagePtrs()
132 return strike.getGlyphImagePtr(glyphCode & SLOTMASK); in getGlyphImagePtr()
137 strike.getGlyphImageBounds(glyphCode & SLOTMASK, pt, result); in getGlyphImageBounds()
142 return strike.getGlyphMetrics(glyphCode & SLOTMASK); in getGlyphMetrics()
151 return strike.getGlyphAdvance(glyphCode & SLOTMASK); in getGlyphAdvance()
167 return strike.getGlyphOutlineBounds(glyphCode & SLOTMASK); in getGlyphOutlineBounds()
173 GeneralPath path = strike.getGlyphOutline(glyphCode & SLOTMASK, x, y); in getGlyphOutline()
204 tmpGlyphs[i] = glyphs[i] & SLOTMASK; in getGlyphVectorOutline()
H A DFontRunIterator.java121 int sl = mapper.charToGlyph(ch) & CompositeGlyphMapper.SLOTMASK; in next()
123 …h = nextCodePoint(lim)) != DONE && (mapper.charToGlyph(ch) & CompositeGlyphMapper.SLOTMASK) == sl); in next()
H A DCompositeGlyphMapper.java47 public static final int SLOTMASK = 0xff000000; field in CompositeGlyphMapper
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/font/
H A DCompositeStrike.java44 static final int SLOTMASK = 0xffffff; field in CompositeStrike
123 images[i] = strike.getGlyphImagePtr(glyphCodes[i] & SLOTMASK); in getGlyphImagePtrs()
130 return strike.getGlyphImagePtr(glyphCode & SLOTMASK); in getGlyphImagePtr()
135 strike.getGlyphImageBounds(glyphCode & SLOTMASK, pt, result); in getGlyphImageBounds()
140 return strike.getGlyphMetrics(glyphCode & SLOTMASK); in getGlyphMetrics()
149 return strike.getGlyphAdvance(glyphCode & SLOTMASK); in getGlyphAdvance()
165 return strike.getGlyphOutlineBounds(glyphCode & SLOTMASK); in getGlyphOutlineBounds()
171 GeneralPath path = strike.getGlyphOutline(glyphCode & SLOTMASK, x, y); in getGlyphOutline()
202 tmpGlyphs[i] = glyphs[i] & SLOTMASK; in getGlyphVectorOutline()
H A DFontRunIterator.java121 int sl = mapper.charToGlyph(ch) & CompositeGlyphMapper.SLOTMASK; in next()
123 …h = nextCodePoint(lim)) != DONE && (mapper.charToGlyph(ch) & CompositeGlyphMapper.SLOTMASK) == sl); in next()
H A DCompositeGlyphMapper.java47 public static final int SLOTMASK = 0xff000000; field in CompositeGlyphMapper
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/font/
H A DCompositeStrike.java44 static final int SLOTMASK = 0xffffff; field in CompositeStrike
123 images[i] = strike.getGlyphImagePtr(glyphCodes[i] & SLOTMASK); in getGlyphImagePtrs()
130 return strike.getGlyphImagePtr(glyphCode & SLOTMASK); in getGlyphImagePtr()
135 strike.getGlyphImageBounds(glyphCode & SLOTMASK, pt, result); in getGlyphImageBounds()
140 return strike.getGlyphMetrics(glyphCode & SLOTMASK); in getGlyphMetrics()
149 return strike.getGlyphAdvance(glyphCode & SLOTMASK); in getGlyphAdvance()
165 return strike.getGlyphOutlineBounds(glyphCode & SLOTMASK); in getGlyphOutlineBounds()
171 GeneralPath path = strike.getGlyphOutline(glyphCode & SLOTMASK, x, y); in getGlyphOutline()
202 tmpGlyphs[i] = glyphs[i] & SLOTMASK; in getGlyphVectorOutline()
H A DFontRunIterator.java121 int sl = mapper.charToGlyph(ch) & CompositeGlyphMapper.SLOTMASK; in next()
123 …h = nextCodePoint(lim)) != DONE && (mapper.charToGlyph(ch) & CompositeGlyphMapper.SLOTMASK) == sl); in next()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/font/
H A DCompositeStrike.java44 static final int SLOTMASK = 0xffffff; field in CompositeStrike
123 images[i] = strike.getGlyphImagePtr(glyphCodes[i] & SLOTMASK); in getGlyphImagePtrs()
130 return strike.getGlyphImagePtr(glyphCode & SLOTMASK); in getGlyphImagePtr()
135 strike.getGlyphImageBounds(glyphCode & SLOTMASK, pt, result); in getGlyphImageBounds()
140 return strike.getGlyphMetrics(glyphCode & SLOTMASK); in getGlyphMetrics()
149 return strike.getGlyphAdvance(glyphCode & SLOTMASK); in getGlyphAdvance()
165 return strike.getGlyphOutlineBounds(glyphCode & SLOTMASK); in getGlyphOutlineBounds()
171 GeneralPath path = strike.getGlyphOutline(glyphCode & SLOTMASK, x, y); in getGlyphOutline()
202 tmpGlyphs[i] = glyphs[i] & SLOTMASK; in getGlyphVectorOutline()
H A DFontRunIterator.java121 int sl = mapper.charToGlyph(ch) & CompositeGlyphMapper.SLOTMASK; in next()
123 …h = nextCodePoint(lim)) != DONE && (mapper.charToGlyph(ch) & CompositeGlyphMapper.SLOTMASK) == sl); in next()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/font/
H A DCompositeStrike.java44 static final int SLOTMASK = 0xffffff; field in CompositeStrike
123 images[i] = strike.getGlyphImagePtr(glyphCodes[i] & SLOTMASK); in getGlyphImagePtrs()
130 return strike.getGlyphImagePtr(glyphCode & SLOTMASK); in getGlyphImagePtr()
135 strike.getGlyphImageBounds(glyphCode & SLOTMASK, pt, result); in getGlyphImageBounds()
140 return strike.getGlyphMetrics(glyphCode & SLOTMASK); in getGlyphMetrics()
149 return strike.getGlyphAdvance(glyphCode & SLOTMASK); in getGlyphAdvance()
165 return strike.getGlyphOutlineBounds(glyphCode & SLOTMASK); in getGlyphOutlineBounds()
171 GeneralPath path = strike.getGlyphOutline(glyphCode & SLOTMASK, x, y); in getGlyphOutline()
202 tmpGlyphs[i] = glyphs[i] & SLOTMASK; in getGlyphVectorOutline()
H A DFontRunIterator.java121 int sl = mapper.charToGlyph(ch) & CompositeGlyphMapper.SLOTMASK; in next()
123 …h = nextCodePoint(lim)) != DONE && (mapper.charToGlyph(ch) & CompositeGlyphMapper.SLOTMASK) == sl); in next()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/font/
H A DCompositeStrike.java44 static final int SLOTMASK = 0xffffff; field in CompositeStrike
123 images[i] = strike.getGlyphImagePtr(glyphCodes[i] & SLOTMASK); in getGlyphImagePtrs()
130 return strike.getGlyphImagePtr(glyphCode & SLOTMASK); in getGlyphImagePtr()
135 strike.getGlyphImageBounds(glyphCode & SLOTMASK, pt, result); in getGlyphImageBounds()
140 return strike.getGlyphMetrics(glyphCode & SLOTMASK); in getGlyphMetrics()
149 return strike.getGlyphAdvance(glyphCode & SLOTMASK); in getGlyphAdvance()
165 return strike.getGlyphOutlineBounds(glyphCode & SLOTMASK); in getGlyphOutlineBounds()
171 GeneralPath path = strike.getGlyphOutline(glyphCode & SLOTMASK, x, y); in getGlyphOutline()
202 tmpGlyphs[i] = glyphs[i] & SLOTMASK; in getGlyphVectorOutline()
H A DFontRunIterator.java121 int sl = mapper.charToGlyph(ch) & CompositeGlyphMapper.SLOTMASK; in next()
123 …h = nextCodePoint(lim)) != DONE && (mapper.charToGlyph(ch) & CompositeGlyphMapper.SLOTMASK) == sl); in next()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/font/
H A DCompositeStrike.java44 static final int SLOTMASK = 0xffffff; field in CompositeStrike
125 images[i] = strike.getGlyphImagePtr(glyphCodes[i] & SLOTMASK); in getGlyphImagePtrs()
132 return strike.getGlyphImagePtr(glyphCode & SLOTMASK); in getGlyphImagePtr()
137 strike.getGlyphImageBounds(glyphCode & SLOTMASK, pt, result); in getGlyphImageBounds()
142 return strike.getGlyphMetrics(glyphCode & SLOTMASK); in getGlyphMetrics()
151 return strike.getGlyphAdvance(glyphCode & SLOTMASK); in getGlyphAdvance()
167 return strike.getGlyphOutlineBounds(glyphCode & SLOTMASK); in getGlyphOutlineBounds()
173 GeneralPath path = strike.getGlyphOutline(glyphCode & SLOTMASK, x, y); in getGlyphOutline()
204 tmpGlyphs[i] = glyphs[i] & SLOTMASK; in getGlyphVectorOutline()
H A DFontRunIterator.java121 int sl = mapper.charToGlyph(ch) & CompositeGlyphMapper.SLOTMASK; in next()
123 …h = nextCodePoint(lim)) != DONE && (mapper.charToGlyph(ch) & CompositeGlyphMapper.SLOTMASK) == sl); in next()

12