Home | History | Annotate | Download | only in hwc

Lines Matching defs:bytes

548         size_t bytes;
593 pixel >>= sizeof(pixel) * BITSPERBYTE - attrib->bytes * BITSPERBYTE;
608 size_t bytes;
646 memmove(buf + ((gBuf->getStride() * attrib->bytes) * y)
647 + (attrib->bytes * x), &pixel, attrib->bytes);