Home
last modified time | relevance | path

Searched refs:aBlend (Results 1 – 18 of 18) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/
H A DAxisPhysicsModel.cpp96 double aBlend) { in LinearInterpolate() argument
97 return aV1 * (1.0 - aBlend) + aV2 * aBlend; in LinearInterpolate()
H A DAxisPhysicsModel.h117 static double LinearInterpolate(double aV1, double aV2, double aBlend);
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/
H A DAxisPhysicsModel.cpp96 double aBlend) { in LinearInterpolate() argument
97 return aV1 * (1.0 - aBlend) + aV2 * aBlend; in LinearInterpolate()
H A DAxisPhysicsModel.h117 static double LinearInterpolate(double aV1, double aV2, double aBlend);
/dports/www/firefox/firefox-99.0/gfx/layers/
H A DAxisPhysicsModel.cpp96 double aBlend) { in LinearInterpolate() argument
97 return aV1 * (1.0 - aBlend) + aV2 * aBlend; in LinearInterpolate()
H A DAxisPhysicsModel.h117 static double LinearInterpolate(double aV1, double aV2, double aBlend);
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/
H A DAxisPhysicsModel.cpp96 double aBlend) { in LinearInterpolate() argument
97 return aV1 * (1.0 - aBlend) + aV2 * aBlend; in LinearInterpolate()
H A DAxisPhysicsModel.h117 static double LinearInterpolate(double aV1, double aV2, double aBlend);
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/
H A DAxisPhysicsModel.cpp115 AxisPhysicsModel::LinearInterpolate(double aV1, double aV2, double aBlend) in LinearInterpolate() argument
117 return aV1 * (1.0 - aBlend) + aV2 * aBlend; in LinearInterpolate()
H A DAxisPhysicsModel.h123 static double LinearInterpolate(double aV1, double aV2, double aBlend);
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/
H A DAxisPhysicsModel.cpp96 double aBlend) { in LinearInterpolate() argument
97 return aV1 * (1.0 - aBlend) + aV2 * aBlend; in LinearInterpolate()
H A DAxisPhysicsModel.h117 static double LinearInterpolate(double aV1, double aV2, double aBlend);
/dports/www/firefox-esr/firefox-91.8.0/gfx/src/
H A DFilterSupport.cpp680 already_AddRefed<FilterNode> operator()(const BlendAttributes& aBlend) { in FilterNodeFromPrimitiveDescription()
681 uint32_t mode = aBlend.mBlendMode; in FilterNodeFromPrimitiveDescription()
1384 nsIntRegion operator()(const BlendAttributes& aBlend) { in ResultChangeRegionForPrimitive()
1582 nsIntRegion operator()(const BlendAttributes& aBlend) { in PostFilterExtentsForPrimitive()
1762 nsIntRegion operator()(const BlendAttributes& aBlend) { in SourceNeededRegionForPrimitive()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/src/
H A DFilterSupport.cpp679 already_AddRefed<FilterNode> operator()(const BlendAttributes& aBlend) { in FilterNodeFromPrimitiveDescription()
680 uint32_t mode = aBlend.mBlendMode; in FilterNodeFromPrimitiveDescription()
1381 nsIntRegion operator()(const BlendAttributes& aBlend) { in ResultChangeRegionForPrimitive()
1579 nsIntRegion operator()(const BlendAttributes& aBlend) { in PostFilterExtentsForPrimitive()
1759 nsIntRegion operator()(const BlendAttributes& aBlend) { in SourceNeededRegionForPrimitive()
/dports/www/firefox/firefox-99.0/gfx/src/
H A DFilterSupport.cpp680 already_AddRefed<FilterNode> operator()(const BlendAttributes& aBlend) { in FilterNodeFromPrimitiveDescription()
681 uint32_t mode = aBlend.mBlendMode; in FilterNodeFromPrimitiveDescription()
1384 nsIntRegion operator()(const BlendAttributes& aBlend) { in ResultChangeRegionForPrimitive()
1582 nsIntRegion operator()(const BlendAttributes& aBlend) { in PostFilterExtentsForPrimitive()
1762 nsIntRegion operator()(const BlendAttributes& aBlend) { in SourceNeededRegionForPrimitive()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/src/
H A DFilterSupport.cpp680 already_AddRefed<FilterNode> operator()(const BlendAttributes& aBlend) { in FilterNodeFromPrimitiveDescription()
681 uint32_t mode = aBlend.mBlendMode; in FilterNodeFromPrimitiveDescription()
1384 nsIntRegion operator()(const BlendAttributes& aBlend) { in ResultChangeRegionForPrimitive()
1582 nsIntRegion operator()(const BlendAttributes& aBlend) { in PostFilterExtentsForPrimitive()
1762 nsIntRegion operator()(const BlendAttributes& aBlend) { in SourceNeededRegionForPrimitive()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterConf/
H A DColor.c593 cfg->writeEntry ("activeBlend", cs->aBlend, true, true);
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/02_Modeling/src/
H A DModelingDoc.cpp1456 Handle(AIS_Shape) aBlend = new AIS_Shape(blendedFusedSolids); in OnBlend()
1457 myAISContext->SetColor(aBlend,Quantity_NOC_RED,Standard_False); in OnBlend()
1458 myAISContext->SetMaterial(aBlend,Graphic3d_NOM_PLASTIC,Standard_False); in OnBlend()
1459 myAISContext->Display(aBlend,Standard_False); in OnBlend()