Home
last modified time | relevance | path

Searched refs:iWidth (Results 1 – 25 of 30) sorted by relevance

12

/external/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_pbuffer.c72 int iWidth, in wglCreatePbufferARB() argument
99 if (iWidth <= 0 || iHeight <= 0) { in wglCreatePbufferARB()
148 if (iWidth > stw_dev->max_2d_length) { in wglCreatePbufferARB()
150 iWidth = stw_dev->max_2d_length; in wglCreatePbufferARB()
199 rect.right = rect.left + iWidth; in wglCreatePbufferARB()
238 assert(rect.right - rect.left == iWidth); in wglCreatePbufferARB()
/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.cpp643 int32_t iWidth = 0; in SplitTextLine() local
649 iWidth += std::max(0, pNextLine->m_LineChars[i].m_iCharWidth); in SplitTextLine()
652 pNextLine->m_iWidth = iWidth; in SplitTextLine()
658 int32_t iWidth; member
706 int32_t iWidth; in GetDisplayPos() local
710 iWidth = pEngine->GetWidthOfChar(iAbsolute); in GetDisplayPos()
713 iWidth = *pWidths++; in GetDisplayPos()
717 if (chartype == FX_CHARTYPE::kArabicAlef && iWidth == 0) { in GetDisplayPos()
812 if (iWidth > 0) in GetDisplayPos()
818 int32_t iCharWidth = iWidth; in GetDisplayPos()
[all …]
Dcfx_rtfbreak.cpp751 int32_t iWidth = pPiece->Widths[i]; in GetDisplayPos() local
753 if (iWidth == 0) { in GetDisplayPos()
759 uint32_t iCharWidth = abs(iWidth); in GetDisplayPos()
819 if (iWidth > 0) in GetDisplayPos()
/external/drm_hwcomposer/bufferinfo/legacy/
DBufferInfoImagination.cpp42 bo->width = hnd->iWidth; in ConvertBoInfo()
46 bo->pitches[0] = ALIGN(hnd->iWidth, HW_ALIGN) * hnd->uiBpp >> 3; in ConvertBoInfo()
/external/lzma/CPP/Windows/Control/
DCommandBar.h38 …INSTANCE hInst, int iWidth, UINT dwStyle, WORD idComboBox, WORD iButton) { return ::CommandBar_Ins… in InsertComboBox() argument
/external/sonivox/jet_tools/JetCreator/
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
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/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawInvertedDepthRangesTests.cpp371 const auto iWidth = static_cast<int>(kImageExtent.width); in draw() local
373 …getImage->readSurface(queue, alloc, VK_IMAGE_LAYOUT_GENERAL, zeroOffset, iWidth, iHeight, VK_IMAGE… in draw()
374 …getImage->readSurface(queue, alloc, VK_IMAGE_LAYOUT_GENERAL, zeroOffset, iWidth, iHeight, VK_IMAGE… in draw()
382 const auto iWidth = static_cast<int>(kImageExtent.width); in generateReferenceImage() local
386 MovePtr<tcu::TextureLevel> image (new tcu::TextureLevel(tcuFormat, iWidth, iHeight)); in generateReferenceImage()
429 for (int x = 0; x < iWidth; ++x) in generateReferenceImage()
/external/libpng/contrib/visupng/
DPngFile.c300 int iWidth, int iHeight, png_color bkgColor)
347 png_set_IHDR(png_ptr, info_ptr, iWidth, iHeight, ciBitDepth,
361 ulRowBytes = iWidth * ciChannels;
DPngFile.h23 int iWidth, int iHeight, png_color BkgColor);
/external/pdfium/xfa/fde/
Dcfde_textout.cpp377 int32_t iWidth = 0; in RetrievePieces() local
383 if (iLineWidth - *pPieceWidths - iWidth < iCurCharWidth) { in RetrievePieces()
388 iWidth += iCurCharWidth; in RetrievePieces()
401 m_fLinePos, iWidth / 20000.0f, fLineStep); in RetrievePieces()
409 *pPieceWidths += iWidth; in RetrievePieces()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineLogicOpTests.cpp440 const int iWidth = static_cast<int>(m_renderSize.x()); in verifyImage() local
443 tcu::TextureLevel referenceTexture (m_tcuFormat, iWidth, iHeight); in verifyImage()
455 for (int x = 0; x < iWidth; ++x) in verifyImage()
DvktPipelineNoPositionTests.cpp649 const auto iWidth = static_cast<int>(extent.width); in iterate() local
655 …const auto pixels = tcu::ConstPixelBufferAccess(tcuFormat, iWidth, iHeight, iDepth, reinterpret_ca… in iterate()
658 for (int x = 0; x < iWidth; ++x) in iterate()
DvktPipelineBindPointTests.cpp765 const auto iWidth = static_cast<int>(imageExtent.width); in iterate() local
770 for (int x = 0; x < iWidth; ++x) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationFragShaderSideEffectsTests.cpp642 const auto iWidth = static_cast<int>(kFramebufferWidth); 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()
652 for (int i = 0; i < iWidth; ++i) in iterate()
/external/skqp/src/utils/win/
DSkWGL_win.cpp87 int iWidth, in createPbuffer() argument
90 return fCreatePbuffer(hDC, iPixelFormat, iWidth, iHeight, piAttribList); in createPbuffer()
/external/skia/src/utils/win/
DSkWGL_win.cpp87 int iWidth, in createPbuffer() argument
90 return fCreatePbuffer(hDC, iPixelFormat, iWidth, iHeight, piAttribList); in createPbuffer()
/external/swiftshader/include/GL/
Dwglext.h156 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, i…
162 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i…
425 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, i…
431 HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i…
/external/angle/src/third_party/khronos/GL/
Dwglext.h153 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, i…
159 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i…
415 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, i…
421 HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i…
/external/mesa3d/include/GL/
Dwglext.h156 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, i…
162 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i…
430 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, i…
436 HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i…
/external/angle/include/WGL/
Dwgl.h247 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, i…
253 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i…
521 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, i…
527 HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i…
/external/python/cpython2/Mac/Modules/mlte/
D_Mltemodule.c123 UInt32 iWidth; in TXNObj_TXNResizeFrame() local
130 &iWidth, in TXNObj_TXNResizeFrame()
135 iWidth, in TXNObj_TXNResizeFrame()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp4694 const auto iWidth = static_cast<int>(m_params.imageExtent.width); 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()
4714 for (int x = 0; x < iWidth; ++x) in iterate()
4717 const auto expectedPixel = colors[y * iWidth + x]; in iterate()
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h319 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, i…
645 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, i…
/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp4111 int32_t iWidth = 10; in Str() local
4114 iWidth = static_cast<int32_t>(ValueToFloat(pThis, widthValue.get())); in Str()
4144 if (u > iWidth || (iPrecision + u) >= iWidth) { in Str()
4146 while (i < iWidth) { in Str()
4156 if (iLength > iWidth) { in Str()
4158 while (i < iWidth) { in Str()
4164 while (i < iWidth - iLength) { in Str()
4174 int32_t iLeavingSpace = iWidth - u - iPrecision; in Str()

12