Home
last modified time | relevance | path

Searched refs:_apply_mask (Results 1 - 1 of 1) sorted by relevance

/third_party/qrcodegen/python/
H A Dqrcodegen.py192 self._apply_mask(i)
198 self._apply_mask(i) # Undoes the mask due to XOR
201 self._apply_mask(msk) # Apply the final choice of mask
399 def _apply_mask(self, mask: int) -> None: member in QrCode
402 before masking. Due to the arithmetic of XOR, calling _apply_mask() with

Completed in 2 milliseconds