Searched refs:pFontBytes (Results 1 – 2 of 2) sorted by relevance
57 const unsigned char* pFontBytes, int nByteLength );
3226 static bool getPfbSegmentLengths( const unsigned char* pFontBytes, int nByteLen, in getPfbSegmentLengths() argument3229 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 58 milliseconds