Home
last modified time | relevance | path

Searched refs:bytesPerComponent (Results 1 – 25 of 54) sorted by relevance

123

/dports/editors/ted/Ted-2.23/bitmap/
H A Dbmplanar.c29 int bytesPerComponent; in bmPlanarToChunky() local
44 bytesPerComponent= bd->bdBufferLength/ bd->bdSamplesPerPixel; in bmPlanarToChunky()
48 { fr[spl]= from+ spl* bytesPerComponent; } in bmPlanarToChunky()
57 for ( pos= 0; pos < bytesPerComponent; pos++ ) in bmPlanarToChunky()
79 fr[spl]= from+ spl* bytesPerComponent; in bmPlanarToChunky()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/fit/
H A Dfitdataset.cpp93 unsigned long bytesPerComponent; member in FITRasterBand
136 bytesPerComponent = (GDALGetDataTypeSize(eDataType) / 8); in FITRasterBand()
137 bytesPerPixel = poDS->nBands * bytesPerComponent; in FITRasterBand()
285 switch(bytesPerComponent) { in IReadBlock()
304 bytesPerComponent); in IReadBlock()
371 switch(bytesPerComponent) { in IReadBlock()
449 switch(bytesPerComponent) { in IReadBlock()
1000 uint64 bytesPerComponent = in Open() local
1215 unsigned long bytesPerComponent = in FITCreateCopy() local
1278 switch(bytesPerComponent) { in FITCreateCopy()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/
H A DShaderStorageBlockFunctionHLSL.cpp45 size_t bytesPerComponent = in OutputSSBOLoadFunctionBody() local
50 size_t offset = ssboFunction.swizzleOffsets[0] * bytesPerComponent; in OutputSSBOLoadFunctionBody()
57 size_t componentStride = bytesPerComponent; in OutputSSBOLoadFunctionBody()
118 size_t bytesPerComponent = in OutputSSBOStoreFunctionBody() local
122 size_t offset = ssboFunction.swizzleOffsets[0] * bytesPerComponent; in OutputSSBOStoreFunctionBody()
146 size_t componentStride = bytesPerComponent; in OutputSSBOStoreFunctionBody()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/
H A DShaderStorageBlockFunctionHLSL.cpp45 size_t bytesPerComponent = in OutputSSBOLoadFunctionBody() local
50 size_t offset = ssboFunction.swizzleOffsets[0] * bytesPerComponent; in OutputSSBOLoadFunctionBody()
57 size_t componentStride = bytesPerComponent; in OutputSSBOLoadFunctionBody()
118 size_t bytesPerComponent = in OutputSSBOStoreFunctionBody() local
122 size_t offset = ssboFunction.swizzleOffsets[0] * bytesPerComponent; in OutputSSBOStoreFunctionBody()
146 size_t componentStride = bytesPerComponent; in OutputSSBOStoreFunctionBody()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DShaderStorageBlockFunctionHLSL.cpp45 size_t bytesPerComponent = in OutputSSBOLoadFunctionBody() local
50 size_t offset = ssboFunction.swizzleOffsets[0] * bytesPerComponent; in OutputSSBOLoadFunctionBody()
57 size_t componentStride = bytesPerComponent; in OutputSSBOLoadFunctionBody()
118 size_t bytesPerComponent = in OutputSSBOStoreFunctionBody() local
122 size_t offset = ssboFunction.swizzleOffsets[0] * bytesPerComponent; in OutputSSBOStoreFunctionBody()
146 size_t componentStride = bytesPerComponent; in OutputSSBOStoreFunctionBody()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/translator/
H A DShaderStorageBlockFunctionHLSL.cpp45 size_t bytesPerComponent = in OutputSSBOLoadFunctionBody() local
50 size_t offset = ssboFunction.swizzleOffsets[0] * bytesPerComponent; in OutputSSBOLoadFunctionBody()
57 size_t componentStride = bytesPerComponent; in OutputSSBOLoadFunctionBody()
118 size_t bytesPerComponent = in OutputSSBOStoreFunctionBody() local
122 size_t offset = ssboFunction.swizzleOffsets[0] * bytesPerComponent; in OutputSSBOStoreFunctionBody()
146 size_t componentStride = bytesPerComponent; in OutputSSBOStoreFunctionBody()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/compiler/translator/
H A DShaderStorageBlockFunctionHLSL.cpp45 size_t bytesPerComponent = in OutputSSBOLoadFunctionBody() local
50 size_t offset = ssboFunction.swizzleOffsets[0] * bytesPerComponent; in OutputSSBOLoadFunctionBody()
57 size_t componentStride = bytesPerComponent; in OutputSSBOLoadFunctionBody()
118 size_t bytesPerComponent = in OutputSSBOStoreFunctionBody() local
122 size_t offset = ssboFunction.swizzleOffsets[0] * bytesPerComponent; in OutputSSBOStoreFunctionBody()
146 size_t componentStride = bytesPerComponent; in OutputSSBOStoreFunctionBody()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DShaderStorageBlockFunctionHLSL.cpp45 size_t bytesPerComponent = in OutputSSBOLoadFunctionBody() local
50 size_t offset = ssboFunction.swizzleOffsets[0] * bytesPerComponent; in OutputSSBOLoadFunctionBody()
57 size_t componentStride = bytesPerComponent; in OutputSSBOLoadFunctionBody()
118 size_t bytesPerComponent = in OutputSSBOStoreFunctionBody() local
122 size_t offset = ssboFunction.swizzleOffsets[0] * bytesPerComponent; in OutputSSBOStoreFunctionBody()
146 size_t componentStride = bytesPerComponent; in OutputSSBOStoreFunctionBody()
/dports/games/libretro-scummvm/scummvm-7b1e929/devtools/
H A Dagi-palex.py14 bytesPerComponent = 2 variable
15 bytesPerColor = componentsPerColor * bytesPerComponent
17 bytesPerPalette = componentsPerPalette * bytesPerComponent
19 encodedWhite = (('\x00' * (bytesPerComponent - 1)) + ("%c" % maxComponentValue)) * compone…
/dports/games/scummvm/scummvm-2.5.1/devtools/
H A Dagi-palex.py14 bytesPerComponent = 2 variable
15 bytesPerColor = componentsPerColor * bytesPerComponent
17 bytesPerPalette = componentsPerPalette * bytesPerComponent
19 encodedWhite = (('\x00' * (bytesPerComponent - 1)) + ("%c" % maxComponentValue)) * compone…
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/fit/
H A Dfitdataset.cpp87 unsigned long bytesPerComponent; member in FITRasterBand
112 bytesPerComponent(0), in FITRasterBand()
133 bytesPerComponent = GDALGetDataTypeSizeBytes(eDataType); in FITRasterBand()
134 if( bytesPerComponent == 0 ) in FITRasterBand()
136 bytesPerPixel = nBandsIn * bytesPerComponent; in FITRasterBand()
287 switch(bytesPerComponent) { in IReadBlock()
306 bytesPerComponent); in IReadBlock()
372 switch(bytesPerComponent) { in IReadBlock()
388 "bytesPerComponent %lu", bytesPerComponent); in IReadBlock()
450 switch(bytesPerComponent) { in IReadBlock()
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/fit/
H A Dfitdataset.cpp87 unsigned long bytesPerComponent; member in FITRasterBand
112 bytesPerComponent(0), in FITRasterBand()
133 bytesPerComponent = GDALGetDataTypeSizeBytes(eDataType); in FITRasterBand()
134 if( bytesPerComponent == 0 ) in FITRasterBand()
136 bytesPerPixel = nBandsIn * bytesPerComponent; in FITRasterBand()
287 switch(bytesPerComponent) { in IReadBlock()
306 bytesPerComponent); in IReadBlock()
372 switch(bytesPerComponent) { in IReadBlock()
388 "bytesPerComponent %lu", bytesPerComponent); in IReadBlock()
450 switch(bytesPerComponent) { in IReadBlock()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/fit/
H A Dfitdataset.cpp87 unsigned long bytesPerComponent; member in FITRasterBand
112 bytesPerComponent(0), in FITRasterBand()
133 bytesPerComponent = GDALGetDataTypeSizeBytes(eDataType); in FITRasterBand()
134 if( bytesPerComponent == 0 ) in FITRasterBand()
136 bytesPerPixel = nBandsIn * bytesPerComponent; in FITRasterBand()
287 switch(bytesPerComponent) { in IReadBlock()
306 bytesPerComponent); in IReadBlock()
372 switch(bytesPerComponent) { in IReadBlock()
388 "bytesPerComponent %lu", bytesPerComponent); in IReadBlock()
450 switch(bytesPerComponent) { in IReadBlock()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.cpp113 *bytesPerComponent = sizeof(GC3Dubyte); in computeFormatAndTypeParameters()
119 *bytesPerComponent = sizeof(GC3Dushort); in computeFormatAndTypeParameters()
122 *bytesPerComponent = sizeof(GC3Dfloat); in computeFormatAndTypeParameters()
137 unsigned int bytesPerComponent, componentsPerPixel; in computeImageSizeInBytes() local
181 unsigned int componentsPerPixel, bytesPerComponent; in extractImageData() local
184 &bytesPerComponent)) in extractImageData()
189 componentsPerPixel * bytesPerComponent, in extractImageData()
219 unsigned int componentsPerPixel, bytesPerComponent; in extractImageData() local
227 componentsPerPixel * bytesPerComponent, in extractImageData()
299 unsigned int componentsPerPixel, bytesPerComponent; in extractTextureData() local
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/scenekit/
H A DSCNGeometry.inc96bytesPerComponent: NSInteger; offset: NSInteger; stride: NSInteger): instancetype; message 'geomet…
105 function bytesPerComponent: NSInteger; message 'bytesPerComponent';
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Documentation/sources/Guide/Code/Example4/
H A Dsaturation.cpp132 int bytesPerComponent() const { return bytesPerComponent_; } in bytesPerComponent() function in __anon29d0bbf20111::Image
680 if(outputImg.bytesPerComponent() == 1) { in RenderAction()
688 else if(outputImg.bytesPerComponent() == 2) { in RenderAction()
696 else if(outputImg.bytesPerComponent() == 4) { in RenderAction()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Documentation/sources/Guide/Code/Example4/
H A Dsaturation.cpp132 int bytesPerComponent() const { return bytesPerComponent_; } in bytesPerComponent() function in __anon61cb8f0e0111::Image
680 if(outputImg.bytesPerComponent() == 1) { in RenderAction()
688 else if(outputImg.bytesPerComponent() == 2) { in RenderAction()
696 else if(outputImg.bytesPerComponent() == 4) { in RenderAction()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Documentation/sources/Guide/Code/Example5/
H A Dcircle.cpp154 int bytesPerComponent() const { return bytesPerComponent_; } in bytesPerComponent() function in __anonee2331770111::Image
799 if(outputImg.bytesPerComponent() == 1) { in RenderAction()
809 else if(outputImg.bytesPerComponent() == 2) { in RenderAction()
819 else if(outputImg.bytesPerComponent() == 4) { in RenderAction()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Documentation/sources/Guide/Code/Example5/
H A Dcircle.cpp154 int bytesPerComponent() const { return bytesPerComponent_; } in bytesPerComponent() function in __anon346d8c5b0111::Image
799 if(outputImg.bytesPerComponent() == 1) { in RenderAction()
809 else if(outputImg.bytesPerComponent() == 2) { in RenderAction()
819 else if(outputImg.bytesPerComponent() == 4) { in RenderAction()
/dports/devel/indi/indi-1.9.1/libs/stream/
H A Dstreammanager.cpp354 uint8_t bytesPerComponent = (PixelDepth + 7) / 8; in updateSourceFrameInfo() local
356 dstFrameInfo.bytesPerColor = components * bytesPerComponent; in updateSourceFrameInfo()
362 components * bytesPerComponent in updateSourceFrameInfo()
369 components * bytesPerComponent in updateSourceFrameInfo()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Documentation/old_doc/Guide/
H A DofxExample4_Saturation.adoc286 if(outputImg.bytesPerComponent() == 1) {
294 else if(outputImg.bytesPerComponent() == 2) {
302 else if(outputImg.bytesPerComponent() == 4) {
455 int bytesPerComponent() const { return bytesPerComponent_; }
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Documentation/old_doc/Guide/
H A DofxExample4_Saturation.adoc286 if(outputImg.bytesPerComponent() == 1) {
294 else if(outputImg.bytesPerComponent() == 2) {
302 else if(outputImg.bytesPerComponent() == 4) {
455 int bytesPerComponent() const { return bytesPerComponent_; }
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Documentation/sources/Guide/
H A DofxExample4_Saturation.rst332 if(outputImg.bytesPerComponent() == 1) {
340 else if(outputImg.bytesPerComponent() == 2) {
348 else if(outputImg.bytesPerComponent() == 4) {
506 int bytesPerComponent() const { return bytesPerComponent_; }
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Documentation/sources/Guide/
H A DofxExample4_Saturation.rst332 if(outputImg.bytesPerComponent() == 1) {
340 else if(outputImg.bytesPerComponent() == 2) {
348 else if(outputImg.bytesPerComponent() == 4) {
506 int bytesPerComponent() const { return bytesPerComponent_; }
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp885 const size_t bytesPerComponent = 4 * sizeof(float); in GetMaximumConstantBufferSize() local
891 return D3D11_REQ_CONSTANT_BUFFER_ELEMENT_COUNT * bytesPerComponent; in GetMaximumConstantBufferSize()
895 return D3D10_REQ_CONSTANT_BUFFER_ELEMENT_COUNT * bytesPerComponent; in GetMaximumConstantBufferSize()
902 return 4096 * bytesPerComponent; in GetMaximumConstantBufferSize()

123