Searched refs:aPP (Results 1 – 5 of 5) sorted by relevance
92 drawing::PolyPolygonShape3D aPP; in getPolyPolygonShape3D() local94 aPP.SequenceX.realloc(1); in getPolyPolygonShape3D()95 aPP.SequenceY.realloc(1); in getPolyPolygonShape3D()96 aPP.SequenceZ.realloc(1); in getPolyPolygonShape3D()157 drawing::PolyPolygonShape3D aPP; in getNormalsPolygon() local159 aPP.SequenceX.realloc(1); in getNormalsPolygon()160 aPP.SequenceY.realloc(1); in getNormalsPolygon()161 aPP.SequenceZ.realloc(1); in getNormalsPolygon()190 aPP.SequenceX.realloc(1); in getTexturePolygon()191 aPP.SequenceY.realloc(1); in getTexturePolygon()[all …]
196 aPP.SequenceX.realloc(1); in createPolyPolygon_Cube()197 aPP.SequenceY.realloc(1); in createPolyPolygon_Cube()198 aPP.SequenceZ.realloc(1); in createPolyPolygon_Cube()276 aPP.SequenceX.realloc(3); in createPolyPolygon_Cylinder()277 aPP.SequenceY.realloc(3); in createPolyPolygon_Cylinder()278 aPP.SequenceZ.realloc(3); in createPolyPolygon_Cylinder()369 aPP.SequenceX.realloc(2); in createPolyPolygon_Cone()1365 aPP.SequenceX.realloc(1); in createPolyPolygon_Symbol()1366 aPP.SequenceY.realloc(1); in createPolyPolygon_Symbol()1367 aPP.SequenceZ.realloc(1); in createPolyPolygon_Symbol()[all …]
425 basegfx::B2DPolyPolygon aPP; in getLineGeometry() local430 aPP = ((SdrPathObj*)pNext)->GetPathPoly(); in getLineGeometry()437 aPP = pPath->GetPathPoly(); in getLineGeometry()440 if ( aPP.count() ) in getLineGeometry()441 aPolyPolygon.append(aPP); in getLineGeometry()
914 PolyPolygon aPP( rPolyPolygon ); in SetClipPath() local915 aClipPath.SetClipPath( ImplMap( aPP ), nClippingMode ); in SetClipPath()
2155 ::basegfx::B2DPolyPolygon aPP( rB2DPolygon ); in DrawPolygon()2156 DrawPolyPolygon( aPP ); in DrawPolygon()
Completed in 69 milliseconds