Searched refs:pLastVisibleNeighbourTickInfo (Results 1 – 1 of 1) sorted by relevance
633 TickInfo* pLastVisibleNeighbourTickInfo = NULL; in createTextShapes() local661 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()[all …]