11/* Automatically generated by
2- VMPluginCodeGenerator VMMaker.oscog-eem.2724 uuid: 8312b062-c234-4dbb-bc52-8541f45811bb
2+ VMPluginCodeGenerator VMMaker.oscog-nice.2732 uuid: e0800e83-2731-9a4c-89f8-b7444f5e05d5
33 from
4- BalloonEnginePlugin VMMaker.oscog-eem.2724 uuid: 8312b062-c234-4dbb-bc52-8541f45811bb
4+ BalloonEnginePlugin VMMaker.oscog-nice.2732 uuid: e0800e83-2731-9a4c-89f8-b7444f5e05d5
55 */
6- static char __buildInfo [] = "BalloonEnginePlugin VMMaker.oscog-eem.2724 uuid: 8312b062-c234-4dbb-bc52-8541f45811bb " __DATE__ ;
6+ static char __buildInfo [] = "BalloonEnginePlugin VMMaker.oscog-nice.2732 uuid: e0800e83-2731-9a4c-89f8-b7444f5e05d5 " __DATE__ ;
77
88
99
@@ -843,7 +843,7 @@ extern
843843#endif
844844struct VirtualMachine * interpreterProxy ;
845845static void * loadBBFn ;
846- static const char * moduleName = "B2DPlugin VMMaker.oscog-eem.2724 " INT_EXT ;
846+ static const char * moduleName = "B2DPlugin VMMaker.oscog-nice.2732 " INT_EXT ;
847847static int * objBuffer ;
848848static sqInt objUsed ;
849849static unsigned int * spanBuffer ;
@@ -13019,16 +13019,16 @@ stepToFirstBezierInat(sqInt bezier, sqInt yValue)
1301913019 minY = yValue * 256 ;
1302013020 while ((minY > lastY )
1302113021 && (fwDy1 >= 0 )) {
13022- lastX += (((usqInt )((fwDx1 + 32768 ))) >> 16 );
13023- lastY += (((usqInt )((fwDy1 + 32768 ))) >> 16 );
13022+ lastX += (((sqInt )((fwDx1 + 32768 ))) >> 16 );
13023+ lastY += (((sqInt )((fwDy1 + 32768 ))) >> 16 );
1302413024 fwDx1 += updateData1 [GBUpdateDDX ];
1302513025 fwDy1 += updateData1 [GBUpdateDDY ];
1302613026 }
1302713027 updateData1 [GBUpdateX ] = lastX ;
1302813028 updateData1 [GBUpdateY ] = lastY ;
1302913029 updateData1 [GBUpdateDX ] = fwDx1 ;
1303013030 updateData1 [GBUpdateDY ] = fwDy1 ;
13031- xValue = (((usqInt )(lastX )) >> 8 );
13031+ xValue = (((sqInt )(lastX )) >> 8 );
1303213032 /* begin edgeXValueOf:put: */
1303313033 objBuffer [bezier + GEXValue ] = xValue ;
1303413034 /* begin edgeNumLinesOf:put: */
@@ -13423,16 +13423,16 @@ stepToNextBezier(void)
1342313423 minY = (workBuffer [GWCurrentY ]) * 256 ;
1342413424 while ((minY > lastY )
1342513425 && (fwDy >= 0 )) {
13426- lastX += (((usqInt )((fwDx + 32768 ))) >> 16 );
13427- lastY += (((usqInt )((fwDy + 32768 ))) >> 16 );
13426+ lastX += (((sqInt )((fwDx + 32768 ))) >> 16 );
13427+ lastY += (((sqInt )((fwDy + 32768 ))) >> 16 );
1342813428 fwDx += updateData [GBUpdateDDX ];
1342913429 fwDy += updateData [GBUpdateDDY ];
1343013430 }
1343113431 updateData [GBUpdateX ] = lastX ;
1343213432 updateData [GBUpdateY ] = lastY ;
1343313433 updateData [GBUpdateDX ] = fwDx ;
1343413434 updateData [GBUpdateDY ] = fwDy ;
13435- xValue = (((usqInt )(lastX )) >> 8 );
13435+ xValue = (((sqInt )(lastX )) >> 8 );
1343613436 /* begin edgeXValueOf:put: */
1343713437 objBuffer [(aetBuffer [workBuffer [GWAETStart ]]) + GEXValue ] = xValue ;
1343813438 return null ;
@@ -13465,16 +13465,16 @@ stepToNextBezierForwardat(int *updateData, sqInt yValue)
1346513465 minY = yValue * 256 ;
1346613466 while ((minY > lastY )
1346713467 && (fwDy >= 0 )) {
13468- lastX += (((usqInt )((fwDx + 32768 ))) >> 16 );
13469- lastY += (((usqInt )((fwDy + 32768 ))) >> 16 );
13468+ lastX += (((sqInt )((fwDx + 32768 ))) >> 16 );
13469+ lastY += (((sqInt )((fwDy + 32768 ))) >> 16 );
1347013470 fwDx += updateData [GBUpdateDDX ];
1347113471 fwDy += updateData [GBUpdateDDY ];
1347213472 }
1347313473 updateData [GBUpdateX ] = lastX ;
1347413474 updateData [GBUpdateY ] = lastY ;
1347513475 updateData [GBUpdateDX ] = fwDx ;
1347613476 updateData [GBUpdateDY ] = fwDy ;
13477- return (((usqInt )(lastX )) >> 8 );
13477+ return (((sqInt )(lastX )) >> 8 );
1347813478}
1347913479
1348013480
@@ -13506,16 +13506,16 @@ stepToNextBezierInat(sqInt bezier, sqInt yValue)
1350613506 minY = yValue * 256 ;
1350713507 while ((minY > lastY )
1350813508 && (fwDy >= 0 )) {
13509- lastX += (((usqInt )((fwDx + 32768 ))) >> 16 );
13510- lastY += (((usqInt )((fwDy + 32768 ))) >> 16 );
13509+ lastX += (((sqInt )((fwDx + 32768 ))) >> 16 );
13510+ lastY += (((sqInt )((fwDy + 32768 ))) >> 16 );
1351113511 fwDx += updateData [GBUpdateDDX ];
1351213512 fwDy += updateData [GBUpdateDDY ];
1351313513 }
1351413514 updateData [GBUpdateX ] = lastX ;
1351513515 updateData [GBUpdateY ] = lastY ;
1351613516 updateData [GBUpdateDX ] = fwDx ;
1351713517 updateData [GBUpdateDY ] = fwDy ;
13518- xValue = (((usqInt )(lastX )) >> 8 );
13518+ xValue = (((sqInt )(lastX )) >> 8 );
1351913519 /* begin edgeXValueOf:put: */
1352013520 objBuffer [bezier + GEXValue ] = xValue ;
1352113521 return 0 ;
@@ -13648,16 +13648,16 @@ stepToNextWideBezierInat(sqInt bezier, sqInt yValue)
1364813648 minY = yValue * 256 ;
1364913649 while ((minY > lastY )
1365013650 && (fwDy >= 0 )) {
13651- lastX += (((usqInt )((fwDx + 32768 ))) >> 16 );
13652- lastY += (((usqInt )((fwDy + 32768 ))) >> 16 );
13651+ lastX += (((sqInt )((fwDx + 32768 ))) >> 16 );
13652+ lastY += (((sqInt )((fwDy + 32768 ))) >> 16 );
1365313653 fwDx += updateData [GBUpdateDDX ];
1365413654 fwDy += updateData [GBUpdateDDY ];
1365513655 }
1365613656 updateData [GBUpdateX ] = lastX ;
1365713657 updateData [GBUpdateY ] = lastY ;
1365813658 updateData [GBUpdateDX ] = fwDx ;
1365913659 updateData [GBUpdateDY ] = fwDy ;
13660- (((usqInt )(lastX )) >> 8 );
13660+ (((sqInt )(lastX )) >> 8 );
1366113661 }
1366213662 else {
1366313663
@@ -13678,16 +13678,16 @@ stepToNextWideBezierInat(sqInt bezier, sqInt yValue)
1367813678 minY1 = yValue * 256 ;
1367913679 while ((minY1 > lastY1 )
1368013680 && (fwDy1 >= 0 )) {
13681- lastX1 += (((usqInt )((fwDx1 + 32768 ))) >> 16 );
13682- lastY1 += (((usqInt )((fwDy1 + 32768 ))) >> 16 );
13681+ lastX1 += (((sqInt )((fwDx1 + 32768 ))) >> 16 );
13682+ lastY1 += (((sqInt )((fwDy1 + 32768 ))) >> 16 );
1368313683 fwDx1 += updateData1 [GBUpdateDDX ];
1368413684 fwDy1 += updateData1 [GBUpdateDDY ];
1368513685 }
1368613686 updateData1 [GBUpdateX ] = lastX1 ;
1368713687 updateData1 [GBUpdateY ] = lastY1 ;
1368813688 updateData1 [GBUpdateDX ] = fwDx1 ;
1368913689 updateData1 [GBUpdateDY ] = fwDy1 ;
13690- (((usqInt )(lastX1 )) >> 8 );
13690+ (((sqInt )(lastX1 )) >> 8 );
1369113691 computeFinalWideBezierValueswidth (bezier , lineWidth );
1369213692 return 0 ;
1369313693}
0 commit comments