Searched refs:bControlPoints (Results 1 – 1 of 1) sorted by relevance
1645 const sal_uInt8 bControlPoints(aCandidate.areControlPointsUsed() ? 1 : 0); in streamOutB2DPolyPolygon() local1648 rOut << bControlPoints; in streamOutB2DPolyPolygon()1656 if(bControlPoints) in streamOutB2DPolyPolygon()1686 sal_uInt8 bControlPoints; in streamInB2DPolyPolygon() local1690 rIn >> bControlPoints; in streamInB2DPolyPolygon()1702 if(0 != bControlPoints) in streamInB2DPolyPolygon()
Completed in 19 milliseconds