Searched refs:mpVectors (Results 1 – 2 of 2) sorted by relevance
132 SimpleBezierVector* mpVectors; member in ImplPolygonTemplate138 if(!mnBezierCount && mpVectors) in implTryToReduceToPointVector()140 delete mpVectors; in implTryToReduceToPointVector()141 mpVectors = 0L; in implTryToReduceToPointVector()168 mpVectors(0L), in ImplPolygonTemplate()177 mpVectors(0L), in ImplPolygonTemplate()181 if(rSource.mpVectors && rSource.mnBezierCount) in ImplPolygonTemplate()183 mpVectors = new SimpleBezierVector(*rSource.mpVectors); in ImplPolygonTemplate()191 mpVectors(0L), in ImplPolygonTemplate()207 if(rSource.mpVectors && rSource.mnBezierCount) in ImplPolygonTemplate()[all …]
132 SimpleBezierVector* mpVectors; member in PolygonPointList138 if(!mnBezierCount && mpVectors) in implTryToReduceToPointVector()140 delete mpVectors; in implTryToReduceToPointVector()141 mpVectors = 0L; in implTryToReduceToPointVector()168 mpVectors(0L), in PolygonPointList()177 mpVectors(0L), in PolygonPointList()181 if(rSource.mpVectors && rSource.mnBezierCount) in PolygonPointList()183 mpVectors = new SimpleBezierVector(*rSource.mpVectors); in PolygonPointList()191 mpVectors(0L), in PolygonPointList()207 if(rSource.mpVectors && rSource.mnBezierCount) in PolygonPointList()[all …]