Home
last modified time | relevance | path

Searched refs:PVR2D_LONG (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/img/psb_video/src/mrst/
Dpvr2d.h60 typedef long PVR2D_LONG, *PVR2D_PLONG; typedef
260 PVR2D_LONG lStride;
277 PVR2D_LONG XStart, YStart;
319PVR2D_LONG DstStride; /* signed stride, the number of bytes from pixel 0,0 to 0,1 */
320PVR2D_LONG DstX, DstY; /* pixel offset from start of dest surface to start of blt rectang…
321 PVR2D_LONG DSizeX, DSizeY; /* blt size */
328PVR2D_LONG SrcStride; /* signed stride, the number of bytes from pixel 0,0 to 0,1 */
329PVR2D_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 */
340PVR2D_LONG MaskStride; /* signed stride, the number of bytes from pixel 0,0 to 0,1 */
[all …]