Searched refs:i_pBuffer (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sdext/source/pdfimport/tree/ |
H A D | imagecontainer.cxx | 58 rtl::OUString encodeBase64( const sal_Int8* i_pBuffer, const sal_uInt32 i_nBufferLength ) in encodeBase64() argument 66 const sal_Int32 nBinary = (((sal_uInt8)i_pBuffer[i + 0]) << 16) + in encodeBase64() 67 (((sal_uInt8)i_pBuffer[i + 1]) << 8) + in encodeBase64() 68 ((sal_uInt8)i_pBuffer[i + 2]); in encodeBase64() 91 case 1: nBinary = ((sal_uInt8)i_pBuffer[nStart + 0]) << 16; in encodeBase64() 93 case 2: nBinary = (((sal_uInt8)i_pBuffer[nStart + 0]) << 16) + in encodeBase64() 94 (((sal_uInt8)i_pBuffer[nStart + 1]) << 8); in encodeBase64()
|
/trunk/main/vcl/source/gdi/ |
H A D | font.cxx | 873 bool identifyTrueTypeFont( const void* i_pBuffer, sal_uInt32 i_nSize, Font& o_rResult ) in identifyTrueTypeFont() argument 877 if( OpenTTFontBuffer( const_cast<void*>(i_pBuffer), i_nSize, 0, &pTTF ) == SF_OK ) in identifyTrueTypeFont() 977 bool identifyType1Font( const char* i_pBuffer, sal_uInt32 i_nSize, Font& o_rResult ) in identifyType1Font() argument 981 const char* pStream = i_pBuffer; in identifyType1Font() 1063 Font Font::identifyFont( const void* i_pBuffer, sal_uInt32 i_nSize ) in identifyFont() argument 1066 if( ! identifyTrueTypeFont( i_pBuffer, i_nSize, aResult ) ) in identifyFont() 1068 const char* pStream = reinterpret_cast<const char*>(i_pBuffer); in identifyFont()
|
/trunk/main/xml2cmp/source/inc/ |
H A D | textfile.h | 58 char * i_pBuffer,
|
Completed in 16 milliseconds