Home
last modified time | relevance | path

Searched refs:rDst (Results 1 – 25 of 40) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/bitmap/
H A Dbmpfast.cxx200 rDst.SetAlpha( rSrc.GetAlpha() ); in ImplConvertPixel()
207 TrueColorPixelPtr<DSTFMT> aDst( rDst ); in ImplConvertLine()
224 ImplConvertPixel( rDst, rSrc ); in ImplBlendPixels()
227 int nR = rDst.GetRed(); in ImplBlendPixels()
231 int nG = rDst.GetGreen(); in ImplBlendPixels()
235 int nB = rDst.GetBlue(); in ImplBlendPixels()
251 TrueColorPixelPtr<DSTFMT> aDst( rDst ); in ImplBlendLines()
334 switch (RemoveScanline(rDst.mnFormat)) in ImplConvertFromBitmap()
511 if( rDst.mnHeight <= nY ) in ImplFastCopyScanline()
548 if( nY >= rDst.mnHeight ) in ImplFastCopyScanline()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dbmpfast.cxx196 rDst.SetAlpha( rSrc.GetAlpha() ); in ImplConvertPixel()
203 TrueColorPixelPtr<DSTFMT> aDst( rDst ); in ImplConvertLine()
220 ImplConvertPixel( rDst, rSrc ); in ImplBlendPixels()
223 int nR = rDst.GetRed(); in ImplBlendPixels()
227 int nG = rDst.GetGreen(); in ImplBlendPixels()
231 int nB = rDst.GetBlue(); in ImplBlendPixels()
247 TrueColorPixelPtr<DSTFMT> aDst( rDst ); in ImplBlendLines()
329 switch (RemoveScanline(rDst.mnFormat)) in ImplConvertFromBitmap()
414 return ImplCopyImage( rDst, rSrc ); in ImplFastBitmapConversion()
538 switch (RemoveScanline(rDst.mnFormat)) in ImplBlendFromBitmap()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/director/
H A Dgraphics.cpp162 byte rDst, gDst, bDst; in inkDrawPixel() local
165 g_director->_wm->decomposeColor(*dst, rDst, gDst, bDst); in inkDrawPixel()
168 rDst = static_cast<byte>((rSrc * alpha) + (rDst * (1.0 - alpha))); in inkDrawPixel()
172 *dst = p->_wm->findBestColor(rDst, gDst, bDst); in inkDrawPixel()
188 byte rDst, gDst, bDst; in inkDrawPixel() local
193 g_director->_wm->decomposeColor(*dst, rDst, gDst, bDst); in inkDrawPixel()
209 byte rDst, gDst, bDst; in inkDrawPixel() local
214 g_director->_wm->decomposeColor(*dst, rDst, gDst, bDst); in inkDrawPixel()
246 byte rDst, gDst, bDst; in inkDrawPixel() local
249 g_director->_wm->decomposeColor(*dst, rDst, gDst, bDst); in inkDrawPixel()
[all …]
/dports/games/residualvm/residualvm-0.3.1/graphics/tinygl/
H A Dzbuffer.h277 byte rDst, gDst, bDst, aDst; in writePixel() local
286 rSrc = (rDst * rSrc) >> 8; in writePixel()
321 rDst = gDst = bDst = 0; in writePixel()
326 rDst = (rDst * rSrc) >> 8; in writePixel()
331 rDst = (rDst * (255 - rSrc)) >> 8; in writePixel()
336 rDst = (rDst * aSrc) >> 8; in writePixel()
341 rDst = (rDst * (255 - aSrc)) >> 8; in writePixel()
346 rDst = (rDst * aDst) >> 8; in writePixel()
351 rDst = (rDst * (255 - aDst)) >> 8; in writePixel()
357 rDst = (rDst * factor) >> 8; in writePixel()
[all …]
H A Dzblit.cpp341 byte aDst, rDst, gDst, bDst; in tglBlitRLE() local
342 srcBuf.getARGBAt((l._y - srcY) * _surface.w + x, aDst, rDst, gDst, bDst); in tglBlitRLE()
366 byte aDst, rDst, gDst, bDst; in tglBlitRLE() local
367 srcBuf.getARGBAt((l._y - srcY) * _surface.w + x, aDst, rDst, gDst, bDst); in tglBlitRLE()
372 dstBuf.setPixelAt(x + (l._y - srcY) * c->fb->xsize, aDst, rDst, gDst, bDst); in tglBlitRLE()
407 byte aDst, rDst, gDst, bDst; in tglBlitSimple() local
409 srcBuf.getARGBAt(srcX + clampWidth - x, aDst, rDst, gDst, bDst); in tglBlitSimple()
411 srcBuf.getARGBAt(srcX + x, aDst, rDst, gDst, bDst); in tglBlitSimple()
455 byte aDst, rDst, gDst, bDst; in tglBlitScale() local
578 byte aDst, rDst, gDst, bDst; in tglBlitRotoScale() local
[all …]
/dports/games/scummvm/scummvm-2.5.1/graphics/tinygl/
H A Dzbuffer.h279 byte rDst, gDst, bDst, aDst; in writePixel() local
288 rSrc = (rDst * rSrc) >> 8; in writePixel()
323 rDst = gDst = bDst = 0; in writePixel()
328 rDst = (rDst * rSrc) >> 8; in writePixel()
333 rDst = (rDst * (255 - rSrc)) >> 8; in writePixel()
338 rDst = (rDst * aSrc) >> 8; in writePixel()
343 rDst = (rDst * (255 - aSrc)) >> 8; in writePixel()
348 rDst = (rDst * aDst) >> 8; in writePixel()
353 rDst = (rDst * (255 - aDst)) >> 8; in writePixel()
359 rDst = (rDst * factor) >> 8; in writePixel()
[all …]
H A Dzblit.cpp355 byte aDst, rDst, gDst, bDst; in tglBlitRLE() local
356 srcBuf.getARGBAt((l._y - srcY) * _surface.w + x, aDst, rDst, gDst, bDst); in tglBlitRLE()
380 byte aDst, rDst, gDst, bDst; in tglBlitRLE() local
381 srcBuf.getARGBAt((l._y - srcY) * _surface.w + x, aDst, rDst, gDst, bDst); in tglBlitRLE()
386 dstBuf.setPixelAt(x + (l._y - srcY) * c->fb->xsize, aDst, rDst, gDst, bDst); in tglBlitRLE()
421 byte aDst, rDst, gDst, bDst; in tglBlitSimple() local
423 srcBuf.getARGBAt(srcX + clampWidth - x, aDst, rDst, gDst, bDst); in tglBlitSimple()
425 srcBuf.getARGBAt(srcX + x, aDst, rDst, gDst, bDst); in tglBlitSimple()
469 byte aDst, rDst, gDst, bDst; in tglBlitScale() local
592 byte aDst, rDst, gDst, bDst; in tglBlitRotoScale() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/bitmap/
H A Dbmpfast.hxx36 VCL_DLLPUBLIC bool ImplFastBitmapConversion( BitmapBuffer& rDst, const BitmapBuffer& rSrc,
39 bool ImplFastCopyScanline( tools::Long nY, BitmapBuffer& rDst, const BitmapBuffer& rSrc);
40 bool ImplFastCopyScanline( tools::Long nY, BitmapBuffer& rDst, ConstScanline aSrcScanline,
43 bool ImplFastBitmapBlending( BitmapWriteAccess const & rDst,
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Da64.yasm76 movzx %1, byte [rDst + %4]
97 %define rDst r9
119 mov byte [rDst], al
122 add rDst, rBpl
137 %undef rDst
158 %define rDst r9
204 mov word [rDst], ax
209 add rDst, rBpl
210 cmp rDst, rDstEnd
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/treelist/
H A Dtreelist.cxx166 …SvTreeListEntries::const_iterator itPos = std::find_if(rDst.begin(), rDst.end(), FindByPointer(pEn… in findEntryPosition()
167 if (itPos == rDst.end()) in findEntryPosition()
192 SvTreeListEntries& rDst = pTargetParent->m_Children; in Move() local
244 if (nListPos < rDst.size()) in Move()
246 itDstPos = rDst.begin(); in Move()
252 rDst.insert(itDstPos, std::move(pOriginal)); in Move()
260 SetListPositions(rDst); in Move()
283 SvTreeListEntries& rDst = pTargetParent->m_Children; in Copy() local
287 if (nListPos < rDst.size()) in Copy()
340 if (nListPos < rDst.size()) in InsertTree()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/treelist/
H A Dtreelist.cxx166 …SvTreeListEntries::const_iterator itPos = std::find_if(rDst.begin(), rDst.end(), FindByPointer(pEn… in findEntryPosition()
167 if (itPos == rDst.end()) in findEntryPosition()
192 SvTreeListEntries& rDst = pTargetParent->m_Children; in Move() local
244 if (nListPos < rDst.size()) in Move()
246 itDstPos = rDst.begin(); in Move()
252 rDst.insert(itDstPos, std::move(pOriginal)); in Move()
260 SetListPositions(rDst); in Move()
283 SvTreeListEntries& rDst = pTargetParent->m_Children; in Copy() local
287 if (nListPos < rDst.size()) in Copy()
340 if (nListPos < rDst.size()) in InsertTree()
[all …]
/dports/multimedia/smpeg/smpeg-0.4.4/video/
H A Dvhar128.cpp173 RCTL rSrc, rDst, rView; in vhar128_init() local
181 rDst.left = 0; in vhar128_init()
182 rDst.top = 0; in vhar128_init()
183 rDst.right = width; in vhar128_init()
184 rDst.bottom = height; in vhar128_init()
186 UpdateOVPosition(handle, &rSrc, &rDst, &rView, OV_SHOW); in vhar128_init()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/
H A Dbmpfast.hxx34 VCL_DLLPUBLIC bool ImplFastBitmapConversion( BitmapBuffer& rDst, const BitmapBuffer& rSrc,
37 bool ImplFastBitmapBlending( BitmapWriteAccess const & rDst,
/dports/sysutils/vector/vector-0.10.0/cargo-crates/regalloc-0.0.25/src/
H A Dbt_coalescing_analysis.rs333 for (rDst, rSrc, iix, block_eef) in connectedByMoves {
336 iix, rDst, rSrc, block_eef
338 match (rDst.is_virtual(), rSrc.is_virtual()) {
342 let rDstV = rDst.to_virtual_reg();
372 let rDstV = rDst.to_virtual_reg();
383 let rDstR = rDst.to_real_reg();
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/regalloc/src/
H A Dbt_coalescing_analysis.rs275 for (rDst, rSrc, iix, block_eef) in connectedByMoves {
278 iix, rDst, rSrc, block_eef
280 match (rDst.is_virtual(), rSrc.is_virtual()) {
284 let rDstV = rDst.to_virtual_reg();
309 let rDstV = rDst.to_virtual_reg();
320 let rDstR = rDst.to_real_reg();
/dports/devel/agar/agar-1.5.0/gui/
H A Dconsole.c488 AG_Rect rDst; in Draw() local
504 rDst = cons->r; in Draw()
505 rDst.x = cons->padding; in Draw()
506 rDst.y = cons->padding; in Draw()
508 lnIdx < cons->nLines && rDst.y < WIDGET(cons)->h; in Draw()
519 AG_RECT(rDst.x, rDst.y, in Draw()
536 AG_WidgetBlitSurface(cons, ln->surface[suIdx], rDst.x, rDst.y); in Draw()
537 rDst.y += cons->lineskip; in Draw()
/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/fonts/
H A Dttf.cpp472 ColorType *rDst = (ColorType *)dstPos; in renderGlyph() local
477 *rDst = color; in renderGlyph()
482 dstFormat.colorToRGB(*rDst, dR, dG, dB); in renderGlyph()
488 *rDst = dstFormat.RGBToColor(dR, dG, dB); in renderGlyph()
491 ++rDst; in renderGlyph()
552 uint8 *rDst = dstPos; in drawChar() local
559 *rDst = color; in drawChar()
561 ++rDst; in drawChar()
/dports/games/residualvm/residualvm-0.3.1/graphics/fonts/
H A Dttf.cpp469 ColorType *rDst = (ColorType *)dstPos; in renderGlyph() local
474 *rDst = color; in renderGlyph()
479 dstFormat.colorToRGB(*rDst, dR, dG, dB); in renderGlyph()
485 *rDst = dstFormat.RGBToColor(dR, dG, dB); in renderGlyph()
488 ++rDst; in renderGlyph()
549 uint8 *rDst = dstPos; in drawChar() local
556 *rDst = color; in drawChar()
558 ++rDst; in drawChar()
/dports/games/scummvm/scummvm-2.5.1/graphics/fonts/
H A Dttf.cpp616 ColorType *rDst = (ColorType *)dstPos; in renderGlyph() local
621 *rDst = color; in renderGlyph()
626 if (transparentColor && *rDst == *transparentColor) { in renderGlyph()
629 dstFormat.colorToARGB(*rDst, dA, dR, dG, dB); in renderGlyph()
641 *rDst = dstFormat.ARGBToColor(dA, dR, dG, dB); in renderGlyph()
644 ++rDst; in renderGlyph()
723 uint8 *rDst = dstPos; in drawChar() local
730 *rDst = color; in drawChar()
732 ++rDst; in drawChar()
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/ext_fields/
H A Dtransext.cc1898 const ring rDst = dst->extRing; in ntCopyMap() local
1900 if( rSrc == rDst ) in ntCopyMap()
1904 poly g = prCopyR(NUM(f), rSrc, rDst); in ntCopyMap()
1909 h = prCopyR(DEN(f), rSrc, rDst); in ntCopyMap()
1927 const ring rDst = dst->extRing; in ntGenMap() local
1931 poly g = prMapR(NUM(f), nMap, rSrc, rDst); in ntGenMap()
1937 if (n_IsZero(pGetCoeff(hh),rDst->cf)) in ntGenMap()
1941 g=p_LmFreeAndNext(g,rDst); in ntGenMap()
1962 h = prMapR(DEN(f), nMap, rSrc, rDst); in ntGenMap()
1968 if (n_IsZero(pGetCoeff(hh),rDst->cf)) in ntGenMap()
[all …]
H A Dalgext.cc977 const ring rDst = dst->extRing; in naGenMap() local
979 const nMapFunc nMap=n_SetMap(rSrc->cf,rDst->cf); in naGenMap()
981 poly g = prMapR(f, nMap, rSrc, rDst); in naGenMap()
992 const ring rDst = dst->extRing; in naGenTrans2AlgExt() local
994 const nMapFunc nMap=n_SetMap(rSrc->cf,rDst->cf); in naGenTrans2AlgExt()
996 poly g = prMapR(NUM(f), nMap, rSrc, rDst); in naGenTrans2AlgExt()
1002 h = prMapR(DEN(f), nMap, rSrc, rDst); in naGenTrans2AlgExt()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddciddi.h123 RECT rDst; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddciddi.h123 RECT rDst; member
/dports/games/scummvm/scummvm-2.5.1/engines/buried/
H A Dgraphics.cpp354 byte rDst, gDst, bDst; in opaqueTransparentBlit() local
355 g_system->getScreenFormat().colorToRGB(dstColor, rDst, gDst, bDst); in opaqueTransparentBlit()
357 byte r = (((int)rSrc * srcCycles) + ((int)rDst * dstCycles)) / (srcCycles + dstCycles); in opaqueTransparentBlit()
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/
H A Dmatpol.h49 matrix mp_Copy(const matrix a, const ring rSrc, const ring rDst);

12