Lines Matching refs:aPosList

999                 tScreenPosAndLogicPosList aPosList;  in get2DAxisMainLine()  local
1000 aPosList.push_back( getScreenPosAndLogicPos( fMinX, fYOnYPlane, fZOther ) ); in get2DAxisMainLine()
1001 aPosList.push_back( getScreenPosAndLogicPos( fMinX, fYOther, fZOnZPlane ) ); in get2DAxisMainLine()
1007 ::std::sort( aPosList.begin(), aPosList.end(), lcl_LessXPos() ); in get2DAxisMainLine()
1014 ::std::sort( aPosList.begin(), aPosList.end(), lcl_GreaterYPos() ); in get2DAxisMainLine()
1017 ScreenPosAndLogicPos aBestPos( aPosList[0] ); in get2DAxisMainLine()
1053 tScreenPosAndLogicPosList aPosList; in get2DAxisMainLine() local
1054 aPosList.push_back( getScreenPosAndLogicPos( fXOnXPlane, fMinY, fZOther ) ); in get2DAxisMainLine()
1055 aPosList.push_back( getScreenPosAndLogicPos( fXOther, fMinY, fZOnZPlane ) ); in get2DAxisMainLine()
1061 ::std::sort( aPosList.begin(), aPosList.end(), lcl_LessXPos() ); in get2DAxisMainLine()
1068 ::std::sort( aPosList.begin(), aPosList.end(), lcl_GreaterYPos() ); in get2DAxisMainLine()
1071 ScreenPosAndLogicPos aBestPos( aPosList[0] ); in get2DAxisMainLine()
1132 tScreenPosAndLogicPosList aPosList; in get2DAxisMainLine() local
1133 aPosList.push_back( getScreenPosAndLogicPos( fXOther, fYOnYPlane, fMinZ ) ); in get2DAxisMainLine()
1134 aPosList.push_back( getScreenPosAndLogicPos( fXOnXPlane, fYOther, fMinZ ) ); in get2DAxisMainLine()
1136 ::std::sort( aPosList.begin(), aPosList.end(), lcl_GreaterYPos() ); in get2DAxisMainLine()
1137 ScreenPosAndLogicPos aBestPos( aPosList[0] ); in get2DAxisMainLine()
1138 ScreenPosAndLogicPos aNotSoGoodPos( aPosList[1] ); in get2DAxisMainLine()