OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dstLineStep
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.h
151
int
dstLineStep
; // in bytes
SDL_gapivideo.c
713
gapi->
dstLineStep
= gapi->gxProperties.cbyPitch;
727
gapi->
dstLineStep
= gapi->gxProperties.cbxPitch;
1090
destPointer = (unsigned char*) gapi->videoMem + gapi->startOffset + rects[i].x * gapi->gxProperties.cBPP / 8 + rects[i].y * gapi->
dstLineStep
;
1108
else destPointer += gapi->
dstLineStep
;
1120
unsigned char *destPointer = (unsigned char*) gapi->videoMem + gapi->startOffset + rects[i].y * gapi->
dstLineStep
+ rects[i].x * gapi->dstPixelStep;
1140
destPointer += gapi->
dstLineStep
* linesProcessed;
[
all
...]
Completed in 49 milliseconds