Home | History | Annotate | Download | only in gui

Lines Matching defs:bits

59     char const* bits;
328 uint32_t* bits;
329 buffer->lock(GraphicBuffer::USAGE_SW_WRITE_RARELY, reinterpret_cast<void**>(&bits));
332 memset(bits, 0, stride * height * 4);
335 bits[x] = (kDebugData.bits[y + kDebugData.width + x] == 'X') ?
338 bits += stride;