Home
last modified time | relevance | path

Searched refs:iHeight (Results 1 – 17 of 17) sorted by relevance

/external/pdfium/core/fpdfapi/render/
Dcpdf_scaledrenderbuffer.cpp59 int32_t iHeight = bitmap_rect.Height(); in Initialize() local
61 if (iWidth * iHeight < 1) in Initialize()
64 if (iPitch * iHeight <= _FPDFAPI_IMAGESIZE_LIMIT_ && in Initialize()
65 m_pBitmapDevice->Create(iWidth, iHeight, dibFormat, nullptr)) { in Initialize()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DBlockRealMatrix.java169 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 …]
DBlockFieldMatrix.java172 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/mesa3d/src/gallium/state_trackers/wgl/
Dstw_ext_pbuffer.c73 int iHeight, in wglCreatePbufferARB() argument
99 if (iWidth <= 0 || iHeight <= 0) { in wglCreatePbufferARB()
155 if (iHeight > stw_dev->max_2d_length) { in wglCreatePbufferARB()
157 iHeight = stw_dev->max_2d_length; in wglCreatePbufferARB()
198 rect.bottom = rect.top + iHeight; in wglCreatePbufferARB()
237 assert(rect.bottom - rect.top == iHeight); in wglCreatePbufferARB()
/external/sonivox/jet_tools/JetCreator/
DJetSegGraph.py60 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/
DPngFile.c296 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()
DPngFile.h23 int iWidth, int iHeight, png_color BkgColor);
/external/skia/src/utils/win/
DSkWGL_win.cpp87 int iHeight, in createPbuffer() argument
89 return fCreatePbuffer(hDC, iPixelFormat, iWidth, iHeight, piAttribList); in createPbuffer()
/external/swiftshader/include/GL/
Dwglext.h146 … PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAtt…
152 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i…
408 … PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAtt…
414 HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i…
/external/mesa3d/include/GL/
Dwglext.h153 … PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAtt…
159 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i…
415 … PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAtt…
421 HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i…
/external/python/cpython2/Mac/Modules/mlte/
D_Mltemodule.c124 UInt32 iHeight; in TXNObj_TXNResizeFrame() local
131 &iHeight, in TXNObj_TXNResizeFrame()
136 iHeight, in TXNObj_TXNResizeFrame()
/external/pdfium/xfa/fwl/
Dcfwl_listbox.cpp505 FX_FLOAT iHeight = m_rtClient.height; in CalcSize() local
509 bShowVertScr = (fs.height > iHeight); in CalcSize()
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Deglext.h250 EGLint iHeight; member
/external/mesa3d/include/EGL/
Deglext.h741 EGLint iHeight; member
/external/swiftshader/include/EGL/
Deglext.h895 EGLint iHeight; member
/external/sqlite/dist/orig/
Dsqlite3.c147904 int iHeight; /* Height of this node in tree */
147908 fts3GetVarint32(zNode, &iHeight);
147912 if( rc==SQLITE_OK && iHeight>1 ){
158159 int iHeight,
158163 assert( iHeight>=1 && iHeight<128 );
158165 pTree->aData[nStart] = (char)iHeight;
158186 int iHeight, /* Height of this node in tree */
158197 int nStart = fts3TreeFinishNode(pTree, iHeight, iLeaf);
158206 int nStart = fts3TreeFinishNode(pIter, iHeight, iNextLeaf);
158216 p, pTree->pParent, iHeight+1, iFree, iNextFree, piLast, paRoot, pnRoot
[all …]
/external/sqlite/dist/
Dsqlite3.c147904 int iHeight; /* Height of this node in tree */
147908 fts3GetVarint32(zNode, &iHeight);
147912 if( rc==SQLITE_OK && iHeight>1 ){
158172 int iHeight,
158176 assert( iHeight>=1 && iHeight<128 );
158178 pTree->aData[nStart] = (char)iHeight;
158199 int iHeight, /* Height of this node in tree */
158210 int nStart = fts3TreeFinishNode(pTree, iHeight, iLeaf);
158219 int nStart = fts3TreeFinishNode(pIter, iHeight, iNextLeaf);
158229 p, pTree->pParent, iHeight+1, iFree, iNextFree, piLast, paRoot, pnRoot
[all …]