3 overrides of IsOpaque
ReachFramework (3)
AlphaFlattener\Primitive.cs (3)
1254
public override bool
IsOpaque
1901
public override bool
IsOpaque
2069
public override bool
IsOpaque
20 references to IsOpaque
ReachFramework (20)
AlphaFlattener\BrushProxy.cs (1)
1632
else if (p.
IsOpaque
)
AlphaFlattener\Flattener.cs (14)
314
if (!info.primitive.
IsOpaque
)
441
bool trans = ! pi.primitive.
IsOpaque
;
550
if (!pj.primitive.
IsOpaque
)
681
if ((qi == null) || (qi.primitive.
IsOpaque
&& qi.FullyCovers(pi)))
734
if (proceedBlending && pi.primitive.
IsOpaque
)
766
if ((pi.underlay != null) && !pi.primitive.
IsOpaque
)
774
if (qi.primitive.
IsOpaque
&& qi.FullyCovers(pi))
853
if (qi.primitive.
IsOpaque
&& qi.FullyCovers(pi))
899
if (!pi.primitive.
IsOpaque
)
936
if ((pi.underlay != null) && (pi.overlapHasTransparency == 0) && pi.primitive.
IsOpaque
)
985
if ((pi != null) && ((pi.overlapHasTransparency != 0) || !pi.primitive.
IsOpaque
))
987
if (!pi.primitive.
IsOpaque
)
1034
if ((pi != null) && ((pi.overlapHasTransparency != 0) || !pi.primitive.
IsOpaque
))
1038
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))