3 overrides of IsOpaque
ReachFramework (3)
AlphaFlattener\Primitive.cs (3)
1250
public override bool
IsOpaque
1894
public override bool
IsOpaque
2062
public override bool
IsOpaque
20 references to IsOpaque
ReachFramework (20)
AlphaFlattener\BrushProxy.cs (1)
1628
else if (p.
IsOpaque
)
AlphaFlattener\Flattener.cs (14)
310
if (!info.primitive.
IsOpaque
)
434
bool trans = ! pi.primitive.
IsOpaque
;
543
if (!pj.primitive.
IsOpaque
)
674
if ((qi == null) || (qi.primitive.
IsOpaque
&& qi.FullyCovers(pi)))
727
if (proceedBlending && pi.primitive.
IsOpaque
)
759
if ((pi.underlay != null) && !pi.primitive.
IsOpaque
)
767
if (qi.primitive.
IsOpaque
&& qi.FullyCovers(pi))
846
if (qi.primitive.
IsOpaque
&& qi.FullyCovers(pi))
892
if (!pi.primitive.
IsOpaque
)
929
if ((pi.underlay != null) && (pi.overlapHasTransparency == 0) && pi.primitive.
IsOpaque
)
978
if ((pi != null) && ((pi.overlapHasTransparency != 0) || !pi.primitive.
IsOpaque
))
980
if (!pi.primitive.
IsOpaque
)
1027
if ((pi != null) && ((pi.overlapHasTransparency != 0) || !pi.primitive.
IsOpaque
))
1031
if (!pi.primitive.
IsOpaque
)
AlphaFlattener\Optimizer.cs (1)
402
if ((pi != null) && (disjoint || !pi.primitive.
IsOpaque
) && !addedPrimitives[i])
AlphaFlattener\PrimitiveList.cs (2)
98
if (p.
IsOpaque
)
348
if (!qi.primitive.IsTransparent && !qi.primitive.
IsOpaque
)
AlphaFlattener\PrimitiveRenderer.cs (2)
333
if ((pi != null) && !pi.primitive.IsTransparent && !pi.primitive.
IsOpaque
)
503
if (p.
IsOpaque
) // && Utility.Covers(topBounds, cur))