/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_ext_pbuffer.c | 71 int iHeight, in wglCreatePbufferARB() argument 94 if (iWidth <= 0 || iHeight <= 0) { in wglCreatePbufferARB() 120 if (iHeight > stw_dev->max_2d_length) { in wglCreatePbufferARB() 122 iHeight = stw_dev->max_2d_length; in wglCreatePbufferARB() 163 rect.bottom = rect.top + iHeight; in wglCreatePbufferARB() 202 assert(rect.bottom - rect.top == iHeight); in wglCreatePbufferARB()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | BlockRealMatrix.java | 169 final int iHeight = blockHeight(iBlock); in BlockRealMatrix() local 171 if (blockData[index].length != iHeight * blockWidth(jBlock)) { in BlockRealMatrix() 174 blockData[index].length, iHeight * blockWidth(jBlock)); in BlockRealMatrix() 230 final int iHeight = pEnd - pStart; in toBlocksLayout() local 237 final double[] block = new double[iHeight * jWidth]; in toBlocksLayout() 278 final int iHeight = pEnd - pStart; in createBlocksLayout() local 283 blocks[blockIndex] = new double[iHeight * jWidth]; in createBlocksLayout() 673 final int iHeight = blockHeight(iBlock); in getNorm() local 677 for (int i = 0; i < iHeight; ++i) { in getNorm() 724 final int iHeight = out.blockHeight(iBlock); in getSubMatrix() local [all …]
|
D | BlockFieldMatrix.java | 172 final int iHeight = blockHeight(iBlock); in BlockFieldMatrix() local 174 if (blockData[index].length != iHeight * blockWidth(jBlock)) { in BlockFieldMatrix() 177 blockData[index].length, iHeight * blockWidth(jBlock)); in BlockFieldMatrix() 236 final int iHeight = pEnd - pStart; in toBlocksLayout() local 243 final T[] block = buildArray(field, iHeight * jWidth); in toBlocksLayout() 288 final int iHeight = pEnd - pStart; in createBlocksLayout() local 293 blocks[blockIndex] = buildArray(field, iHeight * jWidth); in createBlocksLayout() 699 final int iHeight = out.blockHeight(iBlock); in getSubMatrix() local 710 final int heightExcess = iHeight + rowsShift - BLOCK_SIZE; in getSubMatrix() 728 outBlock, jWidth, iHeight - heightExcess, 0); in getSubMatrix() [all …]
|
/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/libpng/contrib/visupng/ |
D | PngFile.c | 296 int iWidth, int iHeight, png_color bkgColor) in PngSaveImage() argument 343 png_set_IHDR(png_ptr, info_ptr, iWidth, iHeight, ciBitDepth, in PngSaveImage() 361 if ((ppbRowPointers = (png_bytepp) malloc(iHeight * sizeof(png_bytep))) == NULL) in PngSaveImage() 366 for (i = 0; i < iHeight; i++) in PngSaveImage()
|
D | PngFile.h | 23 int iWidth, int iHeight, png_color BkgColor);
|
/external/pdfium/xfa/src/fdp/src/fde/ |
D | fde_devbasic.h | 11 int32_t iHeight; member
|
D | fde_gedevice.cpp | 22 hatchMask.Create(pData->iWidth, pData->iHeight, FXDIB_1bppMask); in FDE_GetStockHatchMask() 24 hatchMask.GetPitch() * pData->iHeight); in FDE_GetStockHatchMask()
|
/external/pdfium/xfa/src/fgas/src/font/ |
D | fx_gdifont.h | 98 int32_t iHeight,
|
D | fx_gdifont.cpp | 519 int32_t iHeight, in CreateGlyphBitmap() argument 526 for (j = iHeight - 1; j >= 0; --j) { in CreateGlyphBitmap()
|
/external/skia/src/utils/win/ |
D | SkWGL_win.cpp | 88 int iHeight, in createPbuffer() argument 90 return fCreatePbuffer(hDC, iPixelFormat, iWidth, iHeight, piAttribList); in createPbuffer()
|
/external/mesa3d/include/GL/ |
D | wglext.h | 501 extern HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, … 507 … PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAtt… 585 extern HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, … 591 … PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAtt…
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render.cpp | 1365 int32_t iWidth, iHeight, iPitch; in Initialize() local 1371 iHeight = bitmap_rect.Height(); in Initialize() 1373 if (iWidth * iHeight < 1) { in Initialize() 1376 if (iPitch * iHeight <= _FPDFAPI_IMAGESIZE_LIMIT_ && in Initialize() 1377 m_pBitmapDevice->Create(iWidth, iHeight, dibFormat)) { in Initialize()
|
/external/mesa3d/include/EGL/ |
D | eglext.h | 250 EGLint iHeight; member
|
/external/pdfium/xfa/src/fwl/src/basewidget/ |
D | fwl_listboximp.cpp | 796 FX_FLOAT iHeight = m_rtClient.height; in CalcSize() local 805 bShowVertScr = (fs.y > iHeight); in CalcSize()
|
/external/sqlite/dist/ |
D | sqlite3.c | 137777 int iHeight; /* Height of this node in tree */ 137781 fts3GetVarint32(zNode, &iHeight); 137785 if( rc==SQLITE_OK && iHeight>1 ){ 148023 int iHeight, 148027 assert( iHeight>=1 && iHeight<128 ); 148029 pTree->aData[nStart] = (char)iHeight; 148050 int iHeight, /* Height of this node in tree */ 148061 int nStart = fts3TreeFinishNode(pTree, iHeight, iLeaf); 148070 int nStart = fts3TreeFinishNode(pIter, iHeight, iNextLeaf); 148080 p, pTree->pParent, iHeight+1, iFree, iNextFree, piLast, paRoot, pnRoot [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 137759 int iHeight; /* Height of this node in tree */ 137763 fts3GetVarint32(zNode, &iHeight); 137767 if( rc==SQLITE_OK && iHeight>1 ){ 147993 int iHeight, 147997 assert( iHeight>=1 && iHeight<128 ); 147999 pTree->aData[nStart] = (char)iHeight; 148020 int iHeight, /* Height of this node in tree */ 148031 int nStart = fts3TreeFinishNode(pTree, iHeight, iLeaf); 148040 int nStart = fts3TreeFinishNode(pIter, iHeight, iNextLeaf); 148050 p, pTree->pParent, iHeight+1, iFree, iNextFree, piLast, paRoot, pnRoot [all …]
|