Lines Matching refs:nTmpX
987 long nX, nY, nTmpX, nTmpY; in ImplExpand() local
1000 nTmpX = pMapIn[ nX++ ]; in ImplExpand()
1003 pMap->Set( nTmpY++, nTmpX, VECT_CONT_INDEX ); in ImplExpand()
1004 pMap->Set( nTmpY++, nTmpX, VECT_CONT_INDEX ); in ImplExpand()
1005 pMap->Set( nTmpY++, nTmpX, VECT_CONT_INDEX ); in ImplExpand()
1006 pMap->Set( nTmpY, nTmpX, VECT_CONT_INDEX ); in ImplExpand()
1011 nTmpX = pMapOut[ nX - 1L ]; in ImplExpand()
1014 pMap->Set( nTmpY++, nTmpX, VECT_CONT_INDEX ); in ImplExpand()
1015 pMap->Set( nTmpY++, nTmpX, VECT_CONT_INDEX ); in ImplExpand()
1016 pMap->Set( nTmpY++, nTmpX, VECT_CONT_INDEX ); in ImplExpand()
1017 pMap->Set( nTmpY, nTmpX, VECT_CONT_INDEX ); in ImplExpand()
1027 for( nX = 0L, nTmpX = 5L; nX < nOldWidth; nX++, nTmpX += 4L ) in ImplExpand()
1033 nTmpX -= 3L; in ImplExpand()
1036 pMap->Set( nTmpY, nTmpX++, VECT_CONT_INDEX ); in ImplExpand()
1037 pMap->Set( nTmpY, nTmpX++, VECT_CONT_INDEX ); in ImplExpand()
1038 pMap->Set( nTmpY, nTmpX++, VECT_CONT_INDEX ); in ImplExpand()
1039 pMap->Set( nTmpY, nTmpX, VECT_CONT_INDEX ); in ImplExpand()
1044 nTmpX -= 3L; in ImplExpand()
1047 pMap->Set( nTmpY, nTmpX++, VECT_CONT_INDEX ); in ImplExpand()
1048 pMap->Set( nTmpY, nTmpX++, VECT_CONT_INDEX ); in ImplExpand()
1049 pMap->Set( nTmpY, nTmpX++, VECT_CONT_INDEX ); in ImplExpand()
1050 pMap->Set( nTmpY, nTmpX, VECT_CONT_INDEX ); in ImplExpand()