Home
last modified time | relevance | path

Searched +defs:x +defs:lX (Results 1 – 25 of 33) sorted by relevance

12

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/sandor_fxs/
H A DPatternPosition.cpp45 const int lX, const int lY, in makeRandomPositions()
51 for (int x = 0; x < lX; x++, pSel++) in makeRandomPositions() local
65 void CPatternPosition::getPosAroundThis(const int lX, const int lY, in getPosAroundThis()
73 int x = xx + p->x; in getPosAroundThis() local
93 bool CPatternPosition::findEmptyPos(const int lX, const int lY, in findEmptyPos()
98 for (int x = xPos; x <= bb.x1; x++) in findEmptyPos() local
107 for (int x = bb.x0; x <= bb.x1; x++) in findEmptyPos() local
121 int x = xx + pDdc->x; in eraseCurrentArea() local
138 for (int x = 0; x < lX; x++, pSel++) in sel0255To01() local
153 for (int x = -rr; x <= rr; x++) in prepareCircle() local
[all …]
H A DCallCircle.cpp41 for (int x = -rr; x <= rr; x++) { in CCallCircle() local
71 void CCallCircle::draw(UCHAR *drawB, const int lX, const int lY, const int xx, in draw()
77 int x = xx + m_c[i].x; in draw() local
H A DSDirection.cpp20 CSDirection::CSDirection(const int lX, const int lY, const UCHAR *sel, in CSDirection()
44 CSDirection::CSDirection(const int lX, const int lY, const UCHAR *sel, in CSDirection()
69 for (int x = xx - border; x <= (xx + border); x++) in isContourBorder() local
79 for (int x = 0; x < m_lX; x++, pDir++) in setContourBorder() local
153 int x = xx + m_df[0][i].x; in getDir() local
173 for (int x = 0; x < m_lX; x++, pSel++, pDir++) { in makeDir() local
187 for (int x = xx - d; x <= (xx + d); x++) in equalizeDir_GTE50() local
221 for (int x = xx - d; x <= (xx + d); x++) in equalizeDir_LT50() local
247 for (int x = 0; x < m_lX; x++, pSel++) { in equalizeDir() local
289 for (int x = 0; x < size; x++) { in makeDirFilter() local
[all …]
H A DPattern.cpp131 for (int x = 0; x < m_lX; x++) { in readPattern() local
158 int x = I_ROUND(d2xx); in getMapPixel() local
171 int x = I_ROUND(dxx); in getMapPixel() local
186 for (int x = 0; x < m_lX; x++, pPic++) in getBBox() local
209 for (int x = bb.x0; x <= bb.x1; x++) { in optimalizeSize() local
223 void CPattern::eraseBuffer(const int lX, const int lY, UC_PIXEL *buffer) { in eraseBuffer()
249 for (int x = 0; x < nLXY; x++, pNPat++) { in rotate() local
H A DSTPic.h88 CSTPic(const int lX, const int lY) in CSTPic()
169 for (int x = 0; x < m_lX && x < sp.m_lX; x++) { in copyPic() local
189 for (int x = rect.x0; x <= rect.x1; x++) { in drawRect() local
206 for (int x = 0; x < m_lX; x++) setRGBM(x, y, ip); in fill() local
210 inline bool isInPic(const int x, const int y) const { in isInPic()
215 void setRGB(const int x, const int y, const P &ip) { in setRGB()
224 void setRGBM(const int x, const int y, const P &ip) { in setRGBM()
268 void getPixel(const int x, const int y, P &ip) const { in getPixel()
441 for (int x = 0; x < m_lX; x++, p++) { in read() local
507 int x, y; in write() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsBuiltinVarTests.cpp45 for (deUint32 x = 0; x < width; ++x) in checkVertexPipelineStagesSubgroupSize() local
63 for (deUint32 x = 0; x < width; ++x) in checkVertexPipelineStagesSubgroupInvocationID() local
98 for (deUint32 lX = 0; lX < localSize[0]; ++lX) in checkComputeSubgroupSize() local
152 for (deUint32 lX = 0; lX < localSize[0]; ++lX) in checkComputeSubgroupInvocationID() local
219 for (deUint32 lX = 0; lX < localSize[0]; ++lX) in checkComputeNumSubgroups() local
272 for (deUint32 lX = 0; lX < localSize[0]; ++lX) in checkComputeSubgroupID() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/envelp/
H A Dlabfmt.cxx43 #define ROUND(x) static_cast<tools::Long>((x) + .5) argument
224 tools::Long lX = (lX0 + lX1) / 2; in Paint() local
239 tools::Long lX = lX2 - m_lXWidth / 2 - m_lHeightWidth / 2; in Paint() local
252 tools::Long lX = (lX1 + lX3) / 2; in Paint() local
274 tools::Long lX = lX0 + lOutlineW + 4; in Paint() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/envelp/
H A Dlabfmt.cxx44 #define ROUND(x) static_cast<long>((x) + .5) argument
225 long lX = (lX0 + lX1) / 2; in Paint() local
240 long lX = lX2 - m_lXWidth / 2 - m_lHeightWidth / 2; in Paint() local
253 long lX = (lX1 + lX3) / 2; in Paint() local
275 long lX = lX0 + lOutlineW + 4; in Paint() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBuiltinVarTests.cpp47 for (deUint32 x = 0; x < width; ++x) in checkVertexPipelineStagesSubgroupSize() local
66 for (deUint32 x = 0; x < width; ++x) in checkVertexPipelineStagesSubgroupInvocationID() local
102 for (deUint32 lX = 0; lX < localSize[0]; ++lX) in checkComputeSubgroupSize() local
157 for (deUint32 lX = 0; lX < localSize[0]; ++lX) in checkComputeSubgroupInvocationID() local
226 for (deUint32 lX = 0; lX < localSize[0]; ++lX) in checkComputeNumSubgroups() local
281 for (deUint32 lX = 0; lX < localSize[0]; ++lX) in checkComputeSubgroupID() local
/dports/devel/sdl12/SDL-1.2.15/src/video/windx5/
H A Ddirectx.h31 #define SUCCEEDED(x) ((HRESULT)(x) >= 0) argument
34 #define FAILED(x) ((HRESULT)(x)<0) argument
83 LONG lX; member
/dports/math/R-cran-robustbase/robustbase/inst/xtraR/
H A Dsubsample-fns.R34 cat("Step", j, "z=", sapply(z, function(x) sprintf("%.15f", x)), argument
66 Rsubsample <- function(x, y, mts=0, tolInverse = 1e-7) { argument
97 lX <- X[sample(nrow(X)), ] functionVar
115 tstSubsample <- function(x, y=rnorm(n), compareMatrix = TRUE, argument
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/gdi/test/
H A DTestGdiLine.c546 static BOOL test_line(HGDI_DC hdc, const gdiPalette* hPalette, UINT32 mX, UINT32 mY, UINT32 lX, in test_line()
568 UINT32 x, i; in TestGdiLine() local
/dports/math/R-cran-raster/raster/R/
H A Dimageplot2.R11 .asRaster <- function(x, col, breaks=NULL, r=NULL, colNA=NA, alpha=NULL) { argument
43 .rasterImagePlot <- function(x, col, add=FALSE, legend=TRUE, horizontal = FALSE, argument
144 lX <- pretty(e[1]:e[2], npretty) functionVar
/dports/emulators/vice/vice-3.5/src/lib/libx264/encoder/
H A Danalyse.c915 int x = idx&1; in x264_mb_analyse_intra() local
1311 int x = idx&1; in x264_intra_rd_refine() local
1802 #define CHROMA4x4MC( width, height, me, x, y ) \ in x264_mb_analyse_inter_p4x4_chroma_internal() argument
2041 const int x = (i&1)*8; in x264_mb_analyse_inter_direct() local
2102 x264_mb_analysis_list_t *lX = l ? &a->l1 : &a->l0; in x264_mb_analyse_inter_b16x16() local
2269 int x = 2*(i&1); in x264_mb_cache_mv_p8x8() local
2299 int x = 2*(idx&1); in x264_mb_load_mv_direct8x8() local
2307 #define CACHE_MV_BI(x,y,dx,dy,me0,me1,part) \ argument
2335 int x = 2*(i&1); in x264_mb_cache_mv_b8x8() local
2381 x264_mb_analysis_list_t *lX = l ? &a->l1 : &a->l0; in x264_mb_analyse_inter_b8x8_mixed_ref() local
[all …]
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Danalyse.c761 int x = idx&1; in mb_analyse_intra() local
1144 int x = idx&1; in intra_rd_refine() local
1625 #define CHROMA4x4MC( width, height, me, x, y ) \ in mb_analyse_inter_p4x4_chroma_internal() argument
1859 const int x = (i&1)*8; in mb_analyse_inter_direct() local
1914 x264_mb_analysis_list_t *lX = l ? &a->l1 : &a->l0; in mb_analyse_inter_b16x16() local
2078 int x = 2*(i&1); in mb_cache_mv_p8x8() local
2108 int x = 2*(idx&1); in mb_load_mv_direct8x8() local
2116 #define CACHE_MV_BI(x,y,dx,dy,me0,me1,part) \ argument
2144 int x = 2*(i&1); in mb_cache_mv_b8x8() local
2187 x264_mb_analysis_list_t *lX = l ? &a->l1 : &a->l0; in mb_analyse_inter_b8x8_mixed_ref() local
[all …]
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Danalyse.c761 int x = idx&1; in mb_analyse_intra() local
1144 int x = idx&1; in intra_rd_refine() local
1625 #define CHROMA4x4MC( width, height, me, x, y ) \ in mb_analyse_inter_p4x4_chroma_internal() argument
1859 const int x = (i&1)*8; in mb_analyse_inter_direct() local
1914 x264_mb_analysis_list_t *lX = l ? &a->l1 : &a->l0; in mb_analyse_inter_b16x16() local
2078 int x = 2*(i&1); in mb_cache_mv_p8x8() local
2108 int x = 2*(idx&1); in mb_load_mv_direct8x8() local
2116 #define CACHE_MV_BI(x,y,dx,dy,me0,me1,part) \ argument
2144 int x = 2*(i&1); in mb_cache_mv_b8x8() local
2187 x264_mb_analysis_list_t *lX = l ? &a->l1 : &a->l0; in mb_analyse_inter_b8x8_mixed_ref() local
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/encoder/
H A Danalyse.c915 int x = idx&1; in x264_mb_analyse_intra() local
1311 int x = idx&1; in x264_intra_rd_refine() local
1802 #define CHROMA4x4MC( width, height, me, x, y ) \ in x264_mb_analyse_inter_p4x4_chroma_internal() argument
2041 const int x = (i&1)*8; in x264_mb_analyse_inter_direct() local
2102 x264_mb_analysis_list_t *lX = l ? &a->l1 : &a->l0; in x264_mb_analyse_inter_b16x16() local
2269 int x = 2*(i&1); in x264_mb_cache_mv_p8x8() local
2299 int x = 2*(idx&1); in x264_mb_load_mv_direct8x8() local
2307 #define CACHE_MV_BI(x,y,dx,dy,me0,me1,part) \ argument
2335 int x = 2*(i&1); in x264_mb_cache_mv_b8x8() local
2381 x264_mb_analysis_list_t *lX = l ? &a->l1 : &a->l0; in x264_mb_analyse_inter_b8x8_mixed_ref() local
[all …]
/dports/graphics/podofo/podofo-0.9.7/test/CreationTest/
H A DCreationTest.cpp109 double x = 10000 * CONVERSION_CONSTANT; in LineTest() local
292 double x = 10000 * CONVERSION_CONSTANT; in RectTest() local
392 double x = 10000 * CONVERSION_CONSTANT; in TextTest() local
598 double x = 10000 * CONVERSION_CONSTANT; in XObjectTest() local
664 long lX = 10000; in MMTest() local
748 double x = 10000 * CONVERSION_CONSTANT; in LargeMultiLineTextTest() local
802 double x = 10000 * CONVERSION_CONSTANT; in FontSubsetTest() local
/dports/graphics/opendx/dx-4.4.4/src/exec/libdx/
H A Dfle2D.c192 float lx, ly, lX, lY; in _dxfInitialize() local
322 float t, x, *ppos, *qpos, *top, *bottom; in CountIntersections() local
/dports/math/geogram/geogram-1.7.7/src/lib/exploragram/hexdom/
H A Dquad_dominant.cpp69 vec3 lX[3], lU[3]; in export_boundary_with_uv() local
454 vec3 lX[2]; in facets_split() local
469 … vec3 x = lX[0] + coeff[i] * (lX[1] - lX[0]); // it guarantees x==lX[0] when lX[0]==lX[1] in facets_split() local
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/targets/
H A Din_win.c86 LONG lX; // X axis goes here member
613 #define ROTL(x,n) (((x)<<(n))|(x)>>(32-n)) argument
/dports/lang/polyml/polyml-5.8.2/libpolyml/
H A Dsharedata.cpp37 #define ASSERT(x) assert(x) argument
39 #define ASSERT(x) argument
355 const PolyObject *x = *a; in CompareItems() local
357 POLYUNSIGNED lX = x->LengthWord(); in CompareItems() local
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/win32/
H A Dwin_input.c217 LONG lX; // X axis goes here member
260 int x, y; in IN_InitDIMouse() local
918 int x, y; in IN_JoyMove() local
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/colorfx/
H A Dregionstyles.cpp1553 double x = lc.x + ly * tan(degree2rad(-m_VAngle)); in getVThickline() local
1633 for (double x = beg; x <= end; x += dist) { in drawRegion() local
2255 double x = isFirst ? -l2 : -l2 + m_HDist; in makeGrid() local
2630 for (double x = beg; x <= end; x += m_Dist) { in drawRegion() local
3656 int &lX, int &lY, TRandom &rand) const { in preaprePos()
3673 bool TMosaicFillStyle::getQuad(const int ix, const int iy, const int lX, in getQuad()
3750 for (int x = 0; x < (posLX - 1); x++) in drawRegion() local
3925 int &lX, int &lY, TRandom &rand) const { in preaprePos()
4019 int x = 2; in drawRegion() local
4088 int TPatchFillStyle::nbClip(const int lX, const int lY, in nbClip()
[all …]
/dports/math/R-cran-robustbase/robustbase/inst/doc/
H A Dlmrob_simulation.R41 `%||%` <- function (x, orElse) if (!is.null(x)) x else orElse argument
105 lst <- lapply(estlist$procedures, function(x) { argument
120 lst <- lst[sapply(lst, function(x) !is.null(x[[1]]))] # 5 --> 4 argument
123 tbl[,2:3] <- apply(tbl[,2:3], 1:2, function(x) { argument
138 d.x_psi <- function(x, psi) { argument
140 data.frame(x=x, value=Mpsi(x, cc, psi), psi = psi) nameattr
142 x <- seq(0, 10, length.out = 1000) globalVar
286 lX <- if (use.intercept) globalVar
984 rho <- function(x) argument
1000 rho <- function(x) argument
[all …]

12