Searched refs:mpFlagAry (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/tools/source/generic/ |
| H A D | poly.cxx | 91 mpFlagAry = new sal_uInt8[ nInitSize ]; in ImplPolygon() 95 mpFlagAry = NULL; in ImplPolygon() 110 if( rImpPoly.mpFlagAry ) in ImplPolygon() 112 mpFlagAry = new sal_uInt8[ rImpPoly.mnPoints ]; in ImplPolygon() 113 memcpy( mpFlagAry, rImpPoly.mpFlagAry, rImpPoly.mnPoints ); in ImplPolygon() 116 mpFlagAry = NULL; in ImplPolygon() 121 mpFlagAry = NULL; in ImplPolygon() 139 mpFlagAry = new sal_uInt8[ nInitSize ]; in ImplPolygon() 140 memcpy( mpFlagAry, pInitFlags, nInitSize ); in ImplPolygon() 143 mpFlagAry = NULL; in ImplPolygon() [all …]
|
| /trunk/main/vcl/aqua/source/gdi/ |
| H A D | atslayout.cxx | 1101 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 D | gcach_ftyp.cxx | 2137 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 D | poly.h | 39 sal_uInt8* mpFlagAry; variable
|