Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbblt.c69 int width_byte = (width >> 3); in fbBlt() local
75 if (src_byte + width_byte <= dst_byte || in fbBlt()
76 dst_byte + width_byte <= src_byte) in fbBlt()
84 width_byte); in fbBlt()
89 width_byte); in fbBlt()