Home
last modified time | relevance | path

Searched refs:strideBytes (Results 1 – 22 of 22) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/plugins/gfxdrivers/powervr/QWSWSEGL/
H A Dpvrqwswsegl.c267 blit.SrcStride = drawable->strideBytes; in wseglCopyFromDrawable()
275 blit.DstStride = pixmap->strideBytes; in wseglCopyFromDrawable()
324 int dststride = pixmap->strideBytes; in wseglCopyFromPBuffer()
H A Dpvrqwsdrawable.c633 return drawable->strideBytes; in pvrQwsGetStride()
666 drawable->strideBytes = in pvrQwsAllocBuffers()
679 drawable->strideBytes * drawable->rect.height, in pvrQwsAllocBuffers()
781 drawable->strideBytes, in pvrQwsSwapBuffers()
798 blit.SrcStride = drawable->strideBytes; in pvrQwsSwapBuffers()
H A Dpvrqwsdrawable_p.h115 int strideBytes; member
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/vnc/
H A DvncHooks.h29 char *buffer, int strideBytes);
H A DvncHooks.c309 char *buffer, int strideBytes) in vncGetScreenImage() argument
326 buffer += strideBytes; in vncGetScreenImage()
/dports/net/tigervnc-viewer/tigervnc-1.12.0/unix/xserver/hw/vnc/
H A DvncHooks.h29 char *buffer, int strideBytes);
H A DvncHooks.c309 char *buffer, int strideBytes) in vncGetScreenImage() argument
326 buffer += strideBytes; in vncGetScreenImage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/end2end/
H A DVertexFormatTests.cpp356 uint32_t strideBytes = bytesPerComponents * componentCount; in MakeTestPipeline() local
358 if (strideBytes % 4 != 0) { in MakeTestPipeline()
359 strideBytes += (4 - strideBytes % 4); in MakeTestPipeline()
366 descriptor.cVertexState.cVertexBuffers[0].arrayStride = strideBytes; in MakeTestPipeline()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/image_formats/
H A Djuce_JPEGLoader.cpp408 …const int strideBytes = (int) (jpegCompStruct.image_width * (unsigned int) jpegCompStruct.input_co… in writeImageToStream() local
411 … JPOOL_IMAGE, (JDIMENSION) strideBytes, 1); in writeImageToStream()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/image_formats/
H A Djuce_JPEGLoader.cpp408 …const int strideBytes = (int) (jpegCompStruct.image_width * (unsigned int) jpegCompStruct.input_co… in writeImageToStream() local
411 … JPOOL_IMAGE, (JDIMENSION) strideBytes, 1); in writeImageToStream()
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxUtils.cpp82 int strideBytes) { in mozilla_dump_image() argument
83 if (0 == strideBytes) { in mozilla_dump_image()
84 strideBytes = width * bytepp; in mozilla_dump_image()
99 (uint8_t*)bytes, strideBytes, IntSize(width, height), format); in mozilla_dump_image()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxUtils.cpp82 int strideBytes) { in mozilla_dump_image() argument
83 if (0 == strideBytes) { in mozilla_dump_image()
84 strideBytes = width * bytepp; in mozilla_dump_image()
99 (uint8_t*)bytes, strideBytes, IntSize(width, height), format); in mozilla_dump_image()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxUtils.cpp69 int strideBytes) in mozilla_dump_image() argument
71 if (0 == strideBytes) { in mozilla_dump_image()
72 strideBytes = width * bytepp; in mozilla_dump_image()
87 Factory::CreateWrappingDataSourceSurface((uint8_t*)bytes, strideBytes, in mozilla_dump_image()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxUtils.cpp69 int strideBytes) { in mozilla_dump_image() argument
70 if (0 == strideBytes) { in mozilla_dump_image()
71 strideBytes = width * bytepp; in mozilla_dump_image()
86 (uint8_t*)bytes, strideBytes, IntSize(width, height), format); in mozilla_dump_image()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxUtils.cpp79 int strideBytes) { in mozilla_dump_image() argument
80 if (0 == strideBytes) { in mozilla_dump_image()
81 strideBytes = width * bytepp; in mozilla_dump_image()
96 (uint8_t*)bytes, strideBytes, IntSize(width, height), format); in mozilla_dump_image()
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxUtils.cpp83 int strideBytes) { in mozilla_dump_image() argument
84 if (0 == strideBytes) { in mozilla_dump_image()
85 strideBytes = width * bytepp; in mozilla_dump_image()
100 (uint8_t*)bytes, strideBytes, IntSize(width, height), format); in mozilla_dump_image()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/macosx/native/libawt_lwawt/java2d/metal/
H A DMTLTexurePool.m377 const int strideBytes = _poolCellWidth * sizeof(void*);
381 memcpy(dst, src, strideBytes);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/
H A DvkImageUtil.hpp115 deUint8 strideBytes; // Pixel stride (in bytes), usually plane elementSize member
H A DvkImageUtil.cpp3095 const deUint32 pixelStrideBytes = formatInfo.channels[channelNdx].strideBytes; in getChannelAccess()
3140 const deUint32 pixelStrideBytes = formatInfo.channels[channelNdx].strideBytes; in getChannelAccess()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/
H A Dglslang_wrapper_utils.cpp281 size_t strideBytes, in GenerateTransformFeedbackVaryingOutput() argument
287 ASSERT(strideBytes % 4 == 0); in GenerateTransformFeedbackVaryingOutput()
288 size_t stride = strideBytes / 4; in GenerateTransformFeedbackVaryingOutput()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/
H A Dglslang_wrapper_utils.cpp312 size_t strideBytes, in GenerateTransformFeedbackVaryingOutput() argument
318 ASSERT(strideBytes % 4 == 0); in GenerateTransformFeedbackVaryingOutput()
319 size_t stride = strideBytes / 4; in GenerateTransformFeedbackVaryingOutput()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp924 const deUint32 pixelStrideBytes = formatInfo.channels[channelNdx].strideBytes; in getChannelAccess()