Home
last modified time | relevance | path

Searched refs:alphaW (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgrablend.pas1434 alphaW := alpha * w1;
1436 inc(aSum, alphaW);
1437 inc(rSum, red * alphaW);
1444 alphaW := alpha * w2;
1446 inc(aSum, alphaW);
1447 inc(rSum, red * alphaW);
1454 alphaW := alpha * w3;
1456 inc(aSum, alphaW);
1457 inc(rSum, red * alphaW);
1464 alphaW := alpha * w4;
[all …]
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgrablend.pas1434 alphaW := alpha * w1;
1436 inc(aSum, alphaW);
1437 inc(rSum, red * alphaW);
1444 alphaW := alpha * w2;
1446 inc(aSum, alphaW);
1447 inc(rSum, red * alphaW);
1454 alphaW := alpha * w3;
1456 inc(aSum, alphaW);
1457 inc(rSum, red * alphaW);
1464 alphaW := alpha * w4;
[all …]
/dports/x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.2.5/src/
H A Dvoodoo.h46 CARD32 alphaW; member
H A Dvoodoo_hardware.c1235 pVoo->alphaW = width; in VoodooSetupForCPUToScreenAlphaTexture()
1259 CARD8 *db = pVoo->alphaPtr + pVoo->alphaW * srcy + srcx; in VoodooSubsequentCPUToScreenAlphaTexture()
1272 w = pVoo->alphaW; in VoodooSubsequentCPUToScreenAlphaTexture()
1287 cdb -= pVoo->alphaW; in VoodooSubsequentCPUToScreenAlphaTexture()
1290 db += pVoo->alphaW; in VoodooSubsequentCPUToScreenAlphaTexture()
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dti99_4p.cpp188 DECLARE_WRITE_LINE_MEMBER(alphaW);
869 WRITE_LINE_MEMBER( ti99_4p_state::alphaW ) in WRITE_LINE_MEMBER() argument
1054 m_tms9901->p_out_cb(5).set(FUNC(ti99_4p_state::alphaW)); in ti99_4p_60hz()
H A Dti99_4x.cpp162 DECLARE_WRITE_LINE_MEMBER(alphaW);
648 WRITE_LINE_MEMBER( ti99_4x_state::alphaW ) in WRITE_LINE_MEMBER() argument
1016 m_tms9901->p_out_cb(5).set(FUNC(ti99_4x_state::alphaW)); in ti99_4a()
1107 m_tms9901->p_out_cb(5).set(FUNC(ti99_4x_state::alphaW)); in ti99_4ev_60hz()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dti99_4p.cpp188 DECLARE_WRITE_LINE_MEMBER(alphaW);
869 WRITE_LINE_MEMBER( ti99_4p_state::alphaW ) in WRITE_LINE_MEMBER() argument
1054 m_tms9901->p_out_cb(5).set(FUNC(ti99_4p_state::alphaW)); in ti99_4p_60hz()
H A Dti99_4x.cpp162 DECLARE_WRITE_LINE_MEMBER(alphaW);
648 WRITE_LINE_MEMBER( ti99_4x_state::alphaW ) in WRITE_LINE_MEMBER() argument
1016 m_tms9901->p_out_cb(5).set(FUNC(ti99_4x_state::alphaW)); in ti99_4a()
1107 m_tms9901->p_out_cb(5).set(FUNC(ti99_4x_state::alphaW)); in ti99_4ev_60hz()
/dports/science/elmerfem/elmerfem-release-9.0/elmerice/Solvers/
H A DPermafrostMaterials.F902047 REAL(KIND=dp) :: alphaW local
2049 alphaW = (CurrentSolventMaterial % aw0) *&
2053 rhowT = rhow * alphaW
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcLinked.cpp1549 double *alphaW = new double[numberObjects_]; in addTighterConstraints() local
1569 alphaW[numberW] = obj->coefficient(); in addTighterConstraints()
1731 delete[] alphaW; in addTighterConstraints()