Searched refs:bParallel (Results 1 – 3 of 3) sorted by relevance
678 sal_Bool bParallel = sal_True; in getExtrusionDirectionState() local688 bParallel = nProjectionMode == ProjectionMode_PARALLEL; in getExtrusionDirectionState()690 if( bParallel ) in getExtrusionDirectionState()827 sal_Bool bParallel = sal_True; in getExtrusionProjectionState() local831 bParallel = eProjectionMode == ProjectionMode_PARALLEL; in getExtrusionProjectionState()835 nFinalProjection = bParallel; in getExtrusionProjectionState()837 else if( nFinalProjection != bParallel ) in getExtrusionProjectionState()
260 bool bParallel = bRightAngled || (nPerspective == 0); in convertFromModel() local261 …cssd::ProjectionMode eProjMode = bParallel ? cssd::ProjectionMode_PARALLEL : cssd::ProjectionMode_… in convertFromModel()
2378 bool bParallel = bRightAngled || (nPerspective == 0); in Convert() local2379 eProjMode = bParallel ? cssd::ProjectionMode_PARALLEL : cssd::ProjectionMode_PERSPECTIVE; in Convert()