Searched refs:nSizeLeft (Results 1 – 2 of 2) sorted by relevance
751 int nSizeLeft = nSize - ( pDest - pSource ); in ImplGetBoundingBox() local752 if ( nSizeLeft > 100 ) in ImplGetBoundingBox()753 nSizeLeft = 100; // only 100 PM_BYTEs following the bounding box will be checked in ImplGetBoundingBox()756 for ( i = 0; ( i < 4 ) && nSizeLeft; i++ ) in ImplGetBoundingBox()763 while ( ( --nSizeLeft ) && ( *pDest == ' ' ) || ( *pDest == 0x9 ) ) pDest++; in ImplGetBoundingBox()765 …while ( nSizeLeft && ( nPM_BYTE != ' ' ) && ( nPM_BYTE != 0x9 ) && ( nPM_BYTE != 0xd ) && ( nPM_BY… in ImplGetBoundingBox()780 nSizeLeft = 1; // error parsing the bounding box values in ImplGetBoundingBox()790 nSizeLeft--; in ImplGetBoundingBox()
1682 int nSizeLeft = nSize - ( pDest - pSource ); in ImplGetBoundingBox() local1683 if ( nSizeLeft > 100 ) in ImplGetBoundingBox()1684 nSizeLeft = 100; // only 100 bytes following the bounding box will be checked in ImplGetBoundingBox()1687 for ( i = 0; ( i < 4 ) && nSizeLeft; i++ ) in ImplGetBoundingBox()1694 while ( ( --nSizeLeft ) && ( *pDest == ' ' ) || ( *pDest == 0x9 ) ) pDest++; in ImplGetBoundingBox()1696 …while ( nSizeLeft && ( nByte != ' ' ) && ( nByte != 0x9 ) && ( nByte != 0xd ) && ( nByte != 0xa ) ) in ImplGetBoundingBox()1711 nSizeLeft = 1; // error parsing the bounding box values in ImplGetBoundingBox()1721 nSizeLeft--; in ImplGetBoundingBox()
Completed in 36 milliseconds