Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/
H A Dfontsubset.hxx57 const unsigned char* pFontBytes, int nByteLength );
/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()
3231 const unsigned char* pPtr = pFontBytes; in getPfbSegmentLengths()
3232 const unsigned char* pEnd = pFontBytes + nByteLen; in getPfbSegmentLengths()

Completed in 68 milliseconds