Home
last modified time | relevance | path

Searched refs:lineR (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/art/ART-1.9.3/rtengine/
H A Dimage8.cc160 float *lineR = abR.data; in getStdImage() local
191 lineR[dst_x] = CLIP(rm2 * r_); in getStdImage()
228 lineR[dst_x] = CLIP(rm * rtot); in getStdImage()
234 lineR[dst_x] = CLIP(rm2 * rtot / area); in getStdImage()
243 image->r(iy, dst_x) = lineR[dst_x]; in getStdImage()
249 image->r(imheight - 1 - iy, imwidth - 1 - dst_x) = lineR[dst_x]; in getStdImage()
255 image->r(dst_x, imheight - 1 - iy) = lineR[dst_x]; in getStdImage()
261 image->r(imwidth - 1 - dst_x, iy) = lineR[dst_x]; in getStdImage()
H A Dimage16.cc197 float *lineR = abR.data; in getStdImage() local
223 lineR[dst_x] = CLIP(rm2 * r(src_y, src_x)); in getStdImage()
256 lineR[dst_x] = CLIP(rm * rtot); in getStdImage()
262 lineR[dst_x] = CLIP(rm2 * rtot / area); in getStdImage()
271 image->r(iy, dst_x) = lineR[dst_x]; in getStdImage()
276 image->r(imheight - 1 - iy, imwidth - 1 - dst_x) = lineR[dst_x]; in getStdImage()
281 image->r(dst_x, imheight - 1 - iy) = lineR[dst_x]; in getStdImage()
286 image->r(imwidth - 1 - dst_x, iy) = lineR[dst_x]; in getStdImage()
H A Dimagefloat.cc253 float *lineR = abR.data; in getStdImage() local
278 lineR[dst_x] = CLIP0(rm2 * r(src_y, src_x)); in getStdImage()
311 lineR[dst_x] = CLIP0(rm * rtot); in getStdImage()
317 lineR[dst_x] = CLIP0(rm2 * rtot / area); in getStdImage()
326 image->r(iy, dst_x) = lineR[dst_x]; in getStdImage()
332 image->r(imheight - 1 - iy, imwidth - 1 - dst_x) = lineR[dst_x]; in getStdImage()
338 image->r(dst_x, imheight - 1 - iy) = lineR[dst_x]; in getStdImage()
344 image->r(imwidth - 1 - dst_x, iy) = lineR[dst_x]; in getStdImage()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dimage8.cc163 float *lineR = abR.data; in getStdImage() local
194 lineR[dst_x] = CLIP(rm2 * r_); in getStdImage()
231 lineR[dst_x] = CLIP(rm * rtot); in getStdImage()
237 lineR[dst_x] = CLIP(rm2 * rtot / larea); in getStdImage()
246 image->r(iy, dst_x) = lineR[dst_x]; in getStdImage()
252 image->r(imheight - 1 - iy, imwidth - 1 - dst_x) = lineR[dst_x]; in getStdImage()
258 image->r(dst_x, imheight - 1 - iy) = lineR[dst_x]; in getStdImage()
264 image->r(imwidth - 1 - dst_x, iy) = lineR[dst_x]; in getStdImage()
H A Dimage16.cc199 float *lineR = abR.data; in getStdImage() local
225 lineR[dst_x] = CLIP(rm2 * r(src_y, src_x)); in getStdImage()
258 lineR[dst_x] = CLIP(rm * rtot); in getStdImage()
264 lineR[dst_x] = CLIP(rm2 * rtot / area); in getStdImage()
273 image->r(iy, dst_x) = lineR[dst_x]; in getStdImage()
278 image->r(imheight - 1 - iy, imwidth - 1 - dst_x) = lineR[dst_x]; in getStdImage()
283 image->r(dst_x, imheight - 1 - iy) = lineR[dst_x]; in getStdImage()
288 image->r(imwidth - 1 - dst_x, iy) = lineR[dst_x]; in getStdImage()
H A Dimagefloat.cc228 float *lineR = abR.data; in getStdImage() local
253 lineR[dst_x] = CLIP0(rm2 * r(src_y, src_x)); in getStdImage()
286 lineR[dst_x] = CLIP0(rm * rtot); in getStdImage()
292 lineR[dst_x] = CLIP0(rm2 * rtot / area); in getStdImage()
301 image->r(iy, dst_x) = lineR[dst_x]; in getStdImage()
307 image->r(imheight - 1 - iy, imwidth - 1 - dst_x) = lineR[dst_x]; in getStdImage()
313 image->r(dst_x, imheight - 1 - iy) = lineR[dst_x]; in getStdImage()
319 image->r(imwidth - 1 - dst_x, iy) = lineR[dst_x]; in getStdImage()
/dports/astro/kstars/kstars-3.5.6/kstars/fitsviewer/hough/
H A Dhoughline.cpp169 HoughLine* lineR = top3Lines[0]; in getSortedTopThreeLines() local
172 double thetaR = lineR->getTheta(); in getSortedTopThreeLines()
184 lineR->setTheta(thetaR); in getSortedTopThreeLines()
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/core/src/datamatrix/
H A DDMDetector.cpp649 auto& [lineL, lineB, lineR, lineT] = lines; in Scan()
708 CHECK(t.traceGaps(t.left(), lineR, maxStepSize, lineT)); in Scan()
715 lineT.points().size() >= 5 && lineR.points().size() >= 5); in Scan()
718 CHECK(tlTracer.traceGaps(tlTracer.right(), lineT, maxStepSize, lineR)); in Scan()
725 for (auto* l : {&lineL, &lineB, &lineT, &lineR}) in Scan()
731 tr = intersect(lineT, lineR); in Scan()
732 br = intersect(lineB, lineR); in Scan()
741 splitDouble(lineR.modules(br, tr), &dimR, &fracR); in Scan()
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/scene_graph/
H A DFrsMaterial.h78 inline const float lineR() const in lineR() function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/brittany-0.13.1.1/src/Language/Haskell/Brittany/Internal/Layouters/
H A DExpr.hs1067 lineR = rFr <&> \(lfield, fText, fDoc) -> docWrapNode lfield $ docCols ColRec function
1084 in [line1] ++ lineR ++ [dotdotLine, lineN]
1114 lineR = rFr <&> \(lfield, fText, fDoc) -> docWrapNode lfield function
1140 in [line1] ++ lineR ++ [dotdotLine, lineN]
H A DDecl.hs992 go (line1 : lineR) = case Text.stripStart line1 of
993 st | isTypeOrData st -> st : lineR
994 | otherwise -> st : go lineR
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/python/
H A DBPy_FrsMaterial.cpp163 bmo->data[0] = self->m->lineR(); in FrsMaterial_mathutils_get()