Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/haiku/
H A DSDL_bframebuffer.cc132 int32 bufferPitch = bwin->GetRowBytes(); in BE_DrawThread() local
151 clips[i].top * bufferPitch + clips[i].left * BPP; in BE_DrawThread()
166 bufferpx += bufferPitch; in BE_DrawThread()
212 int32 bufferPitch = bwin->GetRowBytes(); in BE_UpdateOnce() local
232 clips[i].top * bufferPitch + clips[i].left * BPP; in BE_UpdateOnce()
241 bufferpx += bufferPitch; in BE_UpdateOnce()
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/haiku/
H A DSDL_bframebuffer.cc132 int32 bufferPitch = bwin->GetRowBytes(); in BE_DrawThread() local
151 clips[i].top * bufferPitch + clips[i].left * BPP; in BE_DrawThread()
166 bufferpx += bufferPitch; in BE_DrawThread()
212 int32 bufferPitch = bwin->GetRowBytes(); in BE_UpdateOnce() local
232 clips[i].top * bufferPitch + clips[i].left * BPP; in BE_UpdateOnce()
241 bufferpx += bufferPitch; in BE_UpdateOnce()
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/haiku/
H A DSDL_bframebuffer.cc135 int32 bufferPitch = bwin->GetRowBytes(); in BE_DrawThread() local
153 clips[i].top * bufferPitch + clips[i].left * BPP; in BE_DrawThread()
168 bufferpx += bufferPitch; in BE_DrawThread()
215 int32 bufferPitch = bwin->GetRowBytes(); in BE_UpdateOnce() local
234 clips[i].top * bufferPitch + clips[i].left * BPP; in BE_UpdateOnce()
243 bufferpx += bufferPitch; in BE_UpdateOnce()
/dports/x11/controllermap/SDL2-2.0.18/src/video/haiku/
H A DSDL_bframebuffer.cc135 int32 bufferPitch = bwin->GetRowBytes(); in HAIKU_DrawThread() local
153 clips[i].top * bufferPitch + clips[i].left * BPP; in HAIKU_DrawThread()
168 bufferpx += bufferPitch; in HAIKU_DrawThread()
215 int32 bufferPitch = bwin->GetRowBytes(); in HAIKU_UpdateOnce() local
234 clips[i].top * bufferPitch + clips[i].left * BPP; in HAIKU_UpdateOnce()
243 bufferpx += bufferPitch; in HAIKU_UpdateOnce()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/haiku/
H A DSDL_bframebuffer.cc132 int32 bufferPitch = bwin->GetRowBytes(); in BE_DrawThread() local
151 clips[i].top * bufferPitch + clips[i].left * BPP; in BE_DrawThread()
166 bufferpx += bufferPitch; in BE_DrawThread()
212 int32 bufferPitch = bwin->GetRowBytes(); in BE_UpdateOnce() local
232 clips[i].top * bufferPitch + clips[i].left * BPP; in BE_UpdateOnce()
241 bufferpx += bufferPitch; in BE_UpdateOnce()
/dports/devel/sdl20/SDL2-2.0.18/src/video/haiku/
H A DSDL_bframebuffer.cc135 int32 bufferPitch = bwin->GetRowBytes(); in HAIKU_DrawThread() local
153 clips[i].top * bufferPitch + clips[i].left * BPP; in HAIKU_DrawThread()
168 bufferpx += bufferPitch; in HAIKU_DrawThread()
215 int32 bufferPitch = bwin->GetRowBytes(); in HAIKU_UpdateOnce() local
234 clips[i].top * bufferPitch + clips[i].left * BPP; in HAIKU_UpdateOnce()
243 bufferpx += bufferPitch; in HAIKU_UpdateOnce()
/dports/games/scummvm/scummvm-2.5.1/graphics/scaler/
H A Dedge.h39 int width, int height, const uint8 *buffer, uint32 bufferPitch) override;
151 const uint8 *buffer, int bufferPitch);
162 const uint8 *buffer, int bufferPitch);
H A Dedge.cpp3317 const uint8 *buffer, int bufferPitch) { in antiAliasPass3x() argument
3333 int bufferPitch3 = bufferPitch * 3; in antiAliasPass3x()
3361 drawUnchangedGrid3x<Pixel>((byte *)dptr16, dstPitch, (const byte *)oldDptr, bufferPitch); in antiAliasPass3x()
3402 const uint8 *buffer, int bufferPitch) { in antiAliasPass2x() argument
3418 int bufferPitch2 = bufferPitch * 2; in antiAliasPass2x()
3446 drawUnchangedGrid2x<Pixel>((byte *)dptr16, dstPitch, (const byte *)oldDptr, bufferPitch); in antiAliasPass2x()
3572 …8 *oldSrcPtr, uint32 oldSrcPitch, int width, int height, const uint8 *buffer, uint32 bufferPitch) { in internScale() argument
3582 …r, dstPtr, width, height, srcPitch, dstPitch, enable, oldSrcPtr, oldSrcPitch, buffer, bufferPitch); in internScale()
3584 …r, dstPtr, width, height, srcPitch, dstPitch, enable, oldSrcPtr, oldSrcPitch, buffer, bufferPitch); in internScale()
3594 …r, dstPtr, width, height, srcPitch, dstPitch, enable, oldSrcPtr, oldSrcPitch, buffer, bufferPitch); in internScale()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/he/moonbase/
H A Ddistortion.cpp130 …tDistortion(byte *bufferData, const int bufferWidth, const int bufferHeight, const int bufferPitch, in blitDistortion() argument
180 …dstBitmap.init(bufferWidth, bufferHeight, bufferPitch, bufferData, Graphics::PixelFormat(2, 5, 5, … in blitDistortion()
183 …srcBitmap.init(bufferWidth, bufferHeight, bufferPitch, sourcePixels, Graphics::PixelFormat(2, 5, 5… in blitDistortion()
H A Dmoonbase.h46 …tDistortion(byte *bufferData, const int bufferWidth, const int bufferHeight, const int bufferPitch,
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/he/moonbase/
H A Ddistortion.cpp130 …tDistortion(byte *bufferData, const int bufferWidth, const int bufferHeight, const int bufferPitch, in blitDistortion() argument
180 …dstBitmap.init(bufferWidth, bufferHeight, bufferPitch, bufferData, Graphics::PixelFormat(2, 5, 5, … in blitDistortion()
183 …srcBitmap.init(bufferWidth, bufferHeight, bufferPitch, sourcePixels, Graphics::PixelFormat(2, 5, 5… in blitDistortion()
H A Dmoonbase.h48 …tDistortion(byte *bufferData, const int bufferWidth, const int bufferHeight, const int bufferPitch,
/dports/games/scummvm/scummvm-2.5.1/engines/ags/plugins/ags_pal_render/
H A Draycast.cpp773 int bufferPitch = engine->GetBitmapPitch(screen); in Raycast_Render() local
976 buffer[y * bufferPitch + x] = color; in Raycast_Render()
1009 buffer[y * bufferPitch + x] = selectedColor; in Raycast_Render()
1136 buffer[ny * bufferPitch + x] = floorcolor; in Raycast_Render()
1184 buffer[ny * bufferPitch + x] = floorcolor; in Raycast_Render()
1197 buffer[y * bufferPitch + x] = floorcolor; in Raycast_Render()
1203 buffer[(h - y) * bufferPitch + x] = ceilingcolor; in Raycast_Render()
1211 buffer[y * bufferPitch + x] = selectedColor; in Raycast_Render()
1213 buffer[(h - y) * bufferPitch + x] = selectedColor; in Raycast_Render()
1229 …endmode[transwalldrawn] == 1) buffer[y * bufferPitch + x] = Mix::MixColorAdditive(color, buffer[y … in Raycast_Render()
[all …]
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/tools/asg-hevc/include/
H A Dmvmvp_processor.h123 mfxU32 CalculateOffsetInMVPredictorsBuffer(mfxU32 bufferPitch, const MVPBlock& mvpBlock);
/dports/games/scummvm/scummvm-2.5.1/graphics/
H A Dscalerplugin.h141 int width, int height, const uint8 *buffer, uint32 bufferPitch) = 0;
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/tools/asg-hevc/src/
H A Dmvmvp_processor.cpp641 mfxU32 MVMVPProcessor::CalculateOffsetInMVPredictorsBuffer(mfxU32 bufferPitch, const MVPBlock & mvp… in CalculateOffsetInMVPredictorsBuffer() argument
645 mfxU32 offsetBig = (bufferPitch / 2) * (mvpBlock.m_AdrY / (2 * MVP_BLOCK_SIZE)) in CalculateOffsetInMVPredictorsBuffer()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/intf/video/pi/
H A Dvid_pi.cpp33 static int bufferPitch; variable
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/codec/hal/
H A Dcodechal_vdenc_vp9_base.h2034 uint32_t bufferPitch);
H A Dcodechal_vdenc_vp9_base.cpp2149 uint32_t bufferPitch) in CalculateBufferOffset() argument
2172 uint32_t addr = y * bufferPitch; in CalculateBufferOffset()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/codec/hal/
H A Dcodechal_vdenc_vp9_base.h2017 uint32_t bufferPitch);
H A Dcodechal_vdenc_vp9_base.cpp2110 uint32_t bufferPitch) in CalculateBufferOffset() argument
2133 uint32_t addr = y * bufferPitch; in CalculateBufferOffset()