Home
last modified time | relevance | path

Searched refs:sourceW (Results 1 – 21 of 21) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/hadesch/
H A Dgfx_context.h34 virtual void blitVideo(byte *sourcePixels, int sourcePitch, int sourceW, int sourceH,
37 virtual void blitPodImage(byte *sourcePixels, int sourcePitch, int sourceW, int sourceH,
48 void blitVideo(byte *sourcePixels, int sourcePitch, int sourceW, int sourceH,
50 void blitPodImage(byte *sourcePixels, int sourcePitch, int sourceW, int sourceH,
68 byte *sourcePixels, int sourceW, int sourceH, Common::Point offset);
H A Dgfx_context.cpp36 byte *sourcePixels, int sourceW, int sourceH, Common::Point offset) { in blendVideo8To8() argument
41 int xmax = MIN(sourceW, targetW - offset.x); in blendVideo8To8()
42 const byte *inptr = sourcePixels + sourceW * y + xmin; in blendVideo8To8()
51 void GfxContext8Bit::blitPodImage(byte *sourcePixels, int sourcePitch, int sourceW, int sourceH, in blitPodImage() argument
55 surf.w, surf.h, sourcePixels, sourceW, sourceH, in blitPodImage()
67 void GfxContext8Bit::blitVideo(byte *sourcePixels, int sourcePitch, int sourceW, int sourceH, in blitVideo() argument
69 …blendVideo8To8((byte *) surf.getPixels(), surf.pitch, surf.w, surf.h, sourcePixels, sourceW, sourc… in blitVideo()
/dports/devel/kyra/kyra/engine/
H A Dogltexture.cpp247 const KrRGBA* source, int sourceW, int sourceH ) in CreateTexture() argument
250 GLASSERT( width == sourceW ); in CreateTexture()
258 GLASSERT( s >= source && s < (source + sourceW * sourceH ) ); in CreateTexture()
259 FillRow( t, s, sourceW ); in CreateTexture()
287 const KrRGBA* source, int sourceW, int sourceH ) in CreateScaledTexture() argument
291 GlFixed xStep = double( sourceW ) / double( targetW ); in CreateScaledTexture()
316 || s < source + sourceW * sourceH ); in CreateScaledTexture()
326 sourceLine += ( errorY >> 16 ) * sourceW; in CreateScaledTexture()
331 || s < source + sourceW * sourceH ); in CreateScaledTexture()
H A Dogltexture.h46 const KrRGBA* source, int sourceW, int sourceH );
49 const KrRGBA* source, int sourceW, int sourceH );
H A Dencoder.cpp1170 GlFixed sourceW, GlFixed sourceH, in IsoToSource() argument
1182 *sourceX = (sourceW - increment) - x * sourceW / ( isoWidth ) - y * sourceH / ( isoHeight ); in IsoToSource()
1183 *sourceY = x * sourceW / ( isoWidth ) - y * sourceH / ( isoHeight ); in IsoToSource()
1189 *sourceX = (sourceW - increment) - x * sourceW / ( isoWidth ) + y * sourceH / ( isoHeight ); in IsoToSource()
1190 *sourceY = (sourceH - increment) - x * sourceW / ( isoWidth ) - y * sourceH / ( isoHeight ); in IsoToSource()
1196 *sourceX = x * sourceW / ( isoWidth ) + y * sourceH / ( isoHeight ); in IsoToSource()
1197 *sourceY = (sourceH-increment) - x * sourceW / ( isoWidth ) + y * sourceH / ( isoHeight ); in IsoToSource()
1205 *sourceX = x * sourceW / ( isoWidth ) - y * sourceH / ( isoHeight ); in IsoToSource()
1206 *sourceY = x * sourceW / ( isoWidth ) + y * sourceH / ( isoHeight ); in IsoToSource()
H A Dencoder.h222 GlFixed sourceW, GlFixed sourceH,
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/include/opencv2/imgproc/detail/
H A Dgcgraph.hpp57 void addTermWeights( int i, TWeight sourceW, TWeight sinkW );
142 void GCGraph<TWeight>::addTermWeights( int i, TWeight sourceW, TWeight sinkW ) in addTermWeights() argument
148 sourceW += dw; in addTermWeights()
151 flow += (sourceW < sinkW) ? sourceW : sinkW; in addTermWeights()
152 vtcs[i].weight = sourceW - sinkW; in addTermWeights()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xphoto/src/
H A Dgcgraph.hpp55 void addTermWeights( int i, TWeight sourceW, TWeight sinkW );
140 void GCGraph<TWeight>::addTermWeights( int i, TWeight sourceW, TWeight sinkW ) in addTermWeights() argument
146 sourceW += dw; in addTermWeights()
149 flow += (sourceW < sinkW) ? sourceW : sinkW; in addTermWeights()
150 vtcs[i].weight = sourceW - sinkW; in addTermWeights()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_core/ADM_coreVideoCodec/ADM_hwAccel/ADM_coreVdpau/src/
H A DADM_coreVdpauMixer.cpp193 uint32_t sourceW,sourceH; in mixerRenderWithCropping()
194 ADM_coreVdpau::funcs.mixerGetSurfaceParameters(sourceSurface,&sourceChroma,&sourceW,&sourceH); in mixerRenderWithCropping()
195 ADM_info("Source is %d %d x %d\n",sourceChroma,sourceW,sourceH); in mixerRenderWithCropping()
197 … ADM_coreVdpau::funcs.mixerGetOutputSurfaceParameters(targetOutputSurface,&rgb,&sourceW,&sourceH); in mixerRenderWithCropping()
198 ADM_info("Target is %d %d x %d\n",rgb,sourceW,sourceH); in mixerRenderWithCropping()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_core/ADM_coreVideoCodec/ADM_hwAccel/ADM_coreVdpau/src/
H A DADM_coreVdpauMixer.cpp193 uint32_t sourceW,sourceH; in mixerRenderWithCropping()
194 ADM_coreVdpau::funcs.mixerGetSurfaceParameters(sourceSurface,&sourceChroma,&sourceW,&sourceH); in mixerRenderWithCropping()
195 ADM_info("Source is %d %d x %d\n",sourceChroma,sourceW,sourceH); in mixerRenderWithCropping()
197 … ADM_coreVdpau::funcs.mixerGetOutputSurfaceParameters(targetOutputSurface,&rgb,&sourceW,&sourceH); in mixerRenderWithCropping()
198 ADM_info("Target is %d %d x %d\n",rgb,sourceW,sourceH); in mixerRenderWithCropping()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_core/ADM_coreVideoCodec/ADM_hwAccel/ADM_coreVdpau/src/
H A DADM_coreVdpauMixer.cpp193 uint32_t sourceW,sourceH; in mixerRenderWithCropping()
194 ADM_coreVdpau::funcs.mixerGetSurfaceParameters(sourceSurface,&sourceChroma,&sourceW,&sourceH); in mixerRenderWithCropping()
195 ADM_info("Source is %d %d x %d\n",sourceChroma,sourceW,sourceH); in mixerRenderWithCropping()
197 … ADM_coreVdpau::funcs.mixerGetOutputSurfaceParameters(targetOutputSurface,&rgb,&sourceW,&sourceH); in mixerRenderWithCropping()
198 ADM_info("Target is %d %d x %d\n",rgb,sourceW,sourceH); in mixerRenderWithCropping()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_core/ADM_coreVideoCodec/ADM_hwAccel/ADM_coreVdpau/src/
H A DADM_coreVdpauMixer.cpp193 uint32_t sourceW,sourceH; in mixerRenderWithCropping()
194 ADM_coreVdpau::funcs.mixerGetSurfaceParameters(sourceSurface,&sourceChroma,&sourceW,&sourceH); in mixerRenderWithCropping()
195 ADM_info("Source is %d %d x %d\n",sourceChroma,sourceW,sourceH); in mixerRenderWithCropping()
197 … ADM_coreVdpau::funcs.mixerGetOutputSurfaceParameters(targetOutputSurface,&rgb,&sourceW,&sourceH); in mixerRenderWithCropping()
198 ADM_info("Target is %d %d x %d\n",rgb,sourceW,sourceH); in mixerRenderWithCropping()
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dvideo_out_gl.cpp54 int sourceW = 0; member
184 ti.sourceW = std::min(frameWidth - sourceX, maxTextureSize); in InitTextures()
192 int textureWidth = SmallestPowerOf2(ti.sourceW); in InitTextures()
256 CHECK_ERROR(glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, ti.sourceW, in UploadFrameData()
/dports/multimedia/shotcut/shotcut-21.03.21/src/widgets/
H A Dslideshowgeneratorwidget.cpp274 double sourceW = producer->get_double("meta.media.width"); in attachAffineFilter() local
278 if (sourceW && sourceH && sourceAr) in attachAffineFilter()
280 sourceDar = sourceW * sourceAr / sourceH; in attachAffineFilter()
401 double sourceW = producer->get_double("meta.media.width"); in attachBlurFilter() local
405 if( sourceW && sourceH && sourceAr ) in attachBlurFilter()
407 sourceDar = sourceW * sourceAr / sourceH; in attachBlurFilter()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/placement/
H A Djuce_RectanglePlacement.h141 double& sourceW,
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/placement/
H A Djuce_RectanglePlacement.h141 double& sourceW,
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/asobj/flash/display/
H A DBitmapData_as.cpp827 int sourceW = toInt(w, getVM(fn)); in bitmapdata_copyChannel() local
838 adjustRect(sourceX, sourceY, sourceW, sourceH, *source); in bitmapdata_copyChannel()
839 if (sourceW == 0 || sourceH == 0) { in bitmapdata_copyChannel()
849 int destW = sourceW; in bitmapdata_copyChannel()
957 int sourceW = toInt(w, getVM(fn)); in bitmapdata_copyPixels() local
965 adjustRect(sourceX, sourceY, sourceW, sourceH, *source); in bitmapdata_copyPixels()
966 if (sourceW == 0 || sourceH == 0) { in bitmapdata_copyPixels()
976 int destW = sourceW; in bitmapdata_copyPixels()
/dports/cad/sumo/sumo-1.2.0/src/netwrite/
H A DNWWriter_SUMO.cpp819 std::vector<double> sourceW = d.getSourceWeights(); in writeDistrict() local
820 VectorHelper<double>::normaliseSum(sourceW, 1.0); in writeDistrict()
832 …AG_TAZSOURCE).writeAttr(SUMO_ATTR_ID, sources[i]->getID()).writeAttr(SUMO_ATTR_WEIGHT, sourceW[i]); in writeDistrict()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/
H A DctkQImageView.cpp1003 double sourceW = d->TmpXMax - d->TmpXMin; in update() local
1023 QRectF source( sourceX, sourceY, sourceW, sourceH ); in update()
/dports/devel/sdl12/SDL-1.2.15/src/video/symbian/EKA1/
H A DSDL_epocvideo.cpp1159 TInt sourceW = bufferW; in DirectDrawRotated() local
1182 TInt maxX = Min(sourceW - 1, rect2.x + rect2.w - 1); in DirectDrawRotated()
/dports/graphics/xpaint/xpaint-2.9.10.3/
H A DPaintRegion.c433 int sourceW, sourceH; in resizeImg() local
489 sourceW = pixSrc->width; in resizeImg()
497 if (ix >= 0 && ix < sourceW && iy >= 0 && iy < sourceH) { in resizeImg()