HomeSort by relevance Sort by last modified time
    Searched refs:rcDest (Results 1 - 2 of 2) sorted by null

  /hardware/intel/img/psb_video/src/mrst/
pvr2d.h 387 PVR2DRECT rcDest; /* destination rectangle */
396 PVR2DRECT rcDest; /* destination rectangle; scaling is supported */
414 PVR2DRECT rcDest; /* destination rectangle */
432 PVR2DRECT rcDest; /* destination rectangle */
    [all...]
  /hardware/intel/img/psb_video/src/
psb_texture.c 627 sBltVP.rcDest.left = dst_x;
628 sBltVP.rcDest.right = dst_x + dst_w;
629 sBltVP.rcDest.top = dst_y;
630 sBltVP.rcDest.bottom = dst_y + dst_h;
    [all...]

Completed in 40 milliseconds