Home
last modified time | relevance | path

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

/external/sonivox/jet_tools/JetCreator/
DJetSegGraph.py61 self.iTop = 0
179 …>= Marker.iStart and pt[0] <= Marker.iEnd and pt[1] >= Marker.iTop and pt[1] <= Marker.iTop + Mark…
253 iTop = 0
258 Marker1.iTop = iTop * Marker1.iHeight
259 iTop = iTop + 1
267 … dc.DrawRectangle(Marker.iStart + self.iEdges, Marker.iTop, Marker.iWidth, Marker.iHeight)
271 dc.DrawText(Marker.sName, k, ((Marker.iTop+Marker.iHeight/2) - (height*.5)))
277 … dc.DrawRectangle(Marker.iStart + self.iEdges, Marker.iTop, 1, Marker.iHeight)
280 dc.DrawText(Marker.sName, k, ((Marker.iTop+Marker.iHeight/2) - (height*.5)))
284 … dc.DrawRectangle(Marker.iStart + self.iEdges, Marker.iTop, 1, Marker.iHeight)
[all …]
/external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
DSDL_os2fslib.c530 int iTop, iLeft, iWidth, iHeight; in WndProc() local
584iTop = (swp.cy - rcl.yTop) * pVideo->hidden->SrcBufferDesc.uiYResolution / swp.cy - iYScaleError; in WndProc()
594 if (iTop<0) iTop = 0; in WndProc()
596 …if (iTop+iHeight>pVideo->hidden->SrcBufferDesc.uiYResolution) iHeight = pVideo->hidden->SrcBufferD… in WndProc()
601 iTop, iLeft, iWidth, iHeight, in WndProc()
608 FSLIB_BITBLT(hwnd, pVideo->hidden->pchSrcBuffer, iTop, iLeft, iWidth, iHeight); in WndProc()
/external/sqlite/dist/
Dsqlite3.c9439 int iTop; /* The very beginning of the WHERE loop */ member
90671 pWInfo->iTop = sqlite3VdbeCurrentAddr(v);
90838 pOp = sqlite3VdbeGetOp(v, pWInfo->iTop);
90840 for(k=pWInfo->iTop; k<last; k++, pOp++){
Dsqlite3.c.orig9434 int iTop; /* The very beginning of the WHERE loop */
90660 pWInfo->iTop = sqlite3VdbeCurrentAddr(v);
90827 pOp = sqlite3VdbeGetOp(v, pWInfo->iTop);
90829 for(k=pWInfo->iTop; k<last; k++, pOp++){