Home
last modified time | relevance | path

Searched refs:dstRowBytes (Results 101 – 125 of 385) sorted by relevance

12345678910>>...16

/dports/graphics/quesa/quesa-1.8/Source/Renderers/Interactive/
H A DIRTexture.c1479 TQ3Uns32 *dstRowBytes) in IRRenderer_Texture_ConvertSize() argument
1493 Q3_REQUIRE_OR_RESULT(Q3_VALID_PTR(dstRowBytes), NULL); in IRRenderer_Texture_ConvertSize()
1507 *dstRowBytes = 0; in IRRenderer_Texture_ConvertSize()
1541 *dstRowBytes = theWidth * 4; in IRRenderer_Texture_ConvertSize()
1570 TQ3Uns32 *dstRowBytes, in IRRenderer_Texture_ConvertImage() argument
1585 Q3_REQUIRE_OR_RESULT(Q3_VALID_PTR(dstRowBytes), NULL); in IRRenderer_Texture_ConvertImage()
1593 *dstRowBytes = 0; in IRRenderer_Texture_ConvertImage()
1634 dstWidth, dstHeight, dstRowBytes); in IRRenderer_Texture_ConvertImage()
1651 *dstRowBytes = (srcWidth * 4); in IRRenderer_Texture_ConvertImage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/include/core/
H A DSkPixmap.h563 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels() argument
564 return this->readPixels(dstInfo, dstPixels, dstRowBytes, 0, 0); in readPixels()
593 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, int srcX,
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/include/core/
H A DSkPixmap.h168 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
170 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const {
171 return this->readPixels(dstInfo, dstPixels, dstRowBytes, 0, 0);
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/Basic/
H A Dbasic.cpp671 int srcRowBytes, srcBitDepth, dstRowBytes, dstBitDepth, maskRowBytes = 0, maskBitDepth; in render() local
682 …outputImg = ofxuGetImage(myData->outputClip, time, dstRowBytes, dstBitDepth, dstIsAlpha, dstRect, … in render()
726 dst, dstRect, dstRowBytes, in render()
736 dst, dstRect, dstRowBytes, in render()
746 dst, dstRect, dstRowBytes, in render()
759 dst, dstRect, dstRowBytes, in render()
769 dst, dstRect, dstRowBytes, in render()
779 dst, dstRect, dstRowBytes, in render()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/Basic/
H A Dbasic.cpp671 int srcRowBytes, srcBitDepth, dstRowBytes, dstBitDepth, maskRowBytes = 0, maskBitDepth; in render() local
682 …outputImg = ofxuGetImage(myData->outputClip, time, dstRowBytes, dstBitDepth, dstIsAlpha, dstRect, … in render()
726 dst, dstRect, dstRowBytes, in render()
736 dst, dstRect, dstRowBytes, in render()
746 dst, dstRect, dstRowBytes, in render()
759 dst, dstRect, dstRowBytes, in render()
769 dst, dstRect, dstRowBytes, in render()
779 dst, dstRect, dstRowBytes, in render()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/Rectangle/
H A Drectangle.cpp620 int srcRowBytes = 0, srcBitDepth, dstRowBytes, dstBitDepth; in render() local
629 …outputImg = ofxuGetImage(myData->outputClip, time, dstRowBytes, dstBitDepth, dstIsAlpha, dstRect, … in render()
675 dst, dstRect, dstRowBytes, in render()
684 dst, dstRect, dstRowBytes, in render()
693 dst, dstRect, dstRowBytes, in render()
705 dst, dstRect, dstRowBytes, in render()
714 dst, dstRect, dstRowBytes, in render()
723 dst, dstRect, dstRowBytes, in render()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/Rectangle/
H A Drectangle.cpp620 int srcRowBytes = 0, srcBitDepth, dstRowBytes, dstBitDepth; in render() local
629 …outputImg = ofxuGetImage(myData->outputClip, time, dstRowBytes, dstBitDepth, dstIsAlpha, dstRect, … in render()
675 dst, dstRect, dstRowBytes, in render()
684 dst, dstRect, dstRowBytes, in render()
693 dst, dstRect, dstRowBytes, in render()
705 dst, dstRect, dstRowBytes, in render()
714 dst, dstRect, dstRowBytes, in render()
723 dst, dstRect, dstRowBytes, in render()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgifcodec/
H A DSkLibGifCodec.cpp264 void* pixels, size_t dstRowBytes, in onGetPixels() argument
288 fDstRowBytes = dstRowBytes; in onGetPixels()
294 void* pixels, size_t dstRowBytes, in onStartIncrementalDecode() argument
302 fDstRowBytes = dstRowBytes; in onStartIncrementalDecode()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/codec/
H A DSkGifCodec.cpp266 void* pixels, size_t dstRowBytes, in onGetPixels() argument
290 fDstRowBytes = dstRowBytes; in onGetPixels()
296 void* pixels, size_t dstRowBytes, in onStartIncrementalDecode() argument
304 fDstRowBytes = dstRowBytes; in onStartIncrementalDecode()
H A DSkHeifCodec.cpp347 void* dst, size_t dstRowBytes, in onGetPixels() argument
373 int rows = this->readRows(dstInfo, dst, dstRowBytes, dstInfo.height(), options); in onGetPixels()
464 int SkHeifCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines() argument
465 return this->readRows(this->dstInfo(), dst, dstRowBytes, count, this->options()); in onGetScanlines()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/codec/
H A DSkGifCodec.cpp266 void* pixels, size_t dstRowBytes, in onGetPixels() argument
290 fDstRowBytes = dstRowBytes; in onGetPixels()
296 void* pixels, size_t dstRowBytes, in onStartIncrementalDecode() argument
304 fDstRowBytes = dstRowBytes; in onStartIncrementalDecode()
H A DSkHeifCodec.cpp347 void* dst, size_t dstRowBytes, in onGetPixels() argument
373 int rows = this->readRows(dstInfo, dst, dstRowBytes, dstInfo.height(), options); in onGetPixels()
464 int SkHeifCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines() argument
465 return this->readRows(this->dstInfo(), dst, dstRowBytes, count, this->options()); in onGetScanlines()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgifcodec/
H A DSkLibGifCodec.cpp264 void* pixels, size_t dstRowBytes, in onGetPixels() argument
288 fDstRowBytes = dstRowBytes; in onGetPixels()
294 void* pixels, size_t dstRowBytes, in onStartIncrementalDecode() argument
302 fDstRowBytes = dstRowBytes; in onStartIncrementalDecode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/codec/
H A DSkHeifCodec.cpp347 void* dst, size_t dstRowBytes, in onGetPixels() argument
373 int rows = this->readRows(dstInfo, dst, dstRowBytes, dstInfo.height(), options); in onGetPixels()
464 int SkHeifCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines() argument
465 return this->readRows(this->dstInfo(), dst, dstRowBytes, count, this->options()); in onGetScanlines()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/codec/
H A DSkGifCodec.cpp266 void* pixels, size_t dstRowBytes, in onGetPixels() argument
290 fDstRowBytes = dstRowBytes; in onGetPixels()
296 void* pixels, size_t dstRowBytes, in onStartIncrementalDecode() argument
304 fDstRowBytes = dstRowBytes; in onStartIncrementalDecode()
H A DSkHeifCodec.cpp347 void* dst, size_t dstRowBytes, in onGetPixels() argument
373 int rows = this->readRows(dstInfo, dst, dstRowBytes, dstInfo.height(), options); in onGetPixels()
464 int SkHeifCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines() argument
465 return this->readRows(this->dstInfo(), dst, dstRowBytes, count, this->options()); in onGetScanlines()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/codec/
H A DSkHeifCodec.cpp347 void* dst, size_t dstRowBytes, in onGetPixels() argument
373 int rows = this->readRows(dstInfo, dst, dstRowBytes, dstInfo.height(), options); in onGetPixels()
464 int SkHeifCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines() argument
465 return this->readRows(this->dstInfo(), dst, dstRowBytes, count, this->options()); in onGetScanlines()
H A DSkGifCodec.cpp266 void* pixels, size_t dstRowBytes, in onGetPixels() argument
290 fDstRowBytes = dstRowBytes; in onGetPixels()
296 void* pixels, size_t dstRowBytes, in onStartIncrementalDecode() argument
304 fDstRowBytes = dstRowBytes; in onStartIncrementalDecode()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/codec/
H A DSkGifCodec.cpp277 void* pixels, size_t dstRowBytes, in onGetPixels() argument
301 fDstRowBytes = dstRowBytes; in onGetPixels()
307 void* pixels, size_t dstRowBytes, in onStartIncrementalDecode() argument
315 fDstRowBytes = dstRowBytes; in onStartIncrementalDecode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/codec/
H A DSkHeifCodec.cpp369 void* dst, size_t dstRowBytes, in onGetPixels() argument
395 int rows = this->readRows(dstInfo, dst, dstRowBytes, dstInfo.height(), options); in onGetPixels()
486 int SkHeifCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines() argument
487 return this->readRows(this->dstInfo(), dst, dstRowBytes, count, this->options()); in onGetScanlines()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/CImg/
H A DCImgFilter.cpp310 int dstRowBytes) in setupAndFill() argument
316 …g(dstPixelData, dstBounds, dstPixelComponents, dstPixelComponentCount, dstPixelDepth, dstRowBytes); in setupAndFill()
344 int dstRowBytes, in setupAndCopy() argument
375 …g(dstPixelData, dstBounds, dstPixelComponents, dstPixelComponentCount, dstPixelDepth, dstRowBytes); in setupAndCopy()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/include/core/
H A DSkBitmap.h949 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
980 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in readPixels() argument
982 return this->readPixels(dstInfo, dstPixels, dstRowBytes, srcX, srcY, in readPixels()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Documentation/sources/Guide/Code/Example2/
H A Dinvert.cpp249 int dstRowBytes; in PixelProcessing() local
252 gPropertySuite->propGetInt(outputImg, kOfxImagePropRowBytes, 0, &dstRowBytes); in PixelProcessing()
277 T *dstPix = pixelAddress<T>(renderWindow.x1, y, dstPtr, dstBounds, dstRowBytes, nComps); in PixelProcessing()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Documentation/sources/Guide/Code/Example2/
H A Dinvert.cpp249 int dstRowBytes; in PixelProcessing() local
252 gPropertySuite->propGetInt(outputImg, kOfxImagePropRowBytes, 0, &dstRowBytes); in PixelProcessing()
277 T *dstPix = pixelAddress<T>(renderWindow.x1, y, dstPtr, dstBounds, dstRowBytes, nComps); in PixelProcessing()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/utils/
H A DSkTextureCompressor_LATC.h23 void DecompressLATC(uint8_t* dst, int dstRowBytes, const uint8_t* src, int width, int height);

12345678910>>...16