Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/epoc/
DSDL_epocvideo.cpp536 TInt sourceRectWidth = maxX - rect2.x + 1; in EPOC_DirectUpdate() local
537 TInt sourceRectWidthInBytes = sourceRectWidth * sourceNumBytesPerPixel; in EPOC_DirectUpdate()
570 for(TInt x = 0 ; x < sourceRectWidth ; x++) { in EPOC_DirectUpdate()