/dports/graphics/podofo/podofo-0.9.7/src/podofo/doc/ |
H A D | PdfTTFWriter.cpp | 378 SwapShort ( &m_tOs2.xAvgCharWidth ); in SwapOs2Table() 381 SwapShort ( &m_tOs2.fsType ); in SwapOs2Table() 382 SwapShort ( &m_tOs2.ySubscriptXSize ); in SwapOs2Table() 383 SwapShort ( &m_tOs2.ySubscriptYSize ); in SwapOs2Table() 384 SwapShort ( &m_tOs2.ySubscriptXOffset ); in SwapOs2Table() 385 SwapShort ( &m_tOs2.ySubscriptYOffset ); in SwapOs2Table() 386 SwapShort ( &m_tOs2.ySuperscriptXSize ); in SwapOs2Table() 390 SwapShort ( &m_tOs2.yStrikeoutSize ); in SwapOs2Table() 392 SwapShort ( &m_tOs2.sFamilyClass ); in SwapOs2Table() 425 SwapShort ( &m_tHead.indexToLocForm ); in SwapHeadTable() [all …]
|
/dports/graphics/freeimage/FreeImage/Source/FreeImage/ |
H A D | PluginPCX.cpp | 177 SwapShort(&header->window[0]); in SwapHeader() 178 SwapShort(&header->window[1]); in SwapHeader() 179 SwapShort(&header->window[2]); in SwapHeader() 180 SwapShort(&header->window[3]); in SwapHeader() 181 SwapShort(&header->hdpi); in SwapHeader() 182 SwapShort(&header->vdpi); in SwapHeader() 183 SwapShort(&header->bytes_per_line); in SwapHeader() 184 SwapShort(&header->palette_info); in SwapHeader() 185 SwapShort(&header->h_screen_size); in SwapHeader() 186 SwapShort(&header->v_screen_size); in SwapHeader()
|
H A D | PluginTARGA.cpp | 166 SwapShort((WORD*)pixel); in swapShortPixels() 286 SwapShort(&header->cm_length); in SwapHeader() 287 SwapShort(&header->is_xorigin); in SwapHeader() 289 SwapShort(&header->is_width); in SwapHeader() 290 SwapShort(&header->is_height); in SwapHeader() 302 SwapShort(&ex->job_time[0]); in SwapExtensionArea() 303 SwapShort(&ex->job_time[1]); in SwapExtensionArea() 304 SwapShort(&ex->job_time[2]); in SwapExtensionArea() 529 SwapShort(&value); in _assignPixel() 1141 SwapShort(&val); in writeToPacket() [all …]
|
H A D | PluginGIF.cpp | 737 SwapShort(&left); in Load() 738 SwapShort(&top); in Load() 846 SwapShort(&left); in Load() 847 SwapShort(&top); in Load() 848 SwapShort(&width); in Load() 1040 SwapShort(&w); in Load() 1120 SwapShort(&left); in Save() 1121 SwapShort(&top); in Save() 1122 SwapShort(&width); in Save() 1225 SwapShort(&w); in Save() [all …]
|
H A D | PluginIFF.cpp | 59 SwapShort(&header->w); in SwapHeader() 60 SwapShort(&header->h); in SwapHeader() 61 SwapShort(&header->x); in SwapHeader() 62 SwapShort(&header->y); in SwapHeader() 63 SwapShort(&header->transparentColor); in SwapHeader() 64 SwapShort(&header->pageWidth); in SwapHeader() 65 SwapShort(&header->pageHeight); in SwapHeader()
|
H A D | PluginSGI.cpp | 120 SwapShort(&header->magic); in SwapHeader() 121 SwapShort(&header->dimension); in SwapHeader() 122 SwapShort(&header->xsize); in SwapHeader() 123 SwapShort(&header->ysize); in SwapHeader() 124 SwapShort(&header->zsize); in SwapHeader()
|
H A D | PluginBMP.cpp | 101 SwapShort(&header->biPlanes); in SwapInfoHeader() 114 SwapShort(&header->bcWidth); in SwapCoreHeader() 115 SwapShort(&header->bcHeight); in SwapCoreHeader() 116 SwapShort(&header->bcPlanes); in SwapCoreHeader() 117 SwapShort(&header->bcBitCnt); in SwapCoreHeader() 123 SwapShort(&header->biWidth); in SwapOS21XHeader() 124 SwapShort(&header->biHeight); in SwapOS21XHeader() 125 SwapShort(&header->biPlanes); in SwapOS21XHeader() 131 SwapShort(&header->bfType); in SwapFileHeader() 178 SwapShort(pixel); in LoadPixelData() [all …]
|
H A D | PluginICO.cpp | 136 SwapShort(&header->biPlanes); in SwapInfoHeader() 137 SwapShort(&header->biBitCount); in SwapInfoHeader() 148 SwapShort(&header->idReserved); in SwapIconHeader() 149 SwapShort(&header->idType); in SwapIconHeader() 150 SwapShort(&header->idCount); in SwapIconHeader() 156 SwapShort(&ent->wPlanes); in SwapIconDirEntries() 157 SwapShort(&ent->wBitCount); in SwapIconDirEntries() 339 SwapShort(pixel); in LoadStandardIcon() 505 SwapShort(&pixel); in SaveStandardIcon()
|
H A D | PluginCUT.cpp | 124 SwapShort((WORD *)&header.width); in Load() 125 SwapShort((WORD *)&header.height); in Load()
|
/dports/games/quake2-relay/relay-0.4/common/ |
H A D | endian.h | 26 extern short SwapShort(short l); 32 #define LittleShort(x) (SwapShort(x)) 44 #define BigShort(x) (SwapShort(x))
|
H A D | endian.c | 25 short SwapShort(short l) in SwapShort() function
|
/dports/games/ecwolf/ecwolf-1.3.3-src/src/ |
H A D | m_swap.h | 49 static inline WORD SwapShort(WORD x) in SwapShort() function 65 #define LittleShort SwapShort 68 #define BigShort SwapShort
|
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/sound/portaudio/pa_asio/ |
H A D | pa_asio.cpp | 290 #define SwapShort(v) ((((v)>>8)&0xFF)|(((v)&0xFF)<<8)) ; macro 851 if (swap) temp = SwapShort(temp); in Input_Int16_Float32() 910 if (swap) temp = SwapShort(temp); in Input_Int16_Int32() 969 if (swap) temp = SwapShort(temp); in Input_Int16_Int16() 1070 if (swap) temp = SwapShort(temp); in Input_Int16_Int8() 1084 if (swap) temp = SwapShort(temp); in Input_Int16_Int8() 1188 if (swap) temp = SwapShort(temp); in Input_Int16_IntU8() 1202 if (swap) temp = SwapShort(temp); in Input_Int16_IntU8() 1535 if (swap) temp = SwapShort(temp); in Output_Int16_Int16() 1594 if (swap) temp = SwapShort(temp); in Output_Int8_Int16() [all …]
|
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/portaudio_v18_1/pa_asio/ |
H A D | pa_asio.cpp | 290 #define SwapShort(v) ((((v)>>8)&0xFF)|(((v)&0xFF)<<8)) ; macro 851 if (swap) temp = SwapShort(temp); in Input_Int16_Float32() 910 if (swap) temp = SwapShort(temp); in Input_Int16_Int32() 969 if (swap) temp = SwapShort(temp); in Input_Int16_Int16() 1070 if (swap) temp = SwapShort(temp); in Input_Int16_Int8() 1084 if (swap) temp = SwapShort(temp); in Input_Int16_Int8() 1188 if (swap) temp = SwapShort(temp); in Input_Int16_IntU8() 1202 if (swap) temp = SwapShort(temp); in Input_Int16_IntU8() 1535 if (swap) temp = SwapShort(temp); in Output_Int16_Int16() 1594 if (swap) temp = SwapShort(temp); in Output_Int8_Int16() [all …]
|
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/win/ |
H A D | tkWinFont.c | 216 static void SwapShort(USHORT *p); 2290 SwapShort(&cmapTable.numTables); in LoadFontRanges() 2296 SwapShort(&encTable.platform); in LoadFontRanges() 2297 SwapShort(&encTable.encoding); in LoadFontRanges() 2316 SwapShort(&subTable.any.format); in LoadFontRanges() 2320 SwapShort(&subTable.segment.segCountX2); in LoadFontRanges() 2334 SwapShort(&endCount[i]); in LoadFontRanges() 2335 SwapShort(&startCount[i]); in LoadFontRanges() 2399 SwapShort(PUSHORT p) in SwapShort() function
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/ |
H A D | awt_Font.cpp | 1310 static void SwapShort(USHORT& p); 1359 SwapShort(nTables); in MakeTable() 1372 SwapShort(pTable->encodingID); in MakeTable() 1373 SwapShort(pTable->platformID); in MakeTable() 1390 SwapShort(subTable.format); in MakeTable() 1391 SwapShort(subTable.segCountX2); in MakeTable() 1404 SwapShort(m_piEnd[i]); in MakeTable() 1420 SwapShort(m_piStart[i]); in MakeTable() 1449 inline void CSegTable::SwapShort(USHORT& p) in SwapShort() function in CSegTable 1605 SwapShort(head.numTables); in Create()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/windows/native/libawt/windows/ |
H A D | awt_Font.cpp | 1310 static void SwapShort(USHORT& p); 1359 SwapShort(nTables); in MakeTable() 1372 SwapShort(pTable->encodingID); in MakeTable() 1373 SwapShort(pTable->platformID); in MakeTable() 1390 SwapShort(subTable.format); in MakeTable() 1391 SwapShort(subTable.segCountX2); in MakeTable() 1404 SwapShort(m_piEnd[i]); in MakeTable() 1420 SwapShort(m_piStart[i]); in MakeTable() 1449 inline void CSegTable::SwapShort(USHORT& p) in SwapShort() function in CSegTable 1605 SwapShort(head.numTables); in Create()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/ |
H A D | awt_Font.cpp | 1310 static void SwapShort(USHORT& p); 1359 SwapShort(nTables); in MakeTable() 1372 SwapShort(pTable->encodingID); in MakeTable() 1373 SwapShort(pTable->platformID); in MakeTable() 1390 SwapShort(subTable.format); in MakeTable() 1391 SwapShort(subTable.segCountX2); in MakeTable() 1404 SwapShort(m_piEnd[i]); in MakeTable() 1420 SwapShort(m_piStart[i]); in MakeTable() 1449 inline void CSegTable::SwapShort(USHORT& p) in SwapShort() function in CSegTable 1605 SwapShort(head.numTables); in Create()
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/windows/ |
H A D | awt_Font.cpp | 1275 static void SwapShort(USHORT& p); 1324 SwapShort(nTables); in MakeTable() 1337 SwapShort(pTable->encodingID); in MakeTable() 1338 SwapShort(pTable->platformID); in MakeTable() 1355 SwapShort(subTable.format); in MakeTable() 1356 SwapShort(subTable.segCountX2); in MakeTable() 1369 SwapShort(m_piEnd[i]); in MakeTable() 1385 SwapShort(m_piStart[i]); in MakeTable() 1414 inline void CSegTable::SwapShort(USHORT& p) in SwapShort() function in CSegTable 1570 SwapShort(head.numTables); in Create()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/windows/native/libawt/windows/ |
H A D | awt_Font.cpp | 1310 static void SwapShort(USHORT& p); 1359 SwapShort(nTables); in MakeTable() 1372 SwapShort(pTable->encodingID); in MakeTable() 1373 SwapShort(pTable->platformID); in MakeTable() 1390 SwapShort(subTable.format); in MakeTable() 1391 SwapShort(subTable.segCountX2); in MakeTable() 1404 SwapShort(m_piEnd[i]); in MakeTable() 1420 SwapShort(m_piStart[i]); in MakeTable() 1449 inline void CSegTable::SwapShort(USHORT& p) in SwapShort() function in CSegTable 1605 SwapShort(head.numTables); in Create()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/windows/native/libawt/windows/ |
H A D | awt_Font.cpp | 1310 static void SwapShort(USHORT& p); 1359 SwapShort(nTables); in MakeTable() 1372 SwapShort(pTable->encodingID); in MakeTable() 1373 SwapShort(pTable->platformID); in MakeTable() 1390 SwapShort(subTable.format); in MakeTable() 1391 SwapShort(subTable.segCountX2); in MakeTable() 1404 SwapShort(m_piEnd[i]); in MakeTable() 1420 SwapShort(m_piStart[i]); in MakeTable() 1449 inline void CSegTable::SwapShort(USHORT& p) in SwapShort() function in CSegTable 1605 SwapShort(head.numTables); in Create()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/windows/native/libawt/windows/ |
H A D | awt_Font.cpp | 1310 static void SwapShort(USHORT& p); 1359 SwapShort(nTables); in MakeTable() 1372 SwapShort(pTable->encodingID); in MakeTable() 1373 SwapShort(pTable->platformID); in MakeTable() 1390 SwapShort(subTable.format); in MakeTable() 1391 SwapShort(subTable.segCountX2); in MakeTable() 1404 SwapShort(m_piEnd[i]); in MakeTable() 1420 SwapShort(m_piStart[i]); in MakeTable() 1449 inline void CSegTable::SwapShort(USHORT& p) in SwapShort() function in CSegTable 1605 SwapShort(head.numTables); in Create()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/windows/native/libawt/windows/ |
H A D | awt_Font.cpp | 1310 static void SwapShort(USHORT& p); 1359 SwapShort(nTables); in MakeTable() 1372 SwapShort(pTable->encodingID); in MakeTable() 1373 SwapShort(pTable->platformID); in MakeTable() 1390 SwapShort(subTable.format); in MakeTable() 1391 SwapShort(subTable.segCountX2); in MakeTable() 1404 SwapShort(m_piEnd[i]); in MakeTable() 1420 SwapShort(m_piStart[i]); in MakeTable() 1449 inline void CSegTable::SwapShort(USHORT& p) in SwapShort() function in CSegTable 1605 SwapShort(head.numTables); in Create()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/windows/native/libawt/windows/ |
H A D | awt_Font.cpp | 1310 static void SwapShort(USHORT& p); 1359 SwapShort(nTables); in MakeTable() 1372 SwapShort(pTable->encodingID); in MakeTable() 1373 SwapShort(pTable->platformID); in MakeTable() 1390 SwapShort(subTable.format); in MakeTable() 1391 SwapShort(subTable.segCountX2); in MakeTable() 1404 SwapShort(m_piEnd[i]); in MakeTable() 1420 SwapShort(m_piStart[i]); in MakeTable() 1449 inline void CSegTable::SwapShort(USHORT& p) in SwapShort() function in CSegTable 1605 SwapShort(head.numTables); in Create()
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/windows/ |
H A D | awt_Font.cpp | 1275 static void SwapShort(USHORT& p); 1324 SwapShort(nTables); in MakeTable() 1337 SwapShort(pTable->encodingID); in MakeTable() 1338 SwapShort(pTable->platformID); in MakeTable() 1355 SwapShort(subTable.format); in MakeTable() 1356 SwapShort(subTable.segCountX2); in MakeTable() 1369 SwapShort(m_piEnd[i]); in MakeTable() 1385 SwapShort(m_piStart[i]); in MakeTable() 1414 inline void CSegTable::SwapShort(USHORT& p) in SwapShort() function in CSegTable 1570 SwapShort(head.numTables); in Create()
|