Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx3337 int nEndBinaryIndex; in emitEmbeddedFont() local
3417 nEndBinaryIndex = nIndex; in emitEmbeddedFont()
3426 } while( nBeginBinaryIndex < nEndBinaryIndex && in emitEmbeddedFont()
3456 nLength2 = nEndBinaryIndex - nBeginBinaryIndex + 1; // include the last byte in emitEmbeddedFont()
3458 if( *it > nBeginBinaryIndex && *it < nEndBinaryIndex ) in emitEmbeddedFont()
3470 for( nIndex = nBeginBinaryIndex; nIndex <= nEndBinaryIndex; nIndex++ ) in emitEmbeddedFont()
3585 for( nIndex = nBeginBinaryIndex; nIndex <= nEndBinaryIndex; nIndex++ ) in emitEmbeddedFont()

Completed in 69 milliseconds