3 overrides of IsOpaque
ReachFramework (3)
AlphaFlattener\Primitive.cs (3)
1251
public override bool
IsOpaque
1895
public override bool
IsOpaque
2063
public override bool
IsOpaque
20 references to IsOpaque
ReachFramework (20)
AlphaFlattener\BrushProxy.cs (1)
1629
else if (p.
IsOpaque
)
AlphaFlattener\Flattener.cs (14)
311
if (!info.primitive.
IsOpaque
)
435
bool trans = ! pi.primitive.
IsOpaque
;
544
if (!pj.primitive.
IsOpaque
)
675
if ((qi == null) || (qi.primitive.
IsOpaque
&& qi.FullyCovers(pi)))
728
if (proceedBlending && pi.primitive.
IsOpaque
)
760
if ((pi.underlay != null) && !pi.primitive.
IsOpaque
)
768
if (qi.primitive.
IsOpaque
&& qi.FullyCovers(pi))
847
if (qi.primitive.
IsOpaque
&& qi.FullyCovers(pi))
893
if (!pi.primitive.
IsOpaque
)
930
if ((pi.underlay != null) && (pi.overlapHasTransparency == 0) && pi.primitive.
IsOpaque
)
979
if ((pi != null) && ((pi.overlapHasTransparency != 0) || !pi.primitive.
IsOpaque
))
981
if (!pi.primitive.
IsOpaque
)
1028
if ((pi != null) && ((pi.overlapHasTransparency != 0) || !pi.primitive.
IsOpaque
))
1032
if (!pi.primitive.
IsOpaque
)
AlphaFlattener\Optimizer.cs (1)
403
if ((pi != null) && (disjoint || !pi.primitive.
IsOpaque
) && !addedPrimitives[i])
AlphaFlattener\PrimitiveList.cs (2)
99
if (p.
IsOpaque
)
349
if (!qi.primitive.IsTransparent && !qi.primitive.
IsOpaque
)
AlphaFlattener\PrimitiveRenderer.cs (2)
334
if ((pi != null) && !pi.primitive.IsTransparent && !pi.primitive.
IsOpaque
)
504
if (p.
IsOpaque
) // && Utility.Covers(topBounds, cur))