Home
last modified time | relevance | path

Searched defs:src_depth (Results 1 – 25 of 112) sorted by relevance

12345

/dports/games/scummvm/scummvm-2.5.1/engines/ags/plugins/ags_waves/
H A Ddraw.cpp48 int32 src_depth = 32; in DrawBlur() local
152 int32 src_depth = 32; in DrawTunnel() local
204 int32 src_depth = 32; in DrawCylinder() local
266 int32 src_depth = 32; in DrawForceField() local
331 int32 src_depth = 32; in SpriteSkew() local
412 int32 src_depth = 32; in Grayscale() local
434 int32 src_depth = 32; in BlendTwoSprites() local
479 int32 src_depth = 32; in Blend() local
534 int32 src_depth = 32; in Dissolve() local
602 int32 src_depth = 32; in ReverseTransparency() local
[all …]
H A Dweather.cpp36 int32 src_depth = 32; in FireUpdate() local
116 int32 src_depth = 32; in WindUpdate() local
534 int32 src_depth = 32; in RainUpdate() local
699 int32 src_depth = 32; in DrawLineCustom() local
H A Dwarper.cpp68 int32 src_depth = 32; in Warper() local
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaarithm/src/cuda/
H A Dsum.cu126 const int src_depth = src.depth(); in calcSum() local
171 const int src_depth = src.depth(); in calcAbsSum() local
216 const int src_depth = src.depth(); in calcSqrSum() local
H A Dminmax.cu107 const int src_depth = src.depth(); in findMinMax() local
178 const int src_depth = src.depth(); in findMaxAbs() local
H A Dminmaxloc.cu95 const int src_depth = src.depth(); in findMinMaxLoc() local
H A Dnormalize.cu258 const int src_depth = src.depth(); in normalize() local
/dports/net/nxproxy/nx-libs-3.5.99.20-1/nxcomp/src/
H A DUnpack.cpp323 int Unpack8(T_geometry *geometry, const T_colormask *colormask, int src_depth, int src_width, in Unpack8()
542 int Unpack16(T_geometry *geometry, const T_colormask *colormask, int src_depth, int src_width, in Unpack16()
699 int Unpack24(T_geometry *geometry, const T_colormask *colormask, int src_depth, int src_width, in Unpack24()
848 int Unpack8(T_geometry *geometry, T_colormap *colormap, int src_depth, int src_width, int src_heigh… in Unpack8()
1063 int Unpack15(T_geometry *geometry, int src_depth, int src_width, int src_height, in Unpack15()
1252 int Unpack16(T_geometry *geometry, int src_depth, int src_width, int src_height, in Unpack16()
1391 int Unpack24(T_geometry *geometry, int src_depth, int src_width, int src_height, in Unpack24()
H A DPutPackedImage.h98 unsigned char src_depth; variable
/dports/x11/nxcomp/nx-libs-3.5.0.32/nxcomp/
H A DUnpack.cpp311 int Unpack8(T_geometry *geometry, const T_colormask *colormask, int src_depth, int src_width, in Unpack8()
530 int Unpack16(T_geometry *geometry, const T_colormask *colormask, int src_depth, int src_width, in Unpack16()
687 int Unpack24(T_geometry *geometry, const T_colormask *colormask, int src_depth, int src_width, in Unpack24()
836 int Unpack8(T_geometry *geometry, T_colormap *colormap, int src_depth, int src_width, int src_heigh… in Unpack8()
1051 int Unpack15(T_geometry *geometry, int src_depth, int src_width, int src_height, in Unpack15()
1240 int Unpack16(T_geometry *geometry, int src_depth, int src_width, int src_height, in Unpack16()
1379 int Unpack24(T_geometry *geometry, int src_depth, int src_width, int src_height, in Unpack24()
H A DPutPackedImage.h91 unsigned char src_depth; variable
/dports/graphics/opencv/opencv-4.5.3/modules/highgui/src/
H A Dprecomp.hpp154 const int src_depth = src.depth(); in convertToShow() local
/dports/misc/mnn/MNN-1.2.0/backupcode/cpubackend/
H A DConvolutionWinograd3D.cpp153 auto src_depth = srcZ + d * inputWidth * inputHeight * 4; in onExecute() local
172 auto src_depth = srcZ + d * inputWidth * inputHeight * 4; in onExecute() local
216 auto src_depth = srcZ + d * srcUnit2 * dc_4 * xC * 4; in onExecute() local
233 auto src_depth = srcZ + d * srcUnit2 * dc_4 * xC * 4; in onExecute() local
/dports/misc/tellico/tellico-3.4.2/src/barcode/
H A Dbarcode_v4l.cpp124 unsigned int src_depth = 16; in grab_one2() local
/dports/graphics/opencv/opencv-4.5.3/modules/core/test/ocl/
H A Dtest_matrix_operation.cpp59 int src_depth, cn, dstType; in PARAM_TEST_CASE() local
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevdrop.c289 int src_depth) in pack_cmyk_1bit_from_standard()
322 int src_depth) in pack_planar_cmyk_1bit_from_standard()
393 int width, int depth, int src_depth) in pack_from_standard()
462 const byte * src, int width, int depth, int src_depth) in pack_planar_from_standard()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevdrop.c289 int src_depth) in pack_cmyk_1bit_from_standard()
322 int src_depth) in pack_planar_cmyk_1bit_from_standard()
393 int width, int depth, int src_depth) in pack_from_standard()
462 const byte * src, int width, int depth, int src_depth) in pack_planar_from_standard()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/gfx/
H A Dgfx_driver_base.cpp298 const int src_depth = bitmap->GetColorDepth(); in BitmapToVideoMem() local
415 const int src_depth = bitmap->GetColorDepth(); in BitmapToVideoMemOpaque() local
/dports/graphics/Hermes/Hermes-1.3.3/test/
H A DEfence.cc77 int src_depth, in test_depth()
/dports/math/combblas/CombBLAS_beta_16_2/graph500-1.2/mpi/
H A Dvalidate.c315 int64_t src_depth = depth[src_i]; in validate_bfs_result() local
/dports/x11-wm/fvwm2/fvwm-2.6.9/libs/
H A DGraphics.c184 Display *dpy, Pixmap src, int src_width, int src_height, int src_depth, in CreateStretchXPixmap()
222 Display *dpy, Pixmap src, int src_width, int src_height, int src_depth, in CreateStretchYPixmap()
260 Display *dpy, Pixmap src, int src_width, int src_height, int src_depth, in CreateStretchPixmap()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/libs/
H A DGraphics.c167 Display *dpy, Pixmap src, int src_width, int src_height, int src_depth, in CreateStretchXPixmap()
205 Display *dpy, Pixmap src, int src_width, int src_height, int src_depth, in CreateStretchYPixmap()
243 Display *dpy, Pixmap src, int src_width, int src_height, int src_depth, in CreateStretchPixmap()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevdrop.c224 int src_depth) in pack_cmyk_1bit_from_standard()
271 int width, int depth, int src_depth) in pack_from_standard()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevdrop.c224 int src_depth) in pack_cmyk_1bit_from_standard()
271 int width, int depth, int src_depth) in pack_from_standard()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/gfx/
H A Dgfxdriverbase.cpp255 const int src_depth = bitmap->GetColorDepth(); in BitmapToVideoMem() local

12345