Lines Matching refs:pLastVisibleNeighbourTickInfo
633 TickInfo* pLastVisibleNeighbourTickInfo = NULL; in createTextShapes() local
661 pLastVisibleNeighbourTickInfo = bIsStaggered ? in createTextShapes()
674 if( pLastVisibleNeighbourTickInfo && !rAxisLabelProperties.bOverlapAllowed ) in createTextShapes()
676 if( lcl_doesShapeOverlapWithTickmark( pLastVisibleNeighbourTickInfo->xTextShape in createTextShapes()
686 pLastVisibleNeighbourTickInfo = pPREPreviousVisibleTickInfo; in createTextShapes()
687 if( !pLastVisibleNeighbourTickInfo || in createTextShapes()
688 !lcl_doesShapeOverlapWithTickmark( pLastVisibleNeighbourTickInfo->xTextShape in createTextShapes()
760 if( pLastVisibleNeighbourTickInfo && !rAxisLabelProperties.bOverlapAllowed ) in createTextShapes()
762 …if( doesOverlap( pLastVisibleNeighbourTickInfo->xTextShape, pTickInfo->xTextShape, rAxisLabelPrope… in createTextShapes()
769 pLastVisibleNeighbourTickInfo = pPREPreviousVisibleTickInfo; in createTextShapes()
770 if( !pLastVisibleNeighbourTickInfo || in createTextShapes()
771 !lcl_doesShapeOverlapWithTickmark( pLastVisibleNeighbourTickInfo->xTextShape in createTextShapes()