Lines Matching defs:block
82 const uint8_t *block = map + index * 4;84 dst[x+0] = block[0];85 dst[x+1] = block[1];86 dst[x+l] = block[2];87 dst[x+l+1] = block[3];116 const uint8_t *block;126 block = map + index * 4;128 dst[x+0] = block[0];129 dst[x+1] = block[1];130 dst[x+l] = block[2];131 dst[x+l+1] = block[3];