Advertising
advertising
related pastes to tag 'cgdrae'
- 859526 - linear: cgdrae
-
- if (GRID_ENABLED == 1) {
- // DRAW GRID
- CGContextSetRGBStrokeColor (myContext, 0.5, 0.5, 0.5, 0.5);//
- CGContextSetRGBFillColor (myContext, 0.0, 0.0, 0.0, 0.8);//
- // X //
- for (i=0;i<320;i=i+20) {
- CGContextMoveToPoint(myContext,i,0);
- CGContextAddLineToPoint(myContext,i,460);
- 859524 - linear: cgdrae
-
- if (GRID_ENABLED == 1) {
- // DRAW GRID
- CGContextSetRGBStrokeColor (myContext, 0.5, 0.5, 0.5, 0.5);//
- CGContextSetRGBFillColor (myContext, 0.0, 0.0, 0.0, 0.8);//
- // X //
- for (i=0;i<320;i=i+20) {
- CGContextMoveToPoint(myContext,i,0);
- CGContextAddLineToPoint(myContext,i,460);
- 859523 - linear: cgdrae
-
- if (GRID_ENABLED == 1) {
- // DRAW GRID
- CGContextSetRGBStrokeColor (myContext, 0.5, 0.5, 0.5, 0.5);//
- CGContextSetRGBFillColor (myContext, 0.0, 0.0, 0.0, 0.8);//
- // X //
- for (i=0;i<320;i=i+20) {
- CGContextMoveToPoint(myContext,i,0);
- CGContextAddLineToPoint(myContext,i,460);