Lines Matching refs:nTmpY
987 long nX, nY, nTmpX, nTmpY; in ImplExpand() local
994 for( nY = 0L, nTmpY = 5L; nY < nOldHeight; nY++, nTmpY += 4L ) in ImplExpand()
1001 nTmpY -= 3L; 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()
1012 nTmpY -= 3L; 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()
1034 nTmpY = pMapIn[ nY++ ]; 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()
1045 nTmpY = pMapOut[ nY - 1L ]; 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()