Searched refs:nNextSectionIndex (Results 1 – 1 of 1) sorted by relevance
3465 int nNextSectionIndex = 0; in emitEmbeddedFont() local3469 nNextSectionIndex = *it; in emitEmbeddedFont()3472 if( nIndex == nNextSectionIndex ) in emitEmbeddedFont()3476 nNextSectionIndex = (it == aSections.end() ? 0 : *it ); in emitEmbeddedFont()3580 int nNextSectionIndex = 0; in emitEmbeddedFont() local3584 nNextSectionIndex = *it; in emitEmbeddedFont()3587 if( nIndex == nNextSectionIndex ) in emitEmbeddedFont()3591 nNextSectionIndex = (it == aSections.end() ? nFontLen : *it ); in emitEmbeddedFont()3618 if( nIndex < nNextSectionIndex ) in emitEmbeddedFont()3620 if( ! writeBuffer( pFontData+nIndex, nNextSectionIndex - nIndex ) ) in emitEmbeddedFont()
Completed in 202 milliseconds