Searched defs:iWidth (Results 1 - 6 of 6) sorted by relevance

/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/libpng/contrib/visupng/
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/skia/src/utils/win/
H A DSkWGL_win.cpp84 int iWidth,
87 return fCreatePbuffer(hDC, iPixelFormat, iWidth, iHeight, piAttribList);
82 createPbuffer(HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList) const argument
/external/mesa3d/include/EGL/
H A Deglext.h249 EGLint iWidth; member in struct:EGLClientPixmapHI
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render.cpp1380 FX_INT32 iWidth, iHeight, iPitch; local
1385 iWidth = bitmap_rect.Width();
1387 iPitch = (iWidth * bpp + 31) / 32 * 4;
1388 if (iWidth * iHeight < 1) {
1392 m_pBitmapDevice->Create(iWidth, iHeight, dibFormat)) {
/external/pdfium/fpdfsdk/src/javascript/
H A DField.cpp1903 int iWidth; local
1904 vp >> iWidth; local
1908 AddDelay_Int(FP_LINEWIDTH, iWidth);
1912 Field::SetLineWidth(m_pDocument, m_FieldName, m_nFormControlIndex, iWidth);

Completed in 973 milliseconds