Home
last modified time | relevance | path

Searched refs:compMap (Results 1 – 25 of 83) sorted by relevance

1234

/dports/games/scummvm/scummvm-2.5.1/engines/saga2/
H A Dsprite.cpp198 compMap.data = (uint8 *)getQuickMem(compMap.bytes()); in DrawCompositeMaskedSprite()
199 memset(compMap.data, 0, compMap.bytes()); in DrawCompositeMaskedSprite()
228 &compMap, in DrawCompositeMaskedSprite()
235 &compMap, in DrawCompositeMaskedSprite()
249 compMap, in DrawCompositeMaskedSprite()
264 compMap, in DrawCompositeMaskedSprite()
289 uint8 *submergedArea = &compMap.data[(-loc.z < compMap.size.y ? in DrawCompositeMaskedSprite()
294 uint16 submergedSize = &compMap.data[compMap.bytes()] - in DrawCompositeMaskedSprite()
492 &compMap, in visiblePixelsInSprite()
499 &compMap, in visiblePixelsInSprite()
[all …]
H A Dblitters.cpp352 void compositePixels(gPixelMap *compMap, gPixelMap *sprMap, int32 xpos, int32 ypos, byte *lookup) { in compositePixels() argument
354 byte *dstPtr = compMap->data + xpos + ypos * compMap->size.x; in compositePixels()
355 int16 rowMod = compMap->size.x - sprMap->size.x; in compositePixels()
370 void compositePixelsRvs(gPixelMap *compMap, gPixelMap *sprMap, int32 xpos, int32 ypos, byte *lookup… in compositePixelsRvs() argument
372 byte *dstPtr = compMap->data + xpos + (ypos + sprMap->size.y) * compMap->size.x; in compositePixelsRvs()
374 int16 rowMod = compMap->size.x + sprMap->size.x; in compositePixelsRvs()
H A Dblitters.h46 void compositePixels(gPixelMap *compMap, gPixelMap *sprMap, int32 xpos, int32 ypos, uint8 *lookup);
47 void compositePixelsRvs(gPixelMap *compMap, gPixelMap *sprMap, int32 xpos, int32 ypos, uint8 *looku…
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/font/
H A DFontUtilities.java399 ConcurrentHashMap<PhysicalFont, CompositeFont> compMap = compMapRef.get(); in getCompositeFontUIResource() local
400 if (compMap == null) { // Its been collected. in getCompositeFontUIResource()
401 compMap = new ConcurrentHashMap<PhysicalFont, CompositeFont>(); in getCompositeFontUIResource()
402 compMapRef = new SoftReference<>(compMap); in getCompositeFontUIResource()
404 CompositeFont compFont = compMap.get(physicalFont); in getCompositeFontUIResource()
407 compMap.put(physicalFont, compFont); in getCompositeFontUIResource()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/font/
H A DFontUtilities.java421 ConcurrentHashMap<PhysicalFont, CompositeFont> compMap = compMapRef.get(); in getCompositeFontUIResource() local
422 if (compMap == null) { // Its been collected. in getCompositeFontUIResource()
423 compMap = new ConcurrentHashMap<PhysicalFont, CompositeFont>(); in getCompositeFontUIResource()
424 compMapRef = new SoftReference<>(compMap); in getCompositeFontUIResource()
426 CompositeFont compFont = compMap.get(physicalFont); in getCompositeFontUIResource()
429 compMap.put(physicalFont, compFont); in getCompositeFontUIResource()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/font/
H A DFontUtilities.java402 ConcurrentHashMap<PhysicalFont, CompositeFont> compMap = compMapRef.get(); in getCompositeFontUIResource() local
403 if (compMap == null) { // Its been collected. in getCompositeFontUIResource()
404 compMap = new ConcurrentHashMap<PhysicalFont, CompositeFont>(); in getCompositeFontUIResource()
405 compMapRef = new SoftReference<>(compMap); in getCompositeFontUIResource()
407 CompositeFont compFont = compMap.get(physicalFont); in getCompositeFontUIResource()
410 compMap.put(physicalFont, compFont); in getCompositeFontUIResource()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/font/
H A DFontUtilities.java421 ConcurrentHashMap<PhysicalFont, CompositeFont> compMap = compMapRef.get(); in getCompositeFontUIResource() local
422 if (compMap == null) { // Its been collected. in getCompositeFontUIResource()
423 compMap = new ConcurrentHashMap<PhysicalFont, CompositeFont>(); in getCompositeFontUIResource()
424 compMapRef = new SoftReference<>(compMap); in getCompositeFontUIResource()
426 CompositeFont compFont = compMap.get(physicalFont); in getCompositeFontUIResource()
429 compMap.put(physicalFont, compFont); in getCompositeFontUIResource()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/font/
H A DFontUtilities.java418 ConcurrentHashMap<PhysicalFont, CompositeFont> compMap = compMapRef.get(); in getCompositeFontUIResource() local
419 if (compMap == null) { // Its been collected. in getCompositeFontUIResource()
420 compMap = new ConcurrentHashMap<PhysicalFont, CompositeFont>(); in getCompositeFontUIResource()
421 compMapRef = new SoftReference<>(compMap); in getCompositeFontUIResource()
423 CompositeFont compFont = compMap.get(physicalFont); in getCompositeFontUIResource()
426 compMap.put(physicalFont, compFont); in getCompositeFontUIResource()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/font/
H A DFontUtilities.java421 ConcurrentHashMap<PhysicalFont, CompositeFont> compMap = compMapRef.get(); in getCompositeFontUIResource() local
422 if (compMap == null) { // Its been collected. in getCompositeFontUIResource()
423 compMap = new ConcurrentHashMap<PhysicalFont, CompositeFont>(); in getCompositeFontUIResource()
424 compMapRef = new SoftReference<>(compMap); in getCompositeFontUIResource()
426 CompositeFont compFont = compMap.get(physicalFont); in getCompositeFontUIResource()
429 compMap.put(physicalFont, compFont); in getCompositeFontUIResource()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/font/
H A DFontUtilities.java422 ConcurrentHashMap<PhysicalFont, CompositeFont> compMap = compMapRef.get(); in getCompositeFontUIResource() local
423 if (compMap == null) { // Its been collected. in getCompositeFontUIResource()
424 compMap = new ConcurrentHashMap<PhysicalFont, CompositeFont>(); in getCompositeFontUIResource()
425 compMapRef = new SoftReference<>(compMap); in getCompositeFontUIResource()
427 CompositeFont compFont = compMap.get(physicalFont); in getCompositeFontUIResource()
430 compMap.put(physicalFont, compFont); in getCompositeFontUIResource()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/font/
H A DFontUtilities.java402 ConcurrentHashMap<PhysicalFont, CompositeFont> compMap = compMapRef.get(); in getCompositeFontUIResource() local
403 if (compMap == null) { // Its been collected. in getCompositeFontUIResource()
404 compMap = new ConcurrentHashMap<PhysicalFont, CompositeFont>(); in getCompositeFontUIResource()
405 compMapRef = new SoftReference<>(compMap); in getCompositeFontUIResource()
407 CompositeFont compFont = compMap.get(physicalFont); in getCompositeFontUIResource()
410 compMap.put(physicalFont, compFont); in getCompositeFontUIResource()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/font/
H A DFontUtilities.java425 ConcurrentHashMap<PhysicalFont, CompositeFont> compMap = compMapRef.get(); in getCompositeFontUIResource() local
426 if (compMap == null) { // Its been collected. in getCompositeFontUIResource()
427 compMap = new ConcurrentHashMap<PhysicalFont, CompositeFont>(); in getCompositeFontUIResource()
428 compMapRef = new SoftReference(compMap); in getCompositeFontUIResource()
430 CompositeFont compFont = compMap.get(physicalFont); in getCompositeFontUIResource()
433 compMap.put(physicalFont, compFont); in getCompositeFontUIResource()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/font/
H A DFontUtilities.java425 ConcurrentHashMap<PhysicalFont, CompositeFont> compMap = compMapRef.get(); in getCompositeFontUIResource() local
426 if (compMap == null) { // Its been collected. in getCompositeFontUIResource()
427 compMap = new ConcurrentHashMap<PhysicalFont, CompositeFont>(); in getCompositeFontUIResource()
428 compMapRef = new SoftReference(compMap); in getCompositeFontUIResource()
430 CompositeFont compFont = compMap.get(physicalFont); in getCompositeFontUIResource()
433 compMap.put(physicalFont, compFont); in getCompositeFontUIResource()
/dports/science/cdk/cdk-cdk-2.3/storage/smiles/src/main/java/org/openscience/cdk/smiles/
H A DCxSmilesGenerator.java109 final int[] compMap = new int[maxCompId + 1]; in generate() local
113 if (compMap[component] == 0) in generate()
114 compMap[component] = compId++; in generate()
117 for (int i = 0; i < compMap.length; i++) in generate()
118 compMap[i]--; in generate()
123 return Integer.compare(compMap[a], compMap[b]); in generate()
142 appendIntegers(compMap, '.', sb, fragGroupCpy.get(i)); in generate()
/dports/www/phpbb3/phpBB3/vendor/patchwork/utf8/src/Patchwork/PHP/Shim/
H A DNormalizer.php107 $compMap = self::$C;
150 if (isset($compMap[$lastUchr.$uchr]) && (!$lastUcls || $lastUcls < $ucls)) {
151 $lastUchr = $compMap[$lastUchr.$uchr];
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/polyfill-intl-normalizer/
H A DNormalizer.php116 $compMap = self::$C;
159 if (isset($compMap[$lastUchr.$uchr]) && (!$lastUcls || $lastUcls < $ucls)) {
160 $lastUchr = $compMap[$lastUchr.$uchr];
/dports/net-mgmt/icingaweb2-module-reactbundle/icingaweb2-module-reactbundle-0.9.0/vendor/symfony/polyfill-intl-normalizer/
H A DNormalizer.php114 $compMap = self::$C;
157 if (isset($compMap[$lastUchr.$uchr]) && (!$lastUcls || $lastUcls < $ucls)) {
158 $lastUchr = $compMap[$lastUchr.$uchr];
/dports/mail/roundcube/roundcubemail-1.5.1/vendor/symfony/polyfill-intl-normalizer/
H A DNormalizer.php114 $compMap = self::$C;
157 if (isset($compMap[$lastUchr.$uchr]) && (!$lastUcls || $lastUcls < $ucls)) {
158 $lastUchr = $compMap[$lastUchr.$uchr];
/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/polyfill-intl-normalizer/
H A DNormalizer.php116 $compMap = self::$C;
159 if (isset($compMap[$lastUchr.$uchr]) && (!$lastUcls || $lastUcls < $ucls)) {
160 $lastUchr = $compMap[$lastUchr.$uchr];
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/symfony/polyfill-intl-normalizer/
H A DNormalizer.php114 $compMap = self::$C;
157 if (isset($compMap[$lastUchr.$uchr]) && (!$lastUcls || $lastUcls < $ucls)) {
158 $lastUchr = $compMap[$lastUchr.$uchr];
/dports/www/phpbb3/phpBB3/vendor/symfony/polyfill-intl-normalizer/
H A DNormalizer.php116 $compMap = self::$C;
159 if (isset($compMap[$lastUchr.$uchr]) && (!$lastUcls || $lastUcls < $ucls)) {
160 $lastUchr = $compMap[$lastUchr.$uchr];
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/symfony/polyfill-intl-normalizer/
H A DNormalizer.php116 $compMap = self::$C;
159 if (isset($compMap[$lastUchr.$uchr]) && (!$lastUcls || $lastUcls < $ucls)) {
160 $lastUchr = $compMap[$lastUchr.$uchr];
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/polyfill-intl-normalizer/
H A DNormalizer.php116 $compMap = self::$C;
159 if (isset($compMap[$lastUchr.$uchr]) && (!$lastUcls || $lastUcls < $ucls)) {
160 $lastUchr = $compMap[$lastUchr.$uchr];
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/symfony/polyfill-intl-normalizer/
H A DNormalizer.php111 $compMap = self::$C;
154 if (isset($compMap[$lastUchr.$uchr]) && (!$lastUcls || $lastUcls < $ucls)) {
155 $lastUchr = $compMap[$lastUchr.$uchr];
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/polyfill-intl-normalizer/
H A DNormalizer.php116 $compMap = self::$C;
159 if (isset($compMap[$lastUchr.$uchr]) && (!$lastUcls || $lastUcls < $ucls)) {
160 $lastUchr = $compMap[$lastUchr.$uchr];

1234