Home | History | Annotate | Download | only in hwc

Lines Matching refs:getStride

621         uint32_t yPlaneStride = gBuf->getStride();
622 uint32_t uPlaneStride = ((gBuf->getStride() / 2) + 0xf) & ~0xf;
648 memmove(buf + ((gBuf->getStride() * attrib->bytes) * y)
667 for (unsigned int x = 0; x < gBuf->getStride(); x++) {
696 const uint32_t stride = gBuf->getStride();