search for: point_x

Displaying 2 results from an estimated 2 matches for "point_x".

Did you mean: point_r
2017 May 12
1
spTransform
...th, it only seems to be messing up the latitude. My final line of code looks like this: pointsTransformed <- spTransform(pointsutm, CRS("+proj=longlat +datum=WGS84 +zone=36S")) The line before looks like: pointsutm <- SpatialPoints(cbind(pointsmapspatial$Point_Y, pointsmapspatial$Point_X), proj4string = CRS("+proj=utm +zone=36S +ellps=GRS80") Can you see what I did wrong? [[alternative HTML version deleted]]
2009 Mar 08
4
[PATCH 1/5] nv50: implement wfb
...ead; ExaDriverPtr EXADriverPtr; - Bool exa_driver_pixmaps; + Bool exa_driver_pixmaps; + bool wfb_enabled; xf86CursorInfoPtr CursorInfoRec; ScreenBlockHandlerProcPtr BlockHandler; CloseScreenProcPtr CloseScreen; @@ -404,6 +405,15 @@ typedef struct _NVRec { unsigned point_x, point_y; unsigned width_in, width_out; unsigned height_in, height_out; + + /* Wfb related data. */ + struct { + PixmapPtr ppix; + bool used; + bool tiled; + unsigned long start; + unsigned long end; + } wfb_pixmaps[6]; } NVRec; #define NVPTR(p) ((NVPtr)((p)->driverPrivate)) -- 1.6...