Home | History | Annotate | Download | only in codec

Lines Matching refs:kBlack

182     static const uint64_t kBlack = (((uint64_t)        0) <<  0) |
194 dst[0] = ((currByte >> (7 - bitIndex)) & 1) ? kWhite : kBlack;
200 dst[x] = ((currByte >> (7 - bitIndex)) & 1) ? kWhite : kBlack;