Lines Matching refs:nPoints

247 	            nW, nH, nPoints, nColor, nIndex,  in ReadEnhWMF()  local
284 *pWMF >> nPoints; in ReadEnhWMF()
289 nPoints++; in ReadEnhWMF()
291 Polygon aPoly( (sal_uInt16)nPoints ); in ReadEnhWMF()
292 for( ; i < (sal_uInt16)nPoints; i++ ) in ReadEnhWMF()
304 *pWMF >> nPoints; in ReadEnhWMF()
305 Polygon aPoly( (sal_uInt16)nPoints ); in ReadEnhWMF()
306 for( sal_uInt16 k = 0; k < (sal_uInt16)nPoints; k++ ) in ReadEnhWMF()
320 *pWMF >> nPoints; in ReadEnhWMF()
325 nPoints++; in ReadEnhWMF()
327 Polygon aPolygon( (sal_uInt16)nPoints ); in ReadEnhWMF()
328 for ( ; i < (sal_uInt16)nPoints; i++ ) in ReadEnhWMF()
354 *pWMF >> nPoints; in ReadEnhWMF()
355 pnPoints[ i ] = (sal_uInt16)nPoints; in ReadEnhWMF()
395 *pWMF >> nPoints; in ReadEnhWMF()
396 pnPoints[ i ] = (sal_uInt16)nPoints; in ReadEnhWMF()
1137 *pWMF >> nPoints; in ReadEnhWMF()
1142 nPoints++; in ReadEnhWMF()
1144 Polygon aPoly( (sal_uInt16)nPoints ); in ReadEnhWMF()
1145 for( ; i < (sal_uInt16)nPoints; i++ ) in ReadEnhWMF()
1157 *pWMF >> nPoints; in ReadEnhWMF()
1158 Polygon aPoly( (sal_uInt16)nPoints ); in ReadEnhWMF()
1159 for( sal_uInt16 k = 0; k < (sal_uInt16)nPoints; k++ ) in ReadEnhWMF()
1173 *pWMF >> nPoints; in ReadEnhWMF()
1178 nPoints++; in ReadEnhWMF()
1181 Polygon aPoly( (sal_uInt16)nPoints ); in ReadEnhWMF()
1182 for( ; i < (sal_uInt16)nPoints; i++ ) in ReadEnhWMF()
1208 *pWMF >> nPoints; in ReadEnhWMF()
1209 pnPoints[ i ] = (sal_uInt16)nPoints; in ReadEnhWMF()
1246 *pWMF >> nPoints; in ReadEnhWMF()
1247 pnPoints[ i ] = (sal_uInt16)nPoints; in ReadEnhWMF()