Searched refs:bitToBnW (Results 1 – 1 of 1) sorted by relevance
259 pixels[pixelIndex++] = bitToBnW((currentByte >> bitIndex-- ) & 0x01); in parseToBnW()275 private static int bitToBnW(int bit){ in bitToBnW() method in IconLoader