Home
last modified time | relevance | path

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

/external/qemu/
Dframebuffer.c33 _get_pitch( int width, QFrameBufferFormat format ) in _get_pitch() function
59 pitch = _get_pitch( width, format ); in qframebuffer_init()
161 qfbuff->pitch = _get_pitch( qfbuff->width, qfbuff->format ); in qframebuffer_rotate()