Home
last modified time | relevance | path

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

/external/qemu/android/
Dframebuffer.c34 _get_pitch( int width, QFrameBufferFormat format ) in _get_pitch() function
89 pitch = _get_pitch( width, format ); in qframebuffer_init()
203 qfbuff->pitch = _get_pitch( qfbuff->width, qfbuff->format ); in qframebuffer_rotate()