Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx3335 int nEndAsciiIndex; in emitEmbeddedFont() local
3357 nEndAsciiIndex = nIndex+4; in emitEmbeddedFont()
3384 if( nIndex < 1 || nIndex <= nEndAsciiIndex ) in emitEmbeddedFont()
3420 nBeginBinaryIndex = nEndAsciiIndex; in emitEmbeddedFont()
3434 nEndAsciiIndex = nBeginBinaryIndex-1; in emitEmbeddedFont()
3435 …for( it = aSections.begin(); it != aSections.end() && (nEndAsciiIndex < *it || nEndAsciiIndex > ((… in emitEmbeddedFont()
3438 nEndAsciiIndex = (*it)-1; in emitEmbeddedFont()
3440 nLength1 = nEndAsciiIndex+1; // including the last character in emitEmbeddedFont()
3524 if( ! writeBuffer( pFontData, nEndAsciiIndex+1 ) ) in emitEmbeddedFont()
3533 while( *it < nEndAsciiIndex ) in emitEmbeddedFont()
[all …]

Completed in 63 milliseconds