Searched refs:pJobBest (Results 1 – 1 of 1) sorted by relevance
1148 CBlockOption *pJob, *pJobBest; in AddBestTriangles() local1153 pJobBest = 0; in AddBestTriangles()1171 if(!pJobBest || pJob->IsBetterThan(pJobBest)) { in AddBestTriangles()1172 pJobBest = pJob; in AddBestTriangles()1178 if(pJobBest) { in AddBestTriangles()1179 m_sOpt.Add(pJobBest, pOb); in AddBestTriangles()1181 } while(pJobBest && m_nTriLimit != m_sOpt.nTriNum); in AddBestTriangles()