Home
last modified time | relevance | path

Searched refs:padbyte (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_bmp.c431 Uint8 padbyte; in SDL_LoadBMP_RW() local
433 SDL_RWread(src, &padbyte, 1, 1); in SDL_LoadBMP_RW()
669 const Uint8 padbyte = 0; in SDL_SaveBMP_RW() local
671 SDL_RWwrite(dst, &padbyte, 1, 1); in SDL_SaveBMP_RW()
/third_party/qrcodegen/python/
Dqrcodegen.py121 for padbyte in itertools.cycle((0xEC, 0x11)):
124 bb.append_bits(padbyte, 8)
/third_party/qrcodegen/rust/src/
Dlib.rs260 for &padbyte in [0xEC, 0x11].iter().cycle() { in encode_segments_advanced()
264 bb.append_bits(padbyte, 8); in encode_segments_advanced()
/third_party/qrcodegen/rust-no-heap/src/
Dlib.rs302 for &padbyte in [0xEC, 0x11].iter().cycle() { in encode_segments_to_codewords()
306 bb.append_bits(padbyte, 8); in encode_segments_to_codewords()