Home
last modified time | relevance | path

Searched refs:m_Height (Results 1 – 25 of 360) sorted by relevance

12345678910>>...15

/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A Ddxtctool.cpp34 size_t Height = m_Height; in OpenGLSize()
62 if (m_Height == 1) in VFlip()
84 if (m_Height == 2) in VFlip_DXT1()
88 if (m_Height == 4) in VFlip_DXT1()
92 if (m_Height > 4) in VFlip_DXT1()
107 if (m_Height == 2) in VFlip_DXT3()
113 if (m_Height == 4) in VFlip_DXT3()
119 if (m_Height > 4) in VFlip_DXT3()
136 if (m_Height == 2) in VFlip_DXT5()
142 if (m_Height == 4) in VFlip_DXT5()
[all …]
/dports/net-p2p/amule/aMule-2.3.3/src/
H A DBarShader.cpp42 m_Height( height ), in CBarShader()
61 if( m_Height != height ) { in SetHeight()
62 m_Height = height; in SetHeight()
111 unsigned count = HALF(m_Height); in BuildModifiers()
173 unsigned char * buf = (unsigned char *) malloc(m_Width * m_Height * 3); in Draw()
188 for (; y < m_Height >> 1; y <<= 1, idx <<= 1) { in Draw()
191 if (y < m_Height) { in Draw()
192 std::memcpy(buf + idx, buf, (m_Height - y) * linelength); in Draw()
196 unsigned Max = HALF(m_Height); in Draw()
212 for (unsigned y = std::max(Max, m_Height - Max); y < m_Height; y++) { in Draw()
[all …]
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DBarShader.cpp42 m_Height( height ), in CBarShader()
61 if( m_Height != height ) { in SetHeight()
62 m_Height = height; in SetHeight()
111 unsigned count = HALF(m_Height); in BuildModifiers()
173 unsigned char * buf = (unsigned char *) malloc(m_Width * m_Height * 3); in Draw()
188 for (; y < m_Height >> 1; y <<= 1, idx <<= 1) { in Draw()
191 if (y < m_Height) { in Draw()
192 std::memcpy(buf + idx, buf, (m_Height - y) * linelength); in Draw()
196 unsigned Max = HALF(m_Height); in Draw()
212 for (unsigned y = std::max(Max, m_Height - Max); y < m_Height; y++) { in Draw()
[all …]
/dports/graphics/photivo/photivo/Sources/
H A DptCimg.cpp126 uint16_t Height = Image->m_Height; in ptGreycStoration()
184 uint16_t Height = Image->m_Height; in ptGreycStorationLab()
272 uint16_t Height = Image->m_Height; in ptCimgEdgeTensors()
359 uint16_t Height = Image->m_Height; in ptCimgBlurBilateralChannel()
384 uint16_t Height = Image->m_Height; in ptCimgBlur()
436 uint16_t Height = Image->m_Height; in ptCimgNoise()
465 uint16_t Height = Image->m_Height; in ptCimgSharpen()
538 uint16_t Height = Image->m_Height; in ptGradientMask()
603 uint16_t Height = Image->m_Height; in ptCimgEdgeDetectionSum()
648 uint16_t Height = Image->m_Height; in ptCimgEdgeDetectionSumAlt()
[all …]
H A DptImage_Cimg.cpp128 for (int y = 0; y<m_Height; ++y) in ptCIDeriche()
135 const uint32_t N = m_Height, off = m_Width*3; in ptCIDeriche()
188 TempData.resize((size_t) m_Width*m_Height); in ptCIPerspective()
190 const uint16_t wm1 = m_Width - 1, hm1 = m_Height - 1; in ptCIPerspective()
195 NewWidth = m_Height; in ptCIPerspective()
209 NewHeight = m_Height; in ptCIPerspective()
221 NewWidth = m_Height; in ptCIPerspective()
240 …ngth/powf(36.0f*36.0f+24.0f*24.0f,0.5f)*powf((float)m_Width*m_Width+(float)m_Height*m_Height,0.5f), in ptCIPerspective()
307 y_mid_pers = m_Height*0.5f, in ptCIPerspective()
341 py = y-1<0?0:y-1, ny = dy>0?y+1:y, ay = y+2>=m_Height?m_Height-1:y+2; in ptCIPerspective()
[all …]
H A DptImage8.cpp38 m_Height(0), in ptImage8()
59 m_Height = AHeight; in setSize()
61 m_SizeBytes = m_Width * m_Height * m_Colors; in setSize()
63 m_Image.resize(m_Width * m_Height); in setSize()
86 setSize(Origin->m_Width, Origin->m_Height, Origin->m_Colors); in Set()
89 for (uint32_t i = 0; i < static_cast<uint32_t>(m_Width)*m_Height; i++) { in Set()
107 Origin->m_Height, in Set()
H A DptDcRaw.cpp1980 row = irow * 2 % m_Height + irow / (m_Height/2); in olympus_cseries_load_raw()
3240 memcpy (black+m_Height-11, black+m_Height-22, 11*sizeof *black); in foveon_interpolate()
3530 m_Height = row; in foveon_interpolate()
6947 if (!m_Height) m_Height = m_RawHeight; in identify()
7001 if (m_Height > m_Width) SWAP(m_Height,m_Width); in identify()
7255 m_Height -= 2; in identify()
7863 if ((m_Height += 12) > m_RawHeight) m_Height = m_RawHeight; in identify()
7880 m_Height += m_Height & 1; in identify()
7937 m_Height--; in identify()
8234 if (m_RawHeight < m_Height) m_RawHeight = m_Height; in identify()
[all …]
H A DptImage.cpp1093 m_Height = 0; in ptImage()
1143 m_Height = 0; in clear()
1162 m_Height = DcRawObject->m_Height; in Set()
1383 m_Height = TargetHeight; in Set()
1403 m_Height = DcRawObject->m_Height; in Set()
1454 m_Height = TargetHeight; in Set()
1470 m_Height = Height; in Set()
1492 m_Height = Origin->m_Height; in Set()
1513 m_Height = Origin->m_Height; in SetScaled()
2047 m_Height = H; in Crop()
[all …]
/dports/multimedia/cmrt/cmrt-1.0.6/src/
H A Dcm_thread_space.cpp106 m_Height(height), in CmThreadSpace()
318 m_Height); in SelectThreadDependencyPattern()
326 m_Height * m_Width); in SelectThreadDependencyPattern()
372 m_Height * m_Width); in SelectThreadDependencyPattern()
552 height = m_Height; in GetThreadSpaceSize()
736 for (UINT y = 0; y < m_Height; y++) { in Wavefront45Sequence()
780 for (UINT y = 0; y < m_Height; y++) { in Wavefront26Sequence()
1016 (INT) m_Height) in Wavefront26ZISeqVVHV26()
1056 (INT) m_Height) in Wavefront26ZISeqVVHV26()
1141 (INT) m_Height) in Wavefront26ZISeqVVHH26()
[all …]
H A Dcm_surface_2d.cpp70 m_Height(height), in CmSurface2D_RT()
121 inParam.iHeight = m_Height; in WriteSurface()
193 inParam.iHeight = m_Height; in ReadSurface()
273 inParam.iHeight = m_Height; in WriteSurfaceStride()
351 inParam.iHeight = m_Height; in ReadSurfaceFullStride()
367 for (UINT i = 0; i < m_Height; i++) { in ReadSurfaceFullStride()
443 inParam.iHeight = m_Height; in WriteSurfaceFullStride()
459 for (UINT i = 0; i < m_Height; i++) { in WriteSurfaceFullStride()
516 m_Height = height; in SetSurfaceProperties()
530 height = m_Height; in GetSurfaceDesc()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/image/
H A Dimage.cpp46 m_Height(0), in CImage()
55 m_Height(0), in CImage()
80 m_Height = height; in Init()
105 return float (m_Width) / float (m_Height); in GetAspectRatio()
156 m_Data.resize(m_Width * m_Height * 3); in SetDepth()
165 m_Data.resize(m_Width * m_Height * 4); in SetDepth()
176 from_data += m_Width * m_Height; in SetDepth()
219 m_Data.begin() + m_Width * m_Height * m_Depth + channel; in SetChannel()
239 if (x >= m_Width || y >= m_Height) { in GetSubImage()
252 if (y + h > m_Height) { in GetSubImage()
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/filter_ouput_optical_flow/GPU/
H A DFrameBuffer.h29 unsigned int m_Height; variable
38 m_Height(0) in RenderBuffer()
45 m_Height(0) in RenderBuffer()
64 inline unsigned int Height() const { return m_Height; } in Height()
84 GLuint m_Height; variable
95 m_Height(0) in FrameBuffer()
101 m_Height(0) in FrameBuffer()
117 inline GLuint Height() const { return m_Height; } in Height()
H A DTexture.cpp27 m_Width = m_Height = 0; in Create()
58 m_Height = height; in Create()
88 m_Height = height; in Create()
115 m_Height = height; in Create()
145 m_Height = height; in LoadMipMap()
170 m_Height = height; in LoadMipMap()
192 m_Height = height; in LoadMipMap()
217 m_Height = height; in Load()
241 m_Height = height; in Load()
262 m_Height = height; in Load()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxbarcode/oned/
H A DBC_OnedUPCAWriter.cpp128 CFX_FloatRect rect((float)leftPosition, (float)(m_Height - iTextHeight), in ShowChars()
135 (float)(m_Height - iTextHeight), in ShowChars()
137 (float)m_Height); in ShowChars()
143 CFX_FloatRect rect2(0.0, (float)(m_Height - iTextHeight), in ShowChars()
144 (float)strWidth1 - 1, (float)m_Height); in ShowChars()
150 (float)(m_Height - iTextHeight), in ShowChars()
152 (float)m_Height); in ShowChars()
162 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars()
176 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars()
192 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxbarcode/oned/
H A DBC_OnedUPCAWriter.cpp126 CFX_FloatRect rect((float)leftPosition, (float)(m_Height - iTextHeight), in ShowChars()
133 (float)(m_Height - iTextHeight), in ShowChars()
135 (float)m_Height); in ShowChars()
141 CFX_FloatRect rect2(0.0, (float)(m_Height - iTextHeight), in ShowChars()
142 (float)strWidth1 - 1, (float)m_Height); in ShowChars()
148 (float)(m_Height - iTextHeight), in ShowChars()
150 (float)m_Height); in ShowChars()
160 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars()
174 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars()
190 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxbarcode/oned/
H A DBC_OnedUPCAWriter.cpp145 (FX_FLOAT)leftPosition, (FX_FLOAT)(m_Height - iTextHeight), in ShowChars()
154 (FX_FLOAT)(m_Height - iTextHeight), in ShowChars()
156 (FX_FLOAT)m_Height); in ShowChars()
163 CFX_FloatRect rect2(0.0, (FX_FLOAT)(m_Height - iTextHeight), in ShowChars()
172 (FX_FLOAT)(m_Height - iTextHeight), in ShowChars()
174 (FX_FLOAT)m_Height); in ShowChars()
214 m_Height - iTextHeight); in ShowChars()
219 (FX_FLOAT)(m_Height - iTextHeight + iFontSize)); in ShowChars()
241 geBitmap.SetDIBits(ge.GetBitmap(), 0, m_Height - iTextHeight); in ShowChars()
263 m_Height - iTextHeight); in ShowChars()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxbarcode/
H A DBC_TwoDimWriter.cpp27 path.AppendRect(0, 0, (FX_FLOAT)m_Width, (FX_FLOAT)m_Height); in RenderDeviceResult()
34 topPos = (m_Height - m_output->GetHeight()) / 2; in RenderDeviceResult()
37 if (m_Width < m_output->GetWidth() && m_Height < m_output->GetHeight()) { in RenderDeviceResult()
40 (FX_FLOAT)m_Height / (FX_FLOAT)m_output->GetHeight(), 0.0, 0.0); in RenderDeviceResult()
64 pOutBitmap = CreateDIBitmap(m_Width, m_Height); in RenderBitmapResult()
77 topPos = (m_Height - m_output->GetHeight()) / 2; in RenderBitmapResult()
87 CFX_DIBitmap* pStretchBitmap = pOutBitmap->StretchTo(m_Width, m_Height); in RenderBitmapResult()
112 if (m_Width < outputWidth || m_Height < outputHeight) { in RenderResult()
117 if (m_Width > outputWidth || m_Height > outputHeight) { in RenderResult()
121 outputHeight * ceil((FX_FLOAT)m_Height / (FX_FLOAT)outputHeight)); in RenderResult()
/dports/games/blockout/BL_SRC/ImageLib/src/
H A DCImage.cpp23 m_Height=0; in CImage()
66 m_Height=img.height; in LoadImage()
67 Length=m_Width*m_Height; in LoadImage()
95 m_Height=img.height; in LoadImage()
114 m_Height=img.height; in LoadImage()
129 return m_Height; in Height()
156 m_Height=0; in Release()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/dib/
H A Dfx_dib_main.cpp49 m_Height(0), in CFX_DIBSource()
84 m_Width = m_Height = m_Pitch = 0; in Create()
113 m_Height = height; in Create()
122 m_Width = m_Height = m_Pitch = 0; in Create()
174 m_Height = pSrcBitmap->m_Height; in TakeOver()
179 FX_RECT rect(0, 0, m_Width, m_Height); in Clone()
311 m_Pitch * m_Height); in Clear()
611 FX_RECT rect(0, 0, m_Width, m_Height); in CloneAlphaMask()
646 rect.Height() != m_Height) { in SetAlphaMask()
650 if (pAlphaMask->m_Width != m_Width || pAlphaMask->m_Height != m_Height) in SetAlphaMask()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/dib/
H A Dfx_dib_main.cpp39 m_Width = m_Height = 0; in CFX_DIBSource()
73 m_Width = m_Height = m_Pitch = 0; in Create()
102 m_Height = height; in Create()
111 m_Width = m_Height = m_Pitch = 0; in Create()
165 m_Height = pSrcBitmap->m_Height; in TakeOver()
170 FX_RECT rect(0, 0, m_Width, m_Height); in Clone()
300 m_Pitch * m_Height); in Clear()
598 FX_RECT rect(0, 0, m_Width, m_Height); in GetAlphaMask()
630 rect.Height() != m_Height) { in CopyAlphaMask()
634 if (pAlphaMask->m_Width != m_Width || pAlphaMask->m_Height != m_Height) { in CopyAlphaMask()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxbarcode/
H A DBC_TwoDimWriter.cpp46 if (m_Width < m_outputWidth || m_Height < m_outputHeight) { in RenderResult()
50 if (m_Width > m_outputWidth || m_Height > m_outputHeight) { in RenderResult()
54 floor(static_cast<float>(m_Height) / m_outputHeight)); in RenderResult()
72 m_topPadding = std::max((m_Height - m_outputHeight) / 2, 0); in RenderResult()
92 path.AppendRect(0, 0, m_Width, m_Height); in RenderDeviceResult()
99 if (m_Width < m_outputWidth && m_Height < m_outputHeight) { in RenderDeviceResult()
101 static_cast<float>(m_Height) / m_outputHeight, 0.0, in RenderDeviceResult()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxbarcode/
H A DBC_TwoDimWriter.cpp46 if (m_Width < m_outputWidth || m_Height < m_outputHeight) { in RenderResult()
50 if (m_Width > m_outputWidth || m_Height > m_outputHeight) { in RenderResult()
54 floor(static_cast<float>(m_Height) / m_outputHeight)); in RenderResult()
72 m_topPadding = std::max((m_Height - m_outputHeight) / 2, 0); in RenderResult()
92 path.AppendRect(0, 0, m_Width, m_Height); in RenderDeviceResult()
99 if (m_Width < m_outputWidth && m_Height < m_outputHeight) { in RenderDeviceResult()
101 static_cast<float>(m_Height) / m_outputHeight, 0.0, in RenderDeviceResult()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/dib/
H A Dcfx_dibitmap.cpp34 m_Height = 0; in Create()
56 m_Height = height; in Create()
69 m_Height = 0; in Create()
106 m_Height = pSrcBitmap->m_Height; in TakeOver()
139 memset(pBuffer, r, m_Pitch * m_Height); in Clear()
161 for (int row = 1; row < m_Height; row++) in Clear()
312 pSrcClone->GetHeight() != m_Height) { in SetChannelFromBitmap()
338 for (int row = 0; row < m_Height; row++) { in SetChannelFromBitmap()
381 for (int row = 0; row < m_Height; row++) { in SetUniformOpaqueAlpha()
405 pSrcBitmap->GetHeight() != m_Height) { in MultiplyAlpha()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A Ddxtctool.cpp34 size_t Height = m_Height; in OpenGLSize()
62 if (m_Height == 1) in VFlip()
84 if (m_Height == 2) in VFlip_DXT1()
88 if (m_Height == 4) in VFlip_DXT1()
92 if (m_Height > 4) in VFlip_DXT1()
107 if (m_Height == 2) in VFlip_DXT3()
113 if (m_Height == 4) in VFlip_DXT3()
119 if (m_Height > 4) in VFlip_DXT3()
136 if (m_Height == 2) in VFlip_DXT5()
142 if (m_Height == 4) in VFlip_DXT5()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/dib/
H A Dcfx_dibitmap.cpp45 m_Height = 0; in Create()
67 m_Height = height; in Create()
80 m_Height = 0; in Create()
118 m_Height = pSrcBitmap->m_Height; in TakeOver()
152 memset(pBuffer, r, m_Pitch * m_Height); in Clear()
175 for (int row = 1; row < m_Height; row++) in Clear()
334 pSrcClone->GetHeight() != m_Height) { in LoadChannelFromAlpha()
360 for (int row = 0; row < m_Height; row++) { in LoadChannelFromAlpha()
423 for (int row = 0; row < m_Height; row++) { in LoadChannel()
447 pSrcBitmap->GetHeight() != m_Height) { in MultiplyAlpha()
[all …]

12345678910>>...15