3 overrides of IsOpaque
ReachFramework (3)
AlphaFlattener\Primitive.cs (3)
1254
public override bool
IsOpaque
1894
public override bool
IsOpaque
2062
public override bool
IsOpaque
20 references to IsOpaque
ReachFramework (20)
AlphaFlattener\BrushProxy.cs (1)
1634
else if (p.
IsOpaque
)
AlphaFlattener\Flattener.cs (14)
319
if (!info.primitive.
IsOpaque
)
446
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
)
1032
if ((pi != null) && ((pi.overlapHasTransparency != 0) || !pi.primitive.
IsOpaque
))
1036
if (!pi.primitive.
IsOpaque
)
AlphaFlattener\Optimizer.cs (1)
406
if ((pi != null) && (disjoint || !pi.primitive.
IsOpaque
) && !addedPrimitives[i])
AlphaFlattener\PrimitiveList.cs (2)
106
if (p.
IsOpaque
)
356
if (!qi.primitive.IsTransparent && !qi.primitive.
IsOpaque
)
AlphaFlattener\PrimitiveRenderer.cs (2)
338
if ((pi != null) && !pi.primitive.IsTransparent && !pi.primitive.
IsOpaque
)
508
if (p.
IsOpaque
) // && Utility.Covers(topBounds, cur))