Searched refs:bChangeY (Results 1 – 4 of 4) sorted by relevance
/trunk/main/basegfx/source/polygon/ |
H A D | b3dpolygontools.cxx | 580 …inatesParallel( const B3DPolygon& rCandidate, const B3DRange& rRange, bool bChangeX, bool bChangeY) in applyDefaultTextureCoordinatesParallel() argument 584 if(bChangeX || bChangeY) in applyDefaultTextureCoordinatesParallel() 611 if(bChangeY) in applyDefaultTextureCoordinatesParallel() 630 …dinatesSphere( const B3DPolygon& rCandidate, const B3DPoint& rCenter, bool bChangeX, bool bChangeY) in applyDefaultTextureCoordinatesSphere() argument 634 if(bChangeX || bChangeY) in applyDefaultTextureCoordinatesSphere() 658 if(bChangeY) in applyDefaultTextureCoordinatesSphere() 672 if(bChangeY) in applyDefaultTextureCoordinatesSphere() 701 if(bChangeY) in applyDefaultTextureCoordinatesSphere()
|
H A D | b3dpolypolygontools.cxx | 465 …esParallel( const B3DPolyPolygon& rCandidate, const B3DRange& rRange, bool bChangeX, bool bChangeY) in applyDefaultTextureCoordinatesParallel() argument 471 …d(applyDefaultTextureCoordinatesParallel(rCandidate.getB3DPolygon(a), rRange, bChangeX, bChangeY)); in applyDefaultTextureCoordinatesParallel() 477 …tesSphere( const B3DPolyPolygon& rCandidate, const B3DPoint& rCenter, bool bChangeX, bool bChangeY) in applyDefaultTextureCoordinatesSphere() argument 483 …nd(applyDefaultTextureCoordinatesSphere(rCandidate.getB3DPolygon(a), rCenter, bChangeX, bChangeY)); in applyDefaultTextureCoordinatesSphere()
|
/trunk/main/basegfx/inc/basegfx/polygon/ |
H A D | b3dpolypolygontools.hxx | 131 …st B3DPolyPolygon& rCandidate, const B3DRange& rRange, bool bChangeX = true, bool bChangeY = true); 138 …t B3DPolyPolygon& rCandidate, const B3DPoint& rCenter, bool bChangeX = true, bool bChangeY = true);
|
H A D | b3dpolygontools.hxx | 126 … const B3DPolygon& rCandidate, const B3DRange& rRange, bool bChangeX = true, bool bChangeY = true); 133 …const B3DPolygon& rCandidate, const B3DPoint& rCenter, bool bChangeX = true, bool bChangeY = true);
|
Completed in 26 milliseconds