Home
last modified time | relevance | path

Searched refs:sourceX (Results 1 – 25 of 253) sorted by relevance

1234567891011

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/he/moonbase/
H A Dai_defenseunit.h90 …virtual Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int s…
101 Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY);
112 Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY);
123 Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY);
134 Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY);
145 Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY);
156 Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY);
167 Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY);
178 Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY);
189 Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY);
H A Dai_defenseunit.cpp57 Common::Point *AntiAirUnit::createTargetPos(int index, int distance, int weaponType, int sourceX, i… in createTargetPos() argument
83 targetPos->x = (int16)(getPosX() - ratio * (getPosX() - sourceX)); in createTargetPos()
91 double x1 = static_cast<double>(sourceX); in createTargetPos()
108 targetPos->x = (int16)(sourceX + ratio * (getPosX() - sourceX)); in createTargetPos()
159 Common::Point *ShieldUnit::createTargetPos(int index, int distance, int weaponType, int sourceX, in… in createTargetPos() argument
183 int thisX = (static_cast<int>(sourceX + ratio * (getPosX() - sourceX)) + maxX) % maxX; in createTargetPos()
192 double x1 = static_cast<double>(sourceX); in createTargetPos()
209 targetPos->x = (int16)(sourceX + ratio * (getPosX() - sourceX)); in createTargetPos()
268 Common::Point *MineUnit::createTargetPos(int index, int distance, int weaponType, int sourceX, int … in createTargetPos() argument
285 targetPos->x = (int16)(sourceX + ratio * (getPosX() - sourceX)); in createTargetPos()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/he/moonbase/
H A Dai_defenseunit.h90 …virtual Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int s…
101 …Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY) …
112 …Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY) …
123 …Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY) …
134 …Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY) …
145 …Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY) …
156 …Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY) …
167 …Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY) …
178 …Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY) …
189 …Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY) …
H A Dai_defenseunit.cpp57 Common::Point *AntiAirUnit::createTargetPos(int index, int distance, int weaponType, int sourceX, i… in createTargetPos() argument
83 targetPos->x = (int16)(getPosX() - ratio * (getPosX() - sourceX)); in createTargetPos()
91 double x1 = static_cast<double>(sourceX); in createTargetPos()
108 targetPos->x = (int16)(sourceX + ratio * (getPosX() - sourceX)); in createTargetPos()
159 Common::Point *ShieldUnit::createTargetPos(int index, int distance, int weaponType, int sourceX, in… in createTargetPos() argument
183 int thisX = (static_cast<int>(sourceX + ratio * (getPosX() - sourceX)) + maxX) % maxX; in createTargetPos()
192 double x1 = static_cast<double>(sourceX); in createTargetPos()
209 targetPos->x = (int16)(sourceX + ratio * (getPosX() - sourceX)); in createTargetPos()
268 Common::Point *MineUnit::createTargetPos(int index, int distance, int weaponType, int sourceX, int … in createTargetPos() argument
285 targetPos->x = (int16)(sourceX + ratio * (getPosX() - sourceX)); in createTargetPos()
[all …]
/dports/multimedia/obs-studio/obs-studio-27.1.3/UI/
H A Dwindow-projector.cpp288 window->sourceX = window->pvwprgCX; in OBSRenderMultiview()
291 window->sourceX += window->scenesCX; in OBSRenderMultiview()
294 window->sourceX = 0; in OBSRenderMultiview()
297 window->sourceX = window->scenesCX; in OBSRenderMultiview()
304 window->sourceX = in OBSRenderMultiview()
314 window->sourceX = in OBSRenderMultiview()
327 window->sourceX = in OBSRenderMultiview()
338 window->sourceX = window->thickness; in OBSRenderMultiview()
358 window->sourceX = window->thickness; in OBSRenderMultiview()
368 window->sourceX = window->thickness; in OBSRenderMultiview()
[all …]
/dports/graphics/pstoedit/pstoedit-3.70/src/
H A Ddrvcairo.cpp641 const long sourceX = (long) (currPoint.x_ + .5); in show_image() local
645 if (sourceX >= 0L && (unsigned long) sourceX < image.width && in show_image()
655 r = g = b = image.getComponent(sourceX, sourceY, 0); in show_image()
659 r = image.getComponent(sourceX, sourceY, 0); in show_image()
660 g = image.getComponent(sourceX, sourceY, 1); in show_image()
661 b = image.getComponent(sourceX, sourceY, 2); in show_image()
665 c = image.getComponent(sourceX, sourceY, 0); in show_image()
666 m = image.getComponent(sourceX, sourceY, 1); in show_image()
667 y = image.getComponent(sourceX, sourceY, 2); in show_image()
668 k = image.getComponent(sourceX, sourceY, 3); in show_image()
H A Ddrvsvm.cpp848 const long int sourceX = (long int) (currPoint.x_ + .5); in show_image() local
852 if (sourceX >= 0L && (unsigned long) sourceX < image.width && in show_image()
862 r = g = b = image.getComponent(sourceX, sourceY, 0); in show_image()
866 r = image.getComponent(sourceX, sourceY, 0); in show_image()
867 g = image.getComponent(sourceX, sourceY, 1); in show_image()
868 b = image.getComponent(sourceX, sourceY, 2); in show_image()
872 unsigned char C = image.getComponent(sourceX, sourceY, 0); in show_image()
873 unsigned char M = image.getComponent(sourceX, sourceY, 1); in show_image()
874 unsigned char Y = image.getComponent(sourceX, sourceY, 2); in show_image()
875 unsigned char K = image.getComponent(sourceX, sourceY, 3); in show_image()
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dvideo_out_gl.cpp182 int sourceX = col * textureArea; in InitTextures() local
184 ti.sourceW = std::min(frameWidth - sourceX, maxTextureSize); in InitTextures()
189 ti.dataOffset = sourceY * frameWidth * bpp + sourceX * bpp; in InitTextures()
200 float x1 = sourceX + (col != 0); in InitTextures()
202 float x2 = sourceX + textureWidth - (col != lastCol); in InitTextures()
/dports/net-im/cutegram/Cutegram-2.7.1-stable/Cutegram/asemantools/qml/AsemanTools/
H A DMenuController.qml160 var sourceX = menuWidth*ratio/2
162 sourceX = -sourceX
164 source.x = sourceX
/dports/editors/impress/impress-1.1b9/pstoedit_3.21/src/
H A Ddrvmet.cpp702 const long sourceX = (long)(currPoint.x_ + .5); in show_image() local
706 if( sourceX >= 0L && (unsigned long) sourceX < image.width && in show_image()
718 r = g = b = image.getComponent(sourceX,sourceY,0); in show_image()
722 r = image.getComponent(sourceX,sourceY,0); in show_image()
723 g = image.getComponent(sourceX,sourceY,1); in show_image()
724 b = image.getComponent(sourceX,sourceY,2); in show_image()
728 c = image.getComponent(sourceX,sourceY,0); in show_image()
729 m = image.getComponent(sourceX,sourceY,1); in show_image()
730 y = image.getComponent(sourceX,sourceY,2); in show_image()
731 k = image.getComponent(sourceX,sourceY,3); in show_image()
H A Ddrvwmf.cpp1186 const long sourceX = (long)(currPoint.x_ + .5); in show_image() local
1190 if( sourceX >= 0L && (unsigned long) sourceX < image.width && in show_image()
1202 r = g = b = image.getComponent(sourceX,sourceY,0); in show_image()
1206 r = image.getComponent(sourceX,sourceY,0); in show_image()
1207 g = image.getComponent(sourceX,sourceY,1); in show_image()
1208 b = image.getComponent(sourceX,sourceY,2); in show_image()
1212 c = image.getComponent(sourceX,sourceY,0); in show_image()
1213 m = image.getComponent(sourceX,sourceY,1); in show_image()
1214 y = image.getComponent(sourceX,sourceY,2); in show_image()
1215 k = image.getComponent(sourceX,sourceY,3); in show_image()
/dports/misc/mnn/MNN-1.2.0/source/backend/vulkan/execution/glslbackup/
H A Dcol2ImUint8.comp30 int sourceX = sourceXIndex / 4;
33 uvec4 color = texelFetch(uInput, ivec2(sourceX, sourceY), 0);
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DDragOverS.c402 Position sourceX; member
429 Position sourceX, in CacheMixedIcon() argument
454 cache_ptr->sourceX = sourceX; in CacheMixedIcon()
490 Position sourceX, in GetMixedIcon() argument
508 cache_ptr->sourceX == sourceX && in GetMixedIcon()
989 Position sourceX = 0; in BlendIcon() local
1041 sourceX, sourceY, in BlendIcon()
1098 sourceX, sourceY, in BlendIcon()
1106 sourceX, sourceY, in BlendIcon()
1350 sourceX -= minX; in MixIcons()
[all …]
/dports/misc/mnn/MNN-1.2.0/source/backend/opengl/glsl/
H A Dcol2im.glsl25 int sourceX = sourceXIndex / 4;
29 color += texelFetch(uInput, ivec2(sourceX, sourceY), 0);
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Droqvideoenc.c130 int sourceX, sourceY; member
283 enc->cel_evals[n ].sourceX = x + (i&1)*8; in create_cel_evals()
499 int index = cel->sourceY * roq->width / 64 + cel->sourceX/8; in gather_data_for_cel()
508 eval_motion_dist(enc, cel->sourceX, cel->sourceY, in gather_data_for_cel()
516 cel->sourceX, cel->sourceY, in gather_data_for_cel()
517 cel->sourceX, cel->sourceY, in gather_data_for_cel()
523 get_frame_mb(enc->frame_to_enc, cel->sourceX, cel->sourceY, mb8, 8); in gather_data_for_cel()
529 gather_data_for_subcel(cel->subCels + 0, cel->sourceX+0, cel->sourceY+0, enc); in gather_data_for_cel()
530 gather_data_for_subcel(cel->subCels + 1, cel->sourceX+4, cel->sourceY+0, enc); in gather_data_for_cel()
531 gather_data_for_subcel(cel->subCels + 2, cel->sourceX+0, cel->sourceY+4, enc); in gather_data_for_cel()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Droqvideoenc.c208 int sourceX, sourceY; member
258 tempData->cel_evals[n ].sourceX = x + (i&1)*8; in create_cel_evals()
469 int index = cel->sourceY*enc->width/64 + cel->sourceX/8; in gather_data_for_cel()
478 eval_motion_dist(enc, cel->sourceX, cel->sourceY, in gather_data_for_cel()
486 cel->sourceX, cel->sourceY, in gather_data_for_cel()
487 cel->sourceX, cel->sourceY, in gather_data_for_cel()
493 get_frame_mb(enc->frame_to_enc, cel->sourceX, cel->sourceY, mb8, 8); in gather_data_for_cel()
499 gather_data_for_subcel(cel->subCels + 0, cel->sourceX+0, cel->sourceY+0, enc, tempData); in gather_data_for_cel()
500 gather_data_for_subcel(cel->subCels + 1, cel->sourceX+4, cel->sourceY+0, enc, tempData); in gather_data_for_cel()
501 gather_data_for_subcel(cel->subCels + 2, cel->sourceX+0, cel->sourceY+4, enc, tempData); in gather_data_for_cel()
[all …]
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Droqvideoenc.c205 int sourceX, sourceY; member
255 tempData->cel_evals[n ].sourceX = x + (i&1)*8; in create_cel_evals()
466 int index = cel->sourceY*enc->width/64 + cel->sourceX/8; in gather_data_for_cel()
475 eval_motion_dist(enc, cel->sourceX, cel->sourceY, in gather_data_for_cel()
483 cel->sourceX, cel->sourceY, in gather_data_for_cel()
484 cel->sourceX, cel->sourceY, in gather_data_for_cel()
490 get_frame_mb(enc->frame_to_enc, cel->sourceX, cel->sourceY, mb8, 8); in gather_data_for_cel()
496 gather_data_for_subcel(cel->subCels + 0, cel->sourceX+0, cel->sourceY+0, enc, tempData); in gather_data_for_cel()
497 gather_data_for_subcel(cel->subCels + 1, cel->sourceX+4, cel->sourceY+0, enc, tempData); in gather_data_for_cel()
498 gather_data_for_subcel(cel->subCels + 2, cel->sourceX+0, cel->sourceY+4, enc, tempData); in gather_data_for_cel()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Droqvideoenc.c130 int sourceX, sourceY; member
283 enc->cel_evals[n ].sourceX = x + (i&1)*8; in create_cel_evals()
499 int index = cel->sourceY * roq->width / 64 + cel->sourceX/8; in gather_data_for_cel()
508 eval_motion_dist(enc, cel->sourceX, cel->sourceY, in gather_data_for_cel()
516 cel->sourceX, cel->sourceY, in gather_data_for_cel()
517 cel->sourceX, cel->sourceY, in gather_data_for_cel()
523 get_frame_mb(enc->frame_to_enc, cel->sourceX, cel->sourceY, mb8, 8); in gather_data_for_cel()
529 gather_data_for_subcel(cel->subCels + 0, cel->sourceX+0, cel->sourceY+0, enc); in gather_data_for_cel()
530 gather_data_for_subcel(cel->subCels + 1, cel->sourceX+4, cel->sourceY+0, enc); in gather_data_for_cel()
531 gather_data_for_subcel(cel->subCels + 2, cel->sourceX+0, cel->sourceY+4, enc); in gather_data_for_cel()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Droqvideoenc.c206 int sourceX, sourceY; member
257 tempData->cel_evals[n ].sourceX = x + (i&1)*8; in create_cel_evals()
470 int index = cel->sourceY*enc->width/64 + cel->sourceX/8; in gather_data_for_cel()
479 eval_motion_dist(enc, cel->sourceX, cel->sourceY, in gather_data_for_cel()
487 cel->sourceX, cel->sourceY, in gather_data_for_cel()
488 cel->sourceX, cel->sourceY, in gather_data_for_cel()
494 get_frame_mb(enc->frame_to_enc, cel->sourceX, cel->sourceY, mb8, 8); in gather_data_for_cel()
500 gather_data_for_subcel(cel->subCels + 0, cel->sourceX+0, cel->sourceY+0, enc, tempData); in gather_data_for_cel()
501 gather_data_for_subcel(cel->subCels + 1, cel->sourceX+4, cel->sourceY+0, enc, tempData); in gather_data_for_cel()
502 gather_data_for_subcel(cel->subCels + 2, cel->sourceX+0, cel->sourceY+4, enc, tempData); in gather_data_for_cel()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Droqvideoenc.c206 int sourceX, sourceY; member
257 tempData->cel_evals[n ].sourceX = x + (i&1)*8; in create_cel_evals()
470 int index = cel->sourceY*enc->width/64 + cel->sourceX/8; in gather_data_for_cel()
479 eval_motion_dist(enc, cel->sourceX, cel->sourceY, in gather_data_for_cel()
487 cel->sourceX, cel->sourceY, in gather_data_for_cel()
488 cel->sourceX, cel->sourceY, in gather_data_for_cel()
494 get_frame_mb(enc->frame_to_enc, cel->sourceX, cel->sourceY, mb8, 8); in gather_data_for_cel()
500 gather_data_for_subcel(cel->subCels + 0, cel->sourceX+0, cel->sourceY+0, enc, tempData); in gather_data_for_cel()
501 gather_data_for_subcel(cel->subCels + 1, cel->sourceX+4, cel->sourceY+0, enc, tempData); in gather_data_for_cel()
502 gather_data_for_subcel(cel->subCels + 2, cel->sourceX+0, cel->sourceY+4, enc, tempData); in gather_data_for_cel()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Droqvideoenc.c208 int sourceX, sourceY; member
258 tempData->cel_evals[n ].sourceX = x + (i&1)*8; in create_cel_evals()
469 int index = cel->sourceY*enc->width/64 + cel->sourceX/8; in gather_data_for_cel()
478 eval_motion_dist(enc, cel->sourceX, cel->sourceY, in gather_data_for_cel()
486 cel->sourceX, cel->sourceY, in gather_data_for_cel()
487 cel->sourceX, cel->sourceY, in gather_data_for_cel()
493 get_frame_mb(enc->frame_to_enc, cel->sourceX, cel->sourceY, mb8, 8); in gather_data_for_cel()
499 gather_data_for_subcel(cel->subCels + 0, cel->sourceX+0, cel->sourceY+0, enc, tempData); in gather_data_for_cel()
500 gather_data_for_subcel(cel->subCels + 1, cel->sourceX+4, cel->sourceY+0, enc, tempData); in gather_data_for_cel()
501 gather_data_for_subcel(cel->subCels + 2, cel->sourceX+0, cel->sourceY+4, enc, tempData); in gather_data_for_cel()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Droqvideoenc.c206 int sourceX, sourceY; member
257 tempData->cel_evals[n ].sourceX = x + (i&1)*8; in create_cel_evals()
470 int index = cel->sourceY*enc->width/64 + cel->sourceX/8; in gather_data_for_cel()
479 eval_motion_dist(enc, cel->sourceX, cel->sourceY, in gather_data_for_cel()
487 cel->sourceX, cel->sourceY, in gather_data_for_cel()
488 cel->sourceX, cel->sourceY, in gather_data_for_cel()
494 get_frame_mb(enc->frame_to_enc, cel->sourceX, cel->sourceY, mb8, 8); in gather_data_for_cel()
500 gather_data_for_subcel(cel->subCels + 0, cel->sourceX+0, cel->sourceY+0, enc, tempData); in gather_data_for_cel()
501 gather_data_for_subcel(cel->subCels + 1, cel->sourceX+4, cel->sourceY+0, enc, tempData); in gather_data_for_cel()
502 gather_data_for_subcel(cel->subCels + 2, cel->sourceX+0, cel->sourceY+4, enc, tempData); in gather_data_for_cel()
[all …]
/dports/textproc/fcitx5/fcitx5-5.0.11/test/
H A Dtestevent.cpp55 std::unique_ptr<EventSource> sourceX( in main() local
65 sourceX->setEnabled(true); in main()
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/examples/latticegas/
H A Dinteractivesimulatorcpu.cpp46 int sourceX = x * simParamsHost.modelWidth / outputFrameWidth; in renderOutput() local
48 int sourceOffset = sourceY * simParamsHost.modelWidth + sourceX; in renderOutput()
/dports/misc/mnn/MNN-1.2.0/source/backend/vulkan/execution/glsl/
H A DdeconvCol2Im.comp34 int sourceX = sourceXIndex / 4;
39 imageStore(uOutput, ivec2(sourceY, sourceX), color);

1234567891011