Searched refs:mpSortContext (Results 1 – 1 of 1) sorted by relevance
111 ShapeSortContext* mpSortContext; member156 mpImpl->mpSortContext = 0; in XMLShapeImportHelper()1147 mpImpl->mpSortContext = new ShapeSortContext( rShapes, mpImpl->mpSortContext ); in pushGroupForSorting()1152 DBG_ASSERT( mpImpl->mpSortContext, "No context to sort!" ); in popGroupAndSort()1153 if( mpImpl->mpSortContext == NULL ) in popGroupAndSort()1236 ShapeSortContext* pContext = mpImpl->mpSortContext; in popGroupAndSort()1237 mpImpl->mpSortContext = pContext->mpParentContext; in popGroupAndSort()1243 if( mpImpl->mpSortContext) in shapeWithZIndexAdded()1246 aNewHint.nIs = mpImpl->mpSortContext->mnCurrentZ++; in shapeWithZIndexAdded()1252 mpImpl->mpSortContext->maUnsortedList.push_back(aNewHint); in shapeWithZIndexAdded()[all …]
Completed in 17 milliseconds