Searched refs:PVR2D_LONG (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/img/psb_video/src/mrst/ |
D | pvr2d.h | 60 typedef long PVR2D_LONG, *PVR2D_PLONG; typedef 260 PVR2D_LONG lStride; 277 PVR2D_LONG XStart, YStart; 319 … PVR2D_LONG DstStride; /* signed stride, the number of bytes from pixel 0,0 to 0,1 */ 320 …PVR2D_LONG DstX, DstY; /* pixel offset from start of dest surface to start of blt rectang… 321 PVR2D_LONG DSizeX, DSizeY; /* blt size */ 328 … PVR2D_LONG SrcStride; /* signed stride, the number of bytes from pixel 0,0 to 0,1 */ 329 …PVR2D_LONG SrcX, SrcY; /* pixel offset from start of surface to start of source rectangle… 331 PVR2D_LONG SizeX, SizeY; /* source rectangle size or pattern size in pixels */ 340 … PVR2D_LONG MaskStride; /* signed stride, the number of bytes from pixel 0,0 to 0,1 */ [all …]
|