Home
last modified time | relevance | path

Searched refs:nByteLen (Results 1 – 2 of 2) sorted by relevance

/trunk/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx687 char nByteLen; in ReadAndDrawText() local
691 *pPict >> nByteLen; nLen=((sal_uLong)nByteLen)&0x000000ff; in ReadAndDrawText()
1487 char sFName[ 256 ], nByteLen; in ReadData() local
1499 *pPict >> nByteLen; nLen=((sal_uInt16)nByteLen)&0x00ff; in ReadData()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx3226 static bool getPfbSegmentLengths( const unsigned char* pFontBytes, int nByteLen, in getPfbSegmentLengths() argument
3229 if( !pFontBytes || (nByteLen < 0) ) in getPfbSegmentLengths()
3232 const unsigned char* pEnd = pFontBytes + nByteLen; in getPfbSegmentLengths()

Completed in 65 milliseconds