Searched refs:iWidth (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/interface/
H A Dvie_autotest_defines.h61 AutoTestSize(unsigned int iWidth, unsigned int iHeight) : argument
62 width(iWidth), height(iHeight) {
84 AutoTestRect(unsigned int iX, unsigned int iY, unsigned int iWidth, unsigned int iHeight) : argument
85 size(iX, iY), origin(iWidth, iHeight) {
/external/libpng/contrib/visupng/
H A DPngFile.h23 int iWidth, int iHeight, png_color BkgColor);
H A DPngFile.c296 int iWidth, int iHeight, png_color bkgColor)
343 png_set_IHDR(png_ptr, info_ptr, iWidth, iHeight, ciBitDepth,
357 ulRowBytes = iWidth * ciChannels;
295 PngSaveImage(PTSTR pstrFileName, png_byte *pDiData, int iWidth, int iHeight, png_color bkgColor) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_ext_pbuffer.c70 int iWidth,
94 if (iWidth <= 0 || iHeight <= 0) {
111 if (iWidth > stw_dev->max_2d_length) {
113 iWidth = stw_dev->max_2d_length;
162 rect.right = rect.left + iWidth;
201 assert(rect.right - rect.left == iWidth);
68 wglCreatePbufferARB(HDC hCurrentDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList) argument
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_ext_pbuffer.c70 int iWidth,
94 if (iWidth <= 0 || iHeight <= 0) {
111 if (iWidth > stw_dev->max_2d_length) {
113 iWidth = stw_dev->max_2d_length;
162 rect.right = rect.left + iWidth;
201 assert(rect.right - rect.left == iWidth);
68 wglCreatePbufferARB(HDC hCurrentDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList) argument
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A Ddsa_old.cpp255 const TInt tmp = size.iWidth;
256 size.iWidth = size.iHeight;
455 if(aSize.iWidth > size.iWidth)
496 for(TInt i = 0; i < aSz.iWidth; i++)
528 const TInt targetWidth = HwRect().Size().iWidth;
688 pos.iX = asz.iWidth - pos.iX;
698 pos.iX /= asz.iWidth;
700 pos.iX *= iSwSize.iWidth;
717 const TInt dh = (sz.iHeight << 16) / sz.iWidth;
[all...]
H A Ddsa.cpp406 const TInt scanLineWidth = iDsa.SwSize().iWidth;
708 const TInt tmp = size.iWidth;
709 size.iWidth = size.iHeight;
903 if(aSize.iWidth > size.iWidth)
950 for(TInt i = 0; i < aSz.iWidth; i++)
997 Wipe(iTargetBpp * SwSize().iWidth * SwSize().iHeight);
1152 pos.iX = asz.iWidth - pos.iX;
1162 pos.iX /= asz.iWidth;
1164 pos.iX *= iSwSize.iWidth;
[all...]
H A Ddsa_new.cpp64 const TInt scanLineWidth = iDsa.SwSize().iWidth;
419 const TInt tmp = size.iWidth;
420 size.iWidth = size.iHeight;
662 if(aSize.iWidth > size.iWidth)
709 for(TInt i = 0; i < aSz.iWidth; i++)
765 targetPtr += (aSourceRect.iTl.iY + aUpdateRect.iTl.iY ) * SwSize().iWidth;
772 const TInt targetWidth32 = SwSize().iWidth;
882 Wipe(iTargetBpp * SwSize().iWidth * SwSize().iHeight);
1083 pos.iX = asz.iWidth
[all...]
H A DSDL_epocvideo.cpp267 Private->iRect.w = sz.iWidth;
410 if(width > screenSize.iWidth || height > screenSize.iHeight)
414 width = screenSize.iWidth;
433 if(width == screenSize.iWidth && height == screenSize.iHeight)
486 Private->iScreenPos.iX = Max(0, (screenSize.iWidth - width) / 2);
/external/pdfium/core/src/fpdftext/
H A Dtxtproc.h40 void WriteOutput(CFX_WideString& str, FX_FLOAT leftx, FX_FLOAT width, int iWidth);
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
H A DSDL_epocvideo.cpp360 Private->EPOC_BytesPerScanLine = screenInfo.iScreenSize.iWidth * Private->EPOC_BytesPerPixel;
363 SDL_TRACE1("Screen width %d", screenInfo.iScreenSize.iWidth);
402 Private->EPOC_BytesPerScanLine = Private->EPOC_WsScreen->SizeInPixels().iWidth * Private->EPOC_BytesPerPixel;
579 if ((width>Private->EPOC_ScreenSize.iWidth) && (width>height)) {
589 if (w > Private->EPOC_ScreenSize.iWidth) {
593 if (scaledWidth > Private->EPOC_ScreenSize.iWidth)
611 Private->EPOC_ScreenOffset.iX = (Private->EPOC_ScreenSize.iWidth - w) / 2;
645 if ((w < Private->EPOC_ScreenSize.iWidth)
687 for (int x = 0; x < Private->EPOC_ScreenSize.iWidth; x++) {
876 const TInt targetScanlineLength = Private->EPOC_ScreenSize.iWidth;
[all...]
/external/sonivox/jet_tools/JetCreator/
H A 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
H A 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/chromium_org/ppapi/lib/gl/include/EGL/
H A Deglext.h249 EGLint iWidth; member in struct:EGLClientPixmapHI
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dwglext.h501 extern HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
507 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
585 extern HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
591 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
/external/mesa3d/include/GL/
H A Dwglext.h501 extern HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
507 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
585 extern HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
591 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render.cpp1446 FX_INT32 iWidth, iHeight, iPitch; local
1451 iWidth = bitmap_rect.Width();
1453 iPitch = (iWidth * bpp + 31) / 32 * 4;
1454 if (iWidth * iHeight < 1) {
1458 m_pBitmapDevice->Create(iWidth, iHeight, dibFormat)) {
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
H A DSDL_os2fslib.c530 int iTop, iLeft, iWidth, iHeight; local
586 iWidth = ((rcl.xRight-rcl.xLeft) * pVideo->hidden->SrcBufferDesc.uiXResolution + swp.cx-1)
591 iWidth+=iXScaleError2;
597 if (iLeft+iWidth>pVideo->hidden->SrcBufferDesc.uiXResolution) iWidth = pVideo->hidden->SrcBufferDesc.uiXResolution-iLeft;
601 iTop, iLeft, iWidth, iHeight,
608 FSLIB_BITBLT(hwnd, pVideo->hidden->pchSrcBuffer, iTop, iLeft, iWidth, iHeight);
/external/chromium_org/third_party/npapi/npspy/common/
H A Dformat.cpp876 int32 iWidth = ((NPSize *)plis->arg3.pData)->width; local
879 dw1,FormatNPPVariable((NPPVariable)dw2),dw3,iWidth,iHeight);
/external/chromium_org/third_party/angle/include/EGL/
H A Deglext.h249 EGLint iWidth; member in struct:EGLClientPixmapHI
/external/chromium_org/third_party/khronos/EGL/
H A Deglext.h249 EGLint iWidth; member in struct:EGLClientPixmapHI
/external/chromium_org/third_party/mesa/src/include/EGL/
H A Deglext.h249 EGLint iWidth; member in struct:EGLClientPixmapHI
/external/mesa3d/include/EGL/
H A Deglext.h249 EGLint iWidth; member in struct:EGLClientPixmapHI
/external/pdfium/fpdfsdk/src/javascript/
H A DField.cpp1908 int iWidth; local
1909 vp >> iWidth; local
1913 AddDelay_Int(FP_LINEWIDTH, iWidth);
1917 Field::SetLineWidth(m_pDocument, m_FieldName, m_nFormControlIndex, iWidth);

Completed in 501 milliseconds