Home
last modified time | relevance | path

Searched refs:dstBox (Results 1 – 25 of 160) sorted by relevance

1234567

/dports/x11-drivers/xf86-video-intel/xf86-video-intel-31486f40f8e8f8923ca0799aea84b58799754564/src/uxa/
H A Dintel_video_overlay.c230 request.dst_width = dstBox->x2 - dstBox->x1; in intel_overlay_put_image()
231 request.dst_height = dstBox->y2 - dstBox->y1; in intel_overlay_put_image()
294 dstBox->x1 = dstBox->y1 - crtc->x; in intel_update_dst_box_to_crtc_coords()
297 dstBox->x2 = dstBox->y2 - crtc->x; in intel_update_dst_box_to_crtc_coords()
300 dstBox->y1 = dstBox->y2; in intel_update_dst_box_to_crtc_coords()
305 dstBox->x1 = scrn->virtualX - dstBox->x2 - crtc->x; in intel_update_dst_box_to_crtc_coords()
308 dstBox->y1 = scrn->virtualY - dstBox->y2 - crtc->y; in intel_update_dst_box_to_crtc_coords()
313 dstBox->x1 = scrn->virtualY - dstBox->y1 - crtc->x; in intel_update_dst_box_to_crtc_coords()
316 dstBox->x2 = scrn->virtualY - dstBox->y2 - crtc->x; in intel_update_dst_box_to_crtc_coords()
319 dstBox->x1 = dstBox->x2; in intel_update_dst_box_to_crtc_coords()
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/
H A DOgreGLHardwarePixelBuffer.cpp55 if(!mBuffer.contains(dstBox)) in blitFromMemory()
84 upload(scaled, dstBox); in blitFromMemory()
543 dstBox.getWidth(), dstBox.getHeight(), dstBox.getDepth(), 0, in blitFromTexture()
554 …RenderSystem->_getStateCacheManager()->setViewport(dstBox.left, dstBox.top, dstBox.getWidth(), dst… in blitFromTexture()
558 for(uint32 slice=dstBox.front; slice<dstBox.back; ++slice) in blitFromTexture()
571 float w = (float)(slice - dstBox.front) / (float)dstBox.getDepth(); in blitFromTexture()
606 dstBox.left, dstBox.top, in blitFromTexture()
607 0, 0, dstBox.getWidth(), dstBox.getHeight()); in blitFromTexture()
612 dstBox.left, dstBox.top, slice, in blitFromTexture()
613 0, 0, dstBox.getWidth(), dstBox.getHeight()); in blitFromTexture()
[all …]
/dports/x11-drivers/xf86-video-neomagic/xf86-video-neomagic-1.3.0/src/
H A Dneo_video.c307 BoxRec dstBox; in NEOPutVideo() local
330 dstBox.x1 = drw_x; in NEOPutVideo()
331 dstBox.y1 = drw_y; in NEOPutVideo()
350 dstBox.x1, dstBox.y1, dstBox.x2, dstBox.y2); in NEOPutVideo()
617 BoxRec dstBox; in NEOPutImage() local
810 int diff_d = (drw_w - dstBox->x2 + dstBox->x1) & ~1; in NEODisplayVideo()
814 } else if (dstBox->x2 - dstBox->x1 < WIDTH_THRESHOLD) { in NEODisplayVideo()
832 dstBox->x1 -= pre; in NEODisplayVideo()
833 dstBox->x2 += post; in NEODisplayVideo()
838 if (dstBox->x1 > 0) dstBox->x1 += 2; in NEODisplayVideo()
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLES2/src/
H A DOgreGLES2HardwarePixelBuffer.cpp58 if (!mBuffer.contains(dstBox)) in blitFromMemory()
69 src.getDepth() != dstBox.getDepth()) in blitFromMemory()
91 upload(scaled, dstBox); in blitFromMemory()
545 dstBox.getWidth(), dstBox.getHeight(), dstBox.getDepth(), 0, in blitFromTexture()
552 OGRE_CHECK_GL_ERROR(glViewport(0, 0, dstBox.getWidth(), dstBox.getHeight())); in blitFromTexture()
557 … OGRE_CHECK_GL_ERROR(glViewport(dstBox.left, dstBox.top, dstBox.getWidth(), dstBox.getHeight())); in blitFromTexture()
565 for(size_t slice = dstBox.front; slice < dstBox.back; ++slice) in blitFromTexture()
579 float w = (float)(slice - dstBox.front) / (float)dstBox.getDepth(); in blitFromTexture()
634 dstBox.left, dstBox.top, in blitFromTexture()
635 0, 0, dstBox.getWidth(), dstBox.getHeight())); in blitFromTexture()
[all …]
/dports/x11-drivers/xf86-video-intel/xf86-video-intel-31486f40f8e8f8923ca0799aea84b58799754564/src/sna/
H A Dsna_video_overlay.c318 dstBox->x1 = dstBox->y1 - crtc->x; in update_dst_box_to_crtc_coords()
321 dstBox->x2 = dstBox->y2 - crtc->x; in update_dst_box_to_crtc_coords()
324 dstBox->y1 = dstBox->y2; in update_dst_box_to_crtc_coords()
329 dstBox->x1 = scrn->virtualX - dstBox->x2 - crtc->x; in update_dst_box_to_crtc_coords()
332 dstBox->y1 = scrn->virtualY - dstBox->y2 - crtc->y; in update_dst_box_to_crtc_coords()
337 dstBox->x1 = scrn->virtualY - dstBox->y1 - crtc->x; in update_dst_box_to_crtc_coords()
340 dstBox->x2 = scrn->virtualY - dstBox->y2 - crtc->x; in update_dst_box_to_crtc_coords()
343 dstBox->x1 = dstBox->x2; in update_dst_box_to_crtc_coords()
406 request.dst_width = dstBox->x2 - dstBox->x1; in sna_video_overlay_show()
407 request.dst_height = dstBox->y2 - dstBox->y1; in sna_video_overlay_show()
[all …]
H A Dsna_video_sprite.c205 tmp = dstBox->x1; in update_dst_box_to_crtc_coords()
206 dstBox->x1 = dstBox->y1 - crtc->x; in update_dst_box_to_crtc_coords()
209 dstBox->x2 = dstBox->y2 - crtc->x; in update_dst_box_to_crtc_coords()
212 dstBox->y1 = dstBox->y2; in update_dst_box_to_crtc_coords()
218 dstBox->x1 = scrn->virtualX - dstBox->x2 - crtc->x; in update_dst_box_to_crtc_coords()
221 dstBox->y1 = scrn->virtualY - dstBox->y2 - crtc->y; in update_dst_box_to_crtc_coords()
227 dstBox->x1 = scrn->virtualY - dstBox->y1 - crtc->x; in update_dst_box_to_crtc_coords()
230 dstBox->x2 = scrn->virtualY - dstBox->y2 - crtc->x; in update_dst_box_to_crtc_coords()
233 dstBox->x1 = dstBox->x2; in update_dst_box_to_crtc_coords()
457 s.crtc_w = dstBox->x2 - dstBox->x1; in sna_video_sprite_show()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES/src/
H A DOgreGLESHardwarePixelBuffer.cpp121 if (!mBuffer.contains(dstBox)) in blitFromMemory()
130 if (src.getWidth() != dstBox.getWidth() || in blitFromMemory()
132 src.getDepth() != dstBox.getDepth()) in blitFromMemory()
165 upload(scaled, dstBox); in blitFromMemory()
581 … GLESPixelUtil::optionalPO2(dstBox.getWidth()), GLESPixelUtil::optionalPO2(dstBox.getHeight()), in blitFromTexture()
588 glViewport(0, 0, dstBox.getWidth(), dstBox.getHeight()); in blitFromTexture()
594 glViewport(dstBox.left, dstBox.top, dstBox.getWidth(), dstBox.getHeight()); in blitFromTexture()
599 for(size_t slice=dstBox.front; slice<dstBox.back; ++slice) in blitFromTexture()
619 dstBox.left, dstBox.top, in blitFromTexture()
620 0, 0, dstBox.getWidth(), dstBox.getHeight()); in blitFromTexture()
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL3Plus/src/
H A DOgreGL3PlusTextureBuffer.cpp386 blitFromTexture(srct, srcBox, dstBox); in blit()
412 if (srcBox.getWidth()==dstBox.getWidth() && in blitFromTexture()
414 srcBox.getDepth()==dstBox.getDepth()) in blitFromTexture()
437 dstBox.getWidth(), dstBox.getHeight(), dstBox.getDepth(), 0, in blitFromTexture()
447 … mRenderSystem->_getStateCacheManager()->setViewport(0, 0, dstBox.getWidth(), dstBox.getHeight()); in blitFromTexture()
452 …RenderSystem->_getStateCacheManager()->setViewport(dstBox.left, dstBox.top, dstBox.getWidth(), dst… in blitFromTexture()
458 for(uint32 slice = dstBox.front; slice < dstBox.back; ++slice) in blitFromTexture()
499dstBox.left, dstBox.top, dstBox.right, dstBox.bottom, in blitFromTexture()
566 if (src.getWidth() == dstBox.getWidth() && src.getHeight() == dstBox.getHeight() && in blitFromMemory()
567 src.getDepth() == dstBox.getDepth()) in blitFromMemory()
[all …]
H A DOgreGL3PlusHardwarePixelBuffer.cpp52 void GL3PlusHardwarePixelBuffer::blitFromMemory(const PixelBox &src, const Box &dstBox) in blitFromMemory() argument
54 if (!mBuffer.contains(dstBox)) in blitFromMemory()
63 if (src.getWidth() != dstBox.getWidth() || in blitFromMemory()
64 src.getHeight() != dstBox.getHeight() || in blitFromMemory()
65 src.getDepth() != dstBox.getDepth()) in blitFromMemory()
70 scaled = mBuffer.getSubVolume(dstBox); in blitFromMemory()
78 scaled = mBuffer.getSubVolume(dstBox); in blitFromMemory()
87 upload(scaled, dstBox); in blitFromMemory()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/
H A DOgreGLHardwarePixelBuffer.cpp105 if(!mBuffer.contains(dstBox)) in blitFromMemory()
135 upload(scaled, dstBox); in blitFromMemory()
693 …mGLSupport.getStateCacheManager()->setViewport(dstBox.left, dstBox.top, dstBox.getWidth(), dstBox.… in blitFromTexture()
697 for(uint32 slice=dstBox.front; slice<dstBox.back; ++slice) in blitFromTexture()
710 float w = (float)(slice - dstBox.front) / (float)dstBox.getDepth(); in blitFromTexture()
739 dstBox.left, in blitFromTexture()
745 dstBox.left, dstBox.top, in blitFromTexture()
746 0, 0, dstBox.getWidth(), dstBox.getHeight()); in blitFromTexture()
751 dstBox.left, dstBox.top, slice, in blitFromTexture()
752 0, 0, dstBox.getWidth(), dstBox.getHeight()); in blitFromTexture()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/
H A DOgreGL3PlusHardwarePixelBuffer.cpp102 if (!mBuffer.contains(dstBox)) in blitFromMemory()
136 upload(scaled, dstBox); in blitFromMemory()
707 dstBox.getWidth(), dstBox.getHeight(), in blitFromTexture()
715 OGRE_CHECK_GL_ERROR(glViewport(0, 0, dstBox.getWidth(), dstBox.getHeight())); in blitFromTexture()
720 … OGRE_CHECK_GL_ERROR(glViewport(dstBox.left, dstBox.top, dstBox.getWidth(), dstBox.getHeight())); in blitFromTexture()
724 for(uint32 slice = dstBox.front; slice < dstBox.back; ++slice) in blitFromTexture()
741 float w = (float)(slice - dstBox.front) / (float)dstBox.getDepth(); in blitFromTexture()
814 dstBox.left, dstBox.top, in blitFromTexture()
815 0, 0, dstBox.getWidth(), dstBox.getHeight())); in blitFromTexture()
820 dstBox.left, dstBox.top, slice, in blitFromTexture()
[all …]
/dports/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9/src/
H A Dsavage_video.c1509 dstBox->x1 = (dstBox->x1 * psav->XExp1) / psav->XExp2; in SavageDisplayVideoOld()
1510 dstBox->y1 = (dstBox->y1 * psav->YExp1) / psav->YExp2; in SavageDisplayVideoOld()
1511 dstBox->x2 = (dstBox->x2 * psav->XExp1) / psav->XExp2; in SavageDisplayVideoOld()
1720 | (dstBox->y2 - dstBox->y1) ); in SavageDisplayVideoNew()
1727 | (dstBox->y2 - dstBox->y1) ); in SavageDisplayVideoNew()
1734 | (dstBox->y2 - dstBox->y1) ); in SavageDisplayVideoNew()
1741 | (dstBox->y2 - dstBox->y1) ); in SavageDisplayVideoNew()
1809 SRCSIZE((dstBox->x2-dstBox->x1), (dstBox->y2-dstBox->y1))); in SavageDisplayVideo2000()
1846 WH_2000((dstBox->x2-dstBox->x1),(dstBox->y2-dstBox->y1))); in SavageDisplayVideo2000()
1929 drw_w = dstBox.x2 - dstBox.x1; in SavagePutImage()
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/rend2/
H A Dtr_postprocess.c27 ivec4_t srcBox, dstBox; in RB_ToneMap() local
41 VectorSet4(dstBox, 0, 0, size, size); in RB_ToneMap()
54 VectorSet4(dstBox, 0, 0, size, size); in RB_ToneMap()
154 FBO_Blit(tr.quarterFbo[0], NULL, NULL, dst, dstBox, NULL, NULL, 0); in RB_BokehBlur()
229 ivec4_t srcBox, dstBox; in RB_RadialBlur() local
244 VectorSet4(dstBox, x, y, w, h); in RB_RadialBlur()
245 FBO_Blit(srcFbo, srcBox, NULL, dstFbo, dstBox, NULL, color, 0); in RB_RadialBlur()
414 ivec4_t srcBox, dstBox; in RB_BlurAxis() local
419 VectorSet4(dstBox, 0, 0, dstFbo->width, dstFbo->height); in RB_BlurAxis()
420 FBO_Blit(srcFbo, srcBox, NULL, dstFbo, dstBox, NULL, color, 0); in RB_BlurAxis()
[all …]
H A Dtr_fbo.c488 ivec4_t dstBox; in FBO_BlitFromTexture() local
524 dstBox[0] = inDstBox[0]; in FBO_BlitFromTexture()
526 dstBox[2] = inDstBox[0] + inDstBox[2]; in FBO_BlitFromTexture()
527 dstBox[3] = height - inDstBox[1]; in FBO_BlitFromTexture()
531 VectorSet4(dstBox, 0, height, width, 0); in FBO_BlitFromTexture()
568 VectorSet4(quadVerts[0], dstBox[0], dstBox[1], 0.0f, 1.0f); in FBO_BlitFromTexture()
569 VectorSet4(quadVerts[1], dstBox[2], dstBox[1], 0.0f, 1.0f); in FBO_BlitFromTexture()
570 VectorSet4(quadVerts[2], dstBox[2], dstBox[3], 0.0f, 1.0f); in FBO_BlitFromTexture()
571 VectorSet4(quadVerts[3], dstBox[0], dstBox[3], 0.0f, 1.0f); in FBO_BlitFromTexture()
642 if (!dstBox) in FBO_FastBlit()
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/rend2/
H A Dtr_postprocess.c27 ivec4_t srcBox, dstBox; in RB_ToneMap() local
41 VectorSet4(dstBox, 0, 0, size, size); in RB_ToneMap()
54 VectorSet4(dstBox, 0, 0, size, size); in RB_ToneMap()
154 FBO_Blit(tr.quarterFbo[0], NULL, NULL, dst, dstBox, NULL, NULL, 0); in RB_BokehBlur()
229 ivec4_t srcBox, dstBox; in RB_RadialBlur() local
244 VectorSet4(dstBox, x, y, w, h); in RB_RadialBlur()
245 FBO_Blit(srcFbo, srcBox, NULL, dstFbo, dstBox, NULL, color, 0); in RB_RadialBlur()
414 ivec4_t srcBox, dstBox; in RB_BlurAxis() local
419 VectorSet4(dstBox, 0, 0, dstFbo->width, dstFbo->height); in RB_BlurAxis()
420 FBO_Blit(srcFbo, srcBox, NULL, dstFbo, dstBox, NULL, color, 0); in RB_BlurAxis()
[all …]
H A Dtr_fbo.c488 ivec4_t dstBox; in FBO_BlitFromTexture() local
524 dstBox[0] = inDstBox[0]; in FBO_BlitFromTexture()
526 dstBox[2] = inDstBox[0] + inDstBox[2]; in FBO_BlitFromTexture()
527 dstBox[3] = height - inDstBox[1]; in FBO_BlitFromTexture()
531 VectorSet4(dstBox, 0, height, width, 0); in FBO_BlitFromTexture()
568 VectorSet4(quadVerts[0], dstBox[0], dstBox[1], 0.0f, 1.0f); in FBO_BlitFromTexture()
569 VectorSet4(quadVerts[1], dstBox[2], dstBox[1], 0.0f, 1.0f); in FBO_BlitFromTexture()
570 VectorSet4(quadVerts[2], dstBox[2], dstBox[3], 0.0f, 1.0f); in FBO_BlitFromTexture()
571 VectorSet4(quadVerts[3], dstBox[0], dstBox[3], 0.0f, 1.0f); in FBO_BlitFromTexture()
642 if (!dstBox) in FBO_FastBlit()
[all …]
/dports/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.9/src/
H A Dsmi_video.c1245 WRITE_VPR(pSmi, 0x14, dstBox.x1 + (dstBox.y1 << 16)); in SMI_PutVideo()
1247 WRITE_VPR(pSmi, 0x18, dstBox.x2 + (dstBox.y2 << 16)); in SMI_PutVideo()
1255 WRITE_VPR(pSmi, 0x28, dstBox.x1 + (dstBox.y1 << 16)); in SMI_PutVideo()
1257 WRITE_VPR(pSmi, 0x2C, dstBox.x2 + (dstBox.y2 << 16)); in SMI_PutVideo()
1741 BoxPtr dstBox, in SMI_DisplayVideo() argument
1790 WRITE_VPR(pSmi, 0x14, (dstBox->x1) | (dstBox->y1 << 16)); in SMI_DisplayVideo()
1791 WRITE_VPR(pSmi, 0x18, (dstBox->x2) | (dstBox->y2 << 16)); in SMI_DisplayVideo()
1974 WRITE_DCR(pSmi, 0x0050, dstBox->x1 | (dstBox->y1 << 16)); in SMI_DisplayVideo0501()
1975 WRITE_DCR(pSmi, 0x0054, dstBox->x2 | (dstBox->y2 << 16)); in SMI_DisplayVideo0501()
2001 BoxPtr dstBox, in SMI_DisplayVideo0730() argument
[all …]
/dports/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.9/src/
H A Dpm3_video.c694 BoxPtr dstBox, in Permedia3DisplayVideo() argument
705 x1 = drw_w - dstBox->x2; in Permedia3DisplayVideo()
706 drw_w = dstBox->x2; in Permedia3DisplayVideo()
709 x2 = drw_w - (dstBox->x2 - dstBox->x1); in Permedia3DisplayVideo()
710 drw_w = (dstBox->x2 - dstBox->x1); in Permedia3DisplayVideo()
811 BoxRec dstBox; in Permedia3PutImage() local
886 dstBox.x1 = drw_x; in Permedia3PutImage()
888 dstBox.y1 = drw_y; in Permedia3PutImage()
1119 BoxRec dstBox; in Permedia3DisplaySurface() local
1126 dstBox.x1 = drw_x; in Permedia3DisplaySurface()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreHardwarePixelBuffer.cpp108 …::blit(const HardwarePixelBufferSharedPtr &src, const Image::Box &srcBox, const Image::Box &dstBox) in blit() argument
125 if(dstBox.left == 0 && dstBox.top == 0 && dstBox.front == 0 && in blit()
126 dstBox.right == mWidth && dstBox.bottom == mHeight && in blit()
127 dstBox.back == mDepth) in blit()
131 const PixelBox &dstlock = lock(dstBox, method); in blit()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/
H A DOgreGLES2HardwarePixelBuffer.cpp126 if (!mBuffer.contains(dstBox)) in blitFromMemory()
137 src.getDepth() != dstBox.getDepth()) in blitFromMemory()
182 upload(scaled, dstBox); in blitFromMemory()
870 … GLES2PixelUtil::optionalPO2(dstBox.getWidth()), GLES2PixelUtil::optionalPO2(dstBox.getHeight()), in blitFromTexture()
875 OGRE_CHECK_GL_ERROR(glViewport(0, 0, dstBox.getWidth(), dstBox.getHeight())); in blitFromTexture()
880 … OGRE_CHECK_GL_ERROR(glViewport(dstBox.left, dstBox.top, dstBox.getWidth(), dstBox.getHeight())); in blitFromTexture()
884 for(size_t slice = dstBox.front; slice < dstBox.back; ++slice) in blitFromTexture()
898 float w = (float)(slice - dstBox.front) / (float)dstBox.getDepth(); in blitFromTexture()
965 dstBox.left, dstBox.top, in blitFromTexture()
966 0, 0, dstBox.getWidth(), dstBox.getHeight())); in blitFromTexture()
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreHardwarePixelBuffer.cpp107 …arePixelBuffer::blit(const HardwarePixelBufferSharedPtr &src, const Box &srcBox, const Box &dstBox) in blit() argument
124 if(dstBox.left == 0 && dstBox.top == 0 && dstBox.front == 0 && in blit()
125 dstBox.right == mWidth && dstBox.bottom == mHeight && in blit()
126 dstBox.back == mDepth) in blit()
130 const PixelBox &dstlock = lock(dstBox, method); in blit()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Terrain/src/
H A DOgreTerrainLayerBlendMap.cpp210 void TerrainLayerBlendMap::blit(const PixelBox &src, const Box &dstBox) in blit() argument
214 if (srcBox->getWidth() != dstBox.getWidth() || srcBox->getHeight() != dstBox.getHeight()) in blit()
217 void* tmpData = OGRE_MALLOC(dstBox.getWidth() * dstBox.getHeight(), MEMCATEGORY_GENERAL); in blit()
218 srcBox = OGRE_NEW PixelBox(dstBox.getWidth(), dstBox.getHeight(), 1, PF_L8, tmpData); in blit()
224 PixelBox dstMemBox(dstBox, PF_L8, mData); in blit()
235 Rect dRect(dstBox.left, dstBox.top, dstBox.right, dstBox.bottom); in blit()
/dports/graphics/ogre3d/ogre-1.11.6/Components/Terrain/src/
H A DOgreTerrainLayerBlendMap.cpp210 void TerrainLayerBlendMap::blit(const PixelBox &src, const Box &dstBox) in blit() argument
214 if (srcBox->getWidth() != dstBox.getWidth() || srcBox->getHeight() != dstBox.getHeight()) in blit()
217 … void* tmpData = OGRE_MALLOC(dstBox.getWidth() * dstBox.getHeight(), MEMCATEGORY_GENERAL); in blit()
218 srcBox = OGRE_NEW PixelBox(dstBox.getWidth(), dstBox.getHeight(), 1, PF_L8, tmpData); in blit()
224 PixelBox dstMemBox(dstBox, PF_L8, mData); in blit()
235 Rect dRect(dstBox.left, dstBox.top, dstBox.right, dstBox.bottom); in blit()
/dports/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.21/src/
H A Dnv_video.c478 BoxPtr dstBox, in NVPutOverlayImage() argument
518 pNv->PMC[(0x8948/4) + buffer] = (dstBox->y1 << 16) | dstBox->x1; in NVPutOverlayImage()
519 pNv->PMC[(0x8950/4) + buffer] = ((dstBox->y2 - dstBox->y1) << 16) | in NVPutOverlayImage()
520 (dstBox->x2 - dstBox->x1); in NVPutOverlayImage()
544 BoxPtr dstBox, in NVPutBlitImage() argument
567 size = ((dstBox->y2 - dstBox->y1) << 16) | (dstBox->x2 - dstBox->x1); in NVPutBlitImage()
568 point = (dstBox->y1 << 16) | dstBox->x1; in NVPutBlitImage()
1016 BoxRec dstBox; in NVPutImage() local
1048 dstBox.x1 = drw_x; in NVPutImage()
1050 dstBox.y1 = drw_y; in NVPutImage()
[all …]
/dports/multimedia/libxine/xine-lib-1.2.11/contrib/vidix/drivers/
H A Dsis_vid.c82 BoxRec dstBox; member
713 if ((overlay.dstBox.x1 > overlay.dstBox.x2) || in vixConfigPlayback()
714 (overlay.dstBox.y1 > overlay.dstBox.y2)) in vixConfigPlayback()
717 if ((overlay.dstBox.x2 < 0) || (overlay.dstBox.y2 < 0)) in vixConfigPlayback()
720 if (overlay.dstBox.x1 < 0) { in vixConfigPlayback()
722 overlay.dstBox.x1 = 0; in vixConfigPlayback()
726 overlay.dstBox.y1 = 0; in vixConfigPlayback()
1012 top = pOverlay->dstBox.y1; in set_overlay()
1018 left = pOverlay->dstBox.x1; in set_overlay()
1212 int dstW = pOverlay->dstBox.x2 - pOverlay->dstBox.x1; in calc_scale_factor()
[all …]

1234567