Home
last modified time | relevance | path

Searched refs:sz_x (Results 1 – 25 of 28) sorted by relevance

12

/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/mrf/
H A Dmrf_overview.cpp320 int sz_x = 2*tsz_x ,sz_y = 2*tsz_y ;
330 sz_x = bsrc->GetXSize() - src_offset_x * tsz_x;
352 sz_x, sz_y, // Size in output image
353 buffer.data(), sz_x, sz_y, // Buffer and size in buffer
421 sz_x = tsz_x;
424 if ( bdst->GetXSize() < dst_offset_x * sz_x + sz_x )
425 sz_x = bdst->GetXSize() - dst_offset_x * sz_x;
430 sz_x, sz_y, // Size in output image
431 buffer.data(), sz_x, sz_y, // Buffer and size in buffer
/dports/graphics/gdal/gdal-3.3.3/frmts/mrf/
H A Dmrf_overview.cpp320 int sz_x = 2*tsz_x ,sz_y = 2*tsz_y ; in PatchOverview() local
330 sz_x = bsrc->GetXSize() - src_offset_x * tsz_x; in PatchOverview()
352 sz_x, sz_y, // Size in output image in PatchOverview()
353 buffer.data(), sz_x, sz_y, // Buffer and size in buffer in PatchOverview()
421 sz_x = tsz_x; in PatchOverview()
424 if ( bdst->GetXSize() < dst_offset_x * sz_x + sz_x ) in PatchOverview()
425 sz_x = bdst->GetXSize() - dst_offset_x * sz_x; in PatchOverview()
430 sz_x, sz_y, // Size in output image in PatchOverview()
431 buffer.data(), sz_x, sz_y, // Buffer and size in buffer in PatchOverview()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/mrf/
H A Dmrf_overview.cpp320 int sz_x = 2*tsz_x ,sz_y = 2*tsz_y ; in PatchOverview() local
330 sz_x = bsrc->GetXSize() - src_offset_x * tsz_x; in PatchOverview()
352 sz_x, sz_y, // Size in output image in PatchOverview()
353 buffer.data(), sz_x, sz_y, // Buffer and size in buffer in PatchOverview()
421 sz_x = tsz_x; in PatchOverview()
424 if ( bdst->GetXSize() < dst_offset_x * sz_x + sz_x ) in PatchOverview()
425 sz_x = bdst->GetXSize() - dst_offset_x * sz_x; in PatchOverview()
430 sz_x, sz_y, // Size in output image in PatchOverview()
431 buffer.data(), sz_x, sz_y, // Buffer and size in buffer in PatchOverview()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/test/xi2/
H A Dprotocol-common.h41 assert((len) >= sz_x##type##Reply); \
45 assert((rep)->length >= (sz_x##type##Reply - 32)/4); \
53 (req)->length = (sz_x##type##Req >> 2); \
/dports/x11-servers/xwayland/xorg-server-1.20.13/test/xi2/
H A Dprotocol-common.h41 assert((len) >= sz_x##type##Reply); \
45 assert((rep)->length >= (sz_x##type##Reply - 32)/4); \
53 (req)->length = (sz_x##type##Req >> 2); \
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/test/xi2/
H A Dprotocol-common.h41 assert((len) >= sz_x##type##Reply); \
45 assert((rep)->length >= (sz_x##type##Reply - 32)/4); \
53 (req)->length = (sz_x##type##Req >> 2); \
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/test/xi2/
H A Dprotocol-common.h41 assert((len) >= sz_x##type##Reply); \
45 assert((rep)->length >= (sz_x##type##Reply - 32)/4); \
53 (req)->length = (sz_x##type##Req >> 2); \
/dports/x11-servers/xorg-server/xorg-server-1.20.13/test/xi2/
H A Dprotocol-common.h41 assert((len) >= sz_x##type##Reply); \
45 assert((rep)->length >= (sz_x##type##Reply - 32)/4); \
53 (req)->length = (sz_x##type##Req >> 2); \
/dports/x11-servers/xephyr/xorg-server-1.20.13/test/xi2/
H A Dprotocol-common.h41 assert((len) >= sz_x##type##Reply); \
45 assert((rep)->length >= (sz_x##type##Reply - 32)/4); \
53 (req)->length = (sz_x##type##Req >> 2); \
/dports/x11-servers/xarcan/xarcan-0.6.0/test/xi2/
H A Dprotocol-common.h41 assert((len) >= sz_x##type##Reply); \
45 assert((rep)->length >= (sz_x##type##Reply - 32)/4); \
53 (req)->length = (sz_x##type##Req >> 2); \
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/test/xi2/
H A Dprotocol-common.h41 assert((len) >= sz_x##type##Reply); \
45 assert((rep)->length >= (sz_x##type##Reply - 32)/4); \
53 (req)->length = (sz_x##type##Req >> 2); \
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/test/xi2/
H A Dprotocol-common.h41 assert((len) >= sz_x##type##Reply); \
45 assert((rep)->length >= (sz_x##type##Reply - 32)/4); \
53 (req)->length = (sz_x##type##Req >> 2); \
/dports/math/ntl/ntl-11.5.1/src/
H A DWordVector.cpp129 long sz_x = x.length(); in CopySwap() local
131 long sz = (sz_x > sz_y) ? sz_x : sz_y; in CopySwap()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/android/jni/
H A Dapp-android.cpp1217 void correctRatio(int &sz_x, int &sz_y, float scale) { in correctRatio() argument
1218 float x = (float)sz_x; in correctRatio()
1243 sz_x = x; in correctRatio()
1245 INFO_LOG(G3D, "Corrected ratio: %dx%d", sz_x, sz_y); in correctRatio()
1248 void getDesiredBackbufferSize(int &sz_x, int &sz_y) { in getDesiredBackbufferSize() argument
1249 sz_x = display_xres; in getDesiredBackbufferSize()
1254 correctRatio(sz_x, sz_y, scale); in getDesiredBackbufferSize()
1256 sz_x = 0; in getDesiredBackbufferSize()
/dports/emulators/ppsspp/ppsspp-1.12.3/android/jni/
H A Dapp-android.cpp1217 void correctRatio(int &sz_x, int &sz_y, float scale) { in correctRatio() argument
1218 float x = (float)sz_x; in correctRatio()
1243 sz_x = x; in correctRatio()
1245 INFO_LOG(G3D, "Corrected ratio: %dx%d", sz_x, sz_y); in correctRatio()
1248 void getDesiredBackbufferSize(int &sz_x, int &sz_y) { in getDesiredBackbufferSize() argument
1249 sz_x = display_xres; in getDesiredBackbufferSize()
1254 correctRatio(sz_x, sz_y, scale); in getDesiredBackbufferSize()
1256 sz_x = 0; in getDesiredBackbufferSize()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/android/jni/
H A Dapp-android.cpp1217 void correctRatio(int &sz_x, int &sz_y, float scale) { in correctRatio() argument
1218 float x = (float)sz_x; in correctRatio()
1243 sz_x = x; in correctRatio()
1245 INFO_LOG(G3D, "Corrected ratio: %dx%d", sz_x, sz_y); in correctRatio()
1248 void getDesiredBackbufferSize(int &sz_x, int &sz_y) { in getDesiredBackbufferSize() argument
1249 sz_x = display_xres; in getDesiredBackbufferSize()
1254 correctRatio(sz_x, sz_y, scale); in getDesiredBackbufferSize()
1256 sz_x = 0; in getDesiredBackbufferSize()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/script/
H A DcDirectInterpretASTVisitor.cc348 mat->Resize(sz_x, sz_y); in VisitVariableDefinition()
1120 mat->Resize(sz_x, sz_y); in VisitBuiltInCall()
2088 int sz_x = m->GetNumRows(); in matrixMultiply_ScalarInt() local
2091 mat->Resize(sz_x, sz_y); in matrixMultiply_ScalarInt()
2141 int sz_x = m->GetNumRows(); in matrixMultiply_ScalarFloat() local
2144 mat->Resize(sz_x, sz_y); in matrixMultiply_ScalarFloat()
2196 int sz_x = m1->GetNumRows(); in matrixMultiply_FullInt() local
2199 mat->Resize(sz_x, sz_y); in matrixMultiply_FullInt()
2255 int sz_x = m1->GetNumRows(); in matrixMultiply_FullFloat() local
2258 mat->Resize(sz_x, sz_y); in matrixMultiply_FullFloat()
[all …]
H A DcDirectInterpretASTVisitor.h238 void Resize(int sz_x, int sz_y);
/dports/multimedia/obs-streamfx/obs-StreamFX-0.9.3/source/gfx/shader/
H A Dgfx-shader.cpp353 auto sz_x = parse_text_as_size(obs_data_get_string(data, ST_SHADER_SIZE_WIDTH)); in update() local
354 _width_type = sz_x.first; in update()
355 _width_value = std::clamp(sz_x.second, 0.01, 8192.0); in update()
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/parameterized-utils-2.1.3.0/src/Data/Parameterized/
H A DContext.hs188 go (xs' :> z) sz_x success | sz_x > sz_prefix =
189 go xs' (sz_x-1) (\zs -> success (zs :> z))
/dports/devel/py-game/pygame-2.1.0/src_c/
H A D_freetype.c404 FT_UInt sz_x = 0, sz_y = 0; in build_scale() local
406 sz_x = number_to_FX6_unsigned(x); in build_scale()
416 if (sz_x == 0 && sz_y != 0) { in build_scale()
421 size->x = sz_x; in build_scale()
/dports/lang/fpc-source/fpc-3.2.2/packages/libogcfpc/examples/graphics/gx/neheGX/lesson9/
H A Dlesson9.pp23 sz_x: cuint32;
/dports/lang/fpc-source/fpc-3.2.2/packages/libogcfpc/examples/graphics/gx/neheGX/lesson7/
H A Dlesson7.pp22 sz_x: cuint32;
/dports/games/xonotic/Xonotic/source/qcsrc/common/minigames/
H A Dcl_minigames.qc41 return mousepos_x >= pos_x && mousepos_x < pos_x + sz_x &&
/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Dsavefile.c115 int sz_x, sz_y; in write_save_helper() local
181 get_window_size (&sz_x, &sz_y); in write_save_helper()
182 if(!GLOBALS->ignore_savefile_size) fprintf(wave,"[size] %d %d\n", sz_x, sz_y); in write_save_helper()

12