Searched refs:nByteLen (Results 1 – 2 of 2) sorted by relevance
687 char nByteLen; in ReadAndDrawText() local691 *pPict >> nByteLen; nLen=((sal_uLong)nByteLen)&0x000000ff; in ReadAndDrawText()1487 char sFName[ 256 ], nByteLen; in ReadData() local1499 *pPict >> nByteLen; nLen=((sal_uInt16)nByteLen)&0x00ff; in ReadData()
3226 static bool getPfbSegmentLengths( const unsigned char* pFontBytes, int nByteLen, in getPfbSegmentLengths() argument3229 if( !pFontBytes || (nByteLen < 0) ) in getPfbSegmentLengths()3232 const unsigned char* pEnd = pFontBytes + nByteLen; in getPfbSegmentLengths()
Completed in 93 milliseconds