/external/sonivox/jet_tools/JetCreator/ |
D | JetSegGraph.py | 60 self.iHeight = 0 85 self.iHeight = height 179 …iStart and pt[0] <= Marker.iEnd and pt[1] >= Marker.iTop and pt[1] <= Marker.iTop + Marker.iHeight: 257 Marker1.iHeight = gHeight / iOverlaps 258 Marker1.iTop = iTop * Marker1.iHeight 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.15/src/video/symbian/EKA2/ |
D | dsa_old.cpp | 256 size.iWidth = size.iHeight; 257 size.iHeight = tmp; 457 if(aSize.iHeight > size.iHeight) 689 pos.iY = asz.iHeight - pos.iY; 699 pos.iY /= asz.iHeight; 701 pos.iY *= iSwSize.iHeight; 717 const TInt dh = (sz.iHeight << 16) / sz.iWidth; 719 if((asz.iWidth * dh ) >> 16 <= asz.iHeight) 725 const TInt dw = (sz.iWidth << 16) / sz.iHeight; 726 rect.SetRect(TPoint(0, 0), TSize((asz.iHeight * dw) >> 16, asz.iHeight)); [all …]
|
D | dsa.cpp | 709 size.iWidth = size.iHeight; 710 size.iHeight = tmp; 905 if(aSize.iHeight > size.iHeight) 997 Wipe(iTargetBpp * SwSize().iWidth * SwSize().iHeight); 1153 pos.iY = asz.iHeight - pos.iY; 1163 pos.iY /= asz.iHeight; 1165 pos.iY *= iSwSize.iHeight; 1181 const TInt dh = (sz.iHeight << 16) / sz.iWidth; 1183 if((asz.iWidth * dh ) >> 16 <= asz.iHeight) 1189 const TInt dw = (sz.iWidth << 16) / sz.iHeight; [all …]
|
D | dsa_new.cpp | 420 size.iWidth = size.iHeight; 421 size.iHeight = tmp; 664 if(aSize.iHeight > size.iHeight) 882 Wipe(iTargetBpp * SwSize().iWidth * SwSize().iHeight); 1084 pos.iY = asz.iHeight - pos.iY; 1094 pos.iY /= asz.iHeight; 1096 pos.iY *= iSwSize.iHeight; 1112 const TInt dh = (sz.iHeight << 16) / sz.iWidth; 1114 if((asz.iWidth * dh ) >> 16 <= asz.iHeight) 1120 const TInt dw = (sz.iWidth << 16) / sz.iHeight; [all …]
|
D | SDL_epocvideo.cpp | 268 Private->iRect.h = sz.iHeight; in EPOC_VideoInit() 410 if(width > screenSize.iWidth || height > screenSize.iHeight) in EPOC_SetVideoMode() 415 height = screenSize.iHeight; in EPOC_SetVideoMode() 433 if(width == screenSize.iWidth && height == screenSize.iHeight) in EPOC_SetVideoMode() 487 Private->iScreenPos.iY = Max(0, (screenSize.iHeight - height) / 2); in EPOC_SetVideoMode()
|
/external/libpng/contrib/visupng/ |
D | PngFile.c | 288 int iWidth, int iHeight, png_color bkgColor) in PngSaveImage() argument 335 png_set_IHDR(png_ptr, info_ptr, iWidth, iHeight, ciBitDepth, in PngSaveImage() 353 if ((ppbRowPointers = (png_bytepp) malloc(iHeight * sizeof(png_bytep))) == NULL) in PngSaveImage() 358 for (i = 0; i < iHeight; i++) in PngSaveImage()
|
D | PngFile.h | 23 int iWidth, int iHeight, png_color BkgColor);
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/ |
D | SDL_epocvideo.cpp | 361 Private->EPOC_BytesPerScreen = Private->EPOC_BytesPerScanLine * Private->EPOC_ScreenSize.iHeight; in EPOC_VideoInit() 364 SDL_TRACE1("Screen height %d", screenInfo.iScreenSize.iHeight); in EPOC_VideoInit() 599 if (h > Private->EPOC_ScreenSize.iHeight) { in EPOC_SetVideoMode() 603 if (scaledHeight > Private->EPOC_ScreenSize.iHeight) in EPOC_SetVideoMode() 614 Private->EPOC_ScreenOffset.iY = (Private->EPOC_ScreenSize.iHeight - h) / 2; in EPOC_SetVideoMode() 646 || (h < Private->EPOC_ScreenSize.iHeight)) { in RedrawWindowL() 686 for (int y = 0; y < Private->EPOC_ScreenSize.iHeight; y++) { in DrawBackground() 899 maxY = Min(maxY, Private->EPOC_ScreenSize.iHeight-1); in DirectDraw() 937 …creenBuffer + Private->EPOC_ScreenSize.iWidth * Private->EPOC_ScreenSize.iHeight), User::Panic(_L(… in DirectDraw() 966 …reenBuffer + (Private->EPOC_ScreenSize.iWidth * Private->EPOC_ScreenSize.iHeight)), User::Panic(_L… in DirectDraw() [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/ |
D | SDL_os2fslib.c | 530 int iTop, iLeft, iWidth, iHeight; in WndProc() local 588 … iHeight = ((rcl.yTop-rcl.yBottom) * pVideo->hidden->SrcBufferDesc.uiYResolution + swp.cy-1) in WndProc() 592 iHeight+=iYScaleError2; 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/orig/ |
D | sqlite3.c | 118349 int iHeight; /* Height of this node in tree */ 118353 sqlite3Fts3GetVarint32(zNode, &iHeight); 118357 if( rc==SQLITE_OK && iHeight>1 ){ 127009 int iHeight, 127013 assert( iHeight>=1 && iHeight<128 ); 127015 pTree->aData[nStart] = (char)iHeight; 127036 int iHeight, /* Height of this node in tree */ 127047 int nStart = fts3TreeFinishNode(pTree, iHeight, iLeaf); 127056 int nStart = fts3TreeFinishNode(pIter, iHeight, iNextLeaf); 127066 p, pTree->pParent, iHeight+1, iFree, iNextFree, piLast, paRoot, pnRoot [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 118377 int iHeight; /* Height of this node in tree */ 118381 sqlite3Fts3GetVarint32(zNode, &iHeight); 118385 if( rc==SQLITE_OK && iHeight>1 ){ 127040 int iHeight, 127044 assert( iHeight>=1 && iHeight<128 ); 127046 pTree->aData[nStart] = (char)iHeight; 127067 int iHeight, /* Height of this node in tree */ 127078 int nStart = fts3TreeFinishNode(pTree, iHeight, iLeaf); 127087 int nStart = fts3TreeFinishNode(pIter, iHeight, iNextLeaf); 127097 p, pTree->pParent, iHeight+1, iFree, iNextFree, piLast, paRoot, pnRoot [all …]
|