Home
last modified time | relevance | path

Searched refs:mpFlagAry (Results 1 – 4 of 4) sorted by relevance

/trunk/main/tools/source/generic/
H A Dpoly.cxx95 mpFlagAry = NULL; in ImplPolygon()
113 memcpy( mpFlagAry, rImpPoly.mpFlagAry, rImpPoly.mnPoints ); in ImplPolygon()
116 mpFlagAry = NULL; in ImplPolygon()
121 mpFlagAry = NULL; in ImplPolygon()
143 mpFlagAry = NULL; in ImplPolygon()
164 if( mpFlagAry ) in ~ImplPolygon()
205 if( mpFlagAry ) in ImplSetSize()
260 memcpy( mpFlagAry + nPos, pInitPoly->mpFlagAry, nSpace ); in ImplSplit()
282 if( mpFlagAry ) in ImplSplit()
323 if( mpFlagAry ) in ImplRemove()
[all …]
/trunk/main/vcl/aqua/source/gdi/
H A Datslayout.cxx1101 BYTE* mpFlagAry;
1119 mpFlagAry = new BYTE [ mnMaxPoints ];
1126 delete[] mpFlagAry;
1156 mpNewFlags[ i ] = mpFlagAry[ i ];
1158 delete[] mpFlagAry;
1161 mpFlagAry = mpNewFlags;
1169 mpFlagAry[ mnPointCount++ ]= eFlags;
1181 Polygon aPoly( mnPointCount, mpPointAry, (mbHasOffline ? mpFlagAry : NULL) );
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx2137 sal_uInt8* mpFlagAry; member in PolyArgs
2157 mpFlagAry = new sal_uInt8 [ mnMaxPoints ]; in PolyArgs()
2165 delete[] mpFlagAry; in ~PolyArgs()
2180 mpFlagAry[ mnPoints++ ]= aFlag; in AddPoint()
2196 DBG_ASSERT( (mpFlagAry[0]==POLY_NORMAL), "FTGlyphOutline: PolyFinishFE failed!" ); in ClosePolygon()
2197 DBG_ASSERT( (mpFlagAry[mnPoints]==POLY_NORMAL), "FTGlyphOutline: PolyFinishFS failed!" ); in ClosePolygon()
2199 Polygon aPoly( mnPoints, mpPointAry, (bHasOffline ? mpFlagAry : NULL) ); in ClosePolygon()
/trunk/main/tools/inc/
H A Dpoly.h39 sal_uInt8* mpFlagAry; member in ImplPolygonData

Completed in 61 milliseconds