Home | History | Annotate | Download | only in hwc

Lines Matching refs:BITSPERBYTE

45 #define BITSPERBYTE            8 // TODO: Obtain from <values.h>, once
578 << ((sizeof(pixel) * BITSPERBYTE)
581 << ((sizeof(pixel) * BITSPERBYTE)
584 << ((sizeof(pixel) * BITSPERBYTE)
588 << ((sizeof(pixel) * BITSPERBYTE)
593 pixel >>= sizeof(pixel) * BITSPERBYTE - attrib->bytes * BITSPERBYTE;