Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
DSDL_QWin.cc134 int startx, starty; in gs_fastRotateBlit_3() local
138 starty = rect.top() >> 1; in gs_fastRotateBlit_3()
145 if((starty+height) > 160) { in gs_fastRotateBlit_3()
146 height = 160 - starty; // avoid vertical overflow in gs_fastRotateBlit_3()
152 sp1 = (ulong*)bits + startx + starty*240; in gs_fastRotateBlit_3()
154 dp1 = (ulong *)fb + (159 - starty) + startx*320; in gs_fastRotateBlit_3()
190 int startx, starty; in gs_fastRotateBlit_1() local
194 starty = rect.top() >> 1; in gs_fastRotateBlit_1()
201 if((starty+height) > 160) { in gs_fastRotateBlit_1()
202 height = 160 - starty; // avoid vertical overflow in gs_fastRotateBlit_1()
[all …]
/external/webkit/SunSpider/tests/sunspider-0.9.1/
D3d-raytrace.js292 function renderRows(camera, scene, pixels, width, height, starty, stopy) { argument
293 for (var y = starty; y < stopy; y++) {
/external/webkit/SunSpider/tests/sunspider-0.9/
D3d-raytrace.js292 function renderRows(camera, scene, pixels, width, height, starty, stopy) { argument
293 for (var y = starty; y < stopy; y++) {