/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/mesa3d/src/gallium/frontends/wgl/ |
D | stw_ext_pbuffer.c | 73 int iHeight, in wglCreatePbufferARB() argument 99 if (iWidth <= 0 || iHeight <= 0) { in wglCreatePbufferARB() 157 if (iHeight > stw_dev->max_2d_length) { in wglCreatePbufferARB() 159 iHeight = stw_dev->max_2d_length; in wglCreatePbufferARB() 200 rect.bottom = rect.top + iHeight; in wglCreatePbufferARB() 239 assert(rect.bottom - rect.top == iHeight); in wglCreatePbufferARB()
|
/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 | 300 int iWidth, int iHeight, png_color bkgColor) 347 png_set_IHDR(png_ptr, info_ptr, iWidth, iHeight, ciBitDepth, 365 if ((ppbRowPointers = (png_bytepp) malloc(iHeight * sizeof(png_bytep))) == NULL) 370 for (i = 0; i < iHeight; i++)
|
D | PngFile.h | 23 int iWidth, int iHeight, png_color BkgColor);
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawInvertedDepthRangesTests.cpp | 372 const auto iHeight = static_cast<int>(kImageExtent.height); in draw() local 373 …->readSurface(queue, alloc, VK_IMAGE_LAYOUT_GENERAL, zeroOffset, iWidth, iHeight, VK_IMAGE_ASPECT_… in draw() 374 …->readSurface(queue, alloc, VK_IMAGE_LAYOUT_GENERAL, zeroOffset, iWidth, iHeight, VK_IMAGE_ASPECT_… in draw() 383 const auto iHeight = static_cast<int>(kImageExtent.height); in generateReferenceImage() local 386 MovePtr<tcu::TextureLevel> image (new tcu::TextureLevel(tcuFormat, iWidth, iHeight)); in generateReferenceImage() 428 for (int y = 0; y < iHeight; ++y) in generateReferenceImage()
|
/external/drm_hwcomposer/bufferinfo/legacy/ |
D | BufferInfoImagination.cpp | 43 bo->height = hnd->iHeight; in ConvertBoInfo()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineLogicOpTests.cpp | 441 const int iHeight = static_cast<int>(m_renderSize.y()); in verifyImage() local 443 tcu::TextureLevel referenceTexture (m_tcuFormat, iWidth, iHeight); in verifyImage() 454 for (int y = 0; y < iHeight; ++y) in verifyImage()
|
D | vktPipelineNoPositionTests.cpp | 650 const auto iHeight = static_cast<int>(extent.height); in iterate() local 655 …const auto pixels = tcu::ConstPixelBufferAccess(tcuFormat, iWidth, iHeight, iDepth, reinterpret_ca… in iterate() 657 for (int y = 0; y < iHeight; ++y) in iterate()
|
D | vktPipelineBindPointTests.cpp | 766 const auto iHeight = static_cast<int>(imageExtent.height); in iterate() local 769 for (int y = 0; y < iHeight; ++y) in iterate()
|
D | vktPipelinePushConstantTests.cpp | 2892 const int iHeight = static_cast<int>(imageExtent.height); in iterate() local 2895 tcu::ConstPixelBufferAccess outputAccess (tcuFormat, iWidth, iHeight, iDepth, bufferHostPtr); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationFragShaderSideEffectsTests.cpp | 643 const auto iHeight = static_cast<int>(kFramebufferHeight); in iterate() local 645 …tcu::ConstPixelBufferAccess colorPixels (tcuFormat, iWidth, iHeight, 1, colorImageBufferAlloc.get… in iterate() 647 tcu::PixelBufferAccess errorMask (tcuFormat, iWidth, iHeight, 1, errorMaskBuffer.data()); in iterate() 653 for (int j = 0; j < iHeight; ++j) in iterate()
|
/external/skqp/src/utils/win/ |
D | SkWGL_win.cpp | 88 int iHeight, in createPbuffer() argument 90 return fCreatePbuffer(hDC, iPixelFormat, iWidth, iHeight, piAttribList); in createPbuffer()
|
/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/swiftshader/include/GL/ |
D | wglext.h | 156 … PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAtt… 162 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i… 425 … PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAtt… 431 HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i…
|
/external/angle/src/third_party/khronos/GL/ |
D | wglext.h | 153 … 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/mesa3d/include/GL/ |
D | wglext.h | 156 … PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAtt… 162 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i… 430 … PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAtt… 436 HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i…
|
/external/angle/include/WGL/ |
D | wgl.h | 247 … PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAtt… 253 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i… 521 … PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAtt… 527 HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i…
|
/external/pdfium/xfa/fwl/ |
D | cfwl_listbox.cpp | 494 float iHeight = m_rtClient.height; in CalcSize() local 498 bShowVertScr = (fs.height > iHeight); in CalcSize()
|
/external/python/cpython2/Mac/Modules/mlte/ |
D | _Mltemodule.c | 124 UInt32 iHeight; in TXNObj_TXNResizeFrame() local 131 &iHeight, in TXNObj_TXNResizeFrame() 136 iHeight, in TXNObj_TXNResizeFrame()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCommandBuffersTests.cpp | 4695 const auto iHeight = static_cast<int>(m_params.imageExtent.height); in iterate() local 4699 tcu::TextureLevel referenceLevel (colorTcuFormat, iWidth, iHeight); in iterate() 4701 tcu::TextureLevel colorErrorLevel (mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM), iWidth, iHeight); in iterate() 4703 tcu::TextureLevel stencilErrorLevel (mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM), iWidth, iHeight); in iterate() 4705 …tcu::ConstPixelBufferAccess colorAccess (colorTcuFormat, iWidth, iHeight, 1, colorCheckBufferDat… in iterate() 4706 …tcu::ConstPixelBufferAccess stencilAccess (stencilTcuFormat, iWidth, iHeight, 1, stencilCheckBuff… in iterate() 4713 for (int y = 0; y < iHeight; ++y) in iterate()
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | wglew.h | 319 … PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int* piAtt… 645 … PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int* piAtt…
|
/external/swiftshader/include/EGL/ |
D | eglext.h | 958 EGLint iHeight; member
|
/external/mesa3d/include/EGL/ |
D | eglext.h | 974 EGLint iHeight; member
|