Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/epoc/
DSDL_epocvideo.cpp266 Private->EPOC_BytesPerScanLine = screenInfo.iScreenSize.iWidth * Private->EPOC_BytesPerPixel; in EPOC_VideoInit()
289 …Private->EPOC_BytesPerScanLine = Private->EPOC_WsScreen->SizeInPixels().iWidth * Private->EPOC_By… in EPOC_VideoInit()
293 _this->info.current_w = Private->EPOC_ScreenSize.iWidth; in EPOC_VideoInit()
384 Private->EPOC_ScreenOffset = (Private->EPOC_ScreenSize.iWidth - current->w) / 2; in EPOC_SetVideoMode()
404 if (fullScreen.w < Private->EPOC_ScreenSize.iWidth in RedrawWindowL()
405 && fullScreen.w < Private->EPOC_ScreenSize.iWidth) { in RedrawWindowL()
413 for (int x=0; x < Private->EPOC_ScreenSize.iWidth; x++) { in RedrawWindowL()
497 TInt targetScanlineLength = Private->EPOC_ScreenSize.iWidth; in EPOC_DirectUpdate()
548 + Private->EPOC_ScreenSize.iWidth * Private->EPOC_ScreenSize.iHeight), in EPOC_DirectUpdate()
572 + (Private->EPOC_ScreenSize.iWidth * Private->EPOC_ScreenSize.iHeight)), in EPOC_DirectUpdate()
/external/sonivox/jet_tools/JetCreator/
DJetCtrls.py105 self.iWidth = 0
116 self.iWidth = self.iWidth + width
117 self.SetSize((self.iWidth + 10, -1))
156 self.iWidth = 0
167 self.iWidth = self.iWidth + width
168 self.SetSize((self.iWidth + 10, -1))
214 self.iWidth = 0
DJetSegGraph.py59 self.iWidth = 0
83 self.iWidth = self.iEnd - self.iStart
267 … dc.DrawRectangle(Marker.iStart + self.iEdges, Marker.iTop, Marker.iWidth, Marker.iHeight)
/external/libpng/contrib/visupng/
DPngFile.c288 int iWidth, int iHeight, png_color bkgColor) in PngSaveImage() argument
335 png_set_IHDR(png_ptr, info_ptr, iWidth, iHeight, ciBitDepth, in PngSaveImage()
349 ulRowBytes = iWidth * ciChannels; in PngSaveImage()
DPngFile.h23 int iWidth, int iHeight, png_color BkgColor);
/external/skia/src/images/
DSkImageDecoder_libpvjpeg.cpp82 int width = info.iWidth[0]; in getFrame()
112 frame.iWidth = widths; in getFrame()
/external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
DSDL_os2fslib.c530 int iTop, iLeft, iWidth, iHeight; in WndProc() local
586iWidth = ((rcl.xRight-rcl.xLeft) * pVideo->hidden->SrcBufferDesc.uiXResolution + swp.cx-1) in WndProc()
591 iWidth+=iXScaleError2; in WndProc()
597 …if (iLeft+iWidth>pVideo->hidden->SrcBufferDesc.uiXResolution) iWidth = pVideo->hidden->SrcBufferDe… in WndProc()
601 iTop, iLeft, iWidth, iHeight, in WndProc()
608 FSLIB_BITBLT(hwnd, pVideo->hidden->pchSrcBuffer, iTop, iLeft, iWidth, iHeight); in WndProc()