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)))
724
if (proceedBlending && pi.primitive.
IsOpaque
)
756
if ((pi.underlay != null) && !pi.primitive.
IsOpaque
)
764
if (qi.primitive.
IsOpaque
&& qi.FullyCovers(pi))
843
if (qi.primitive.
IsOpaque
&& qi.FullyCovers(pi))
889
if (!pi.primitive.
IsOpaque
)
926
if ((pi.underlay != null) && (pi.overlapHasTransparency == 0) && pi.primitive.
IsOpaque
)
975
if ((pi != null) && ((pi.overlapHasTransparency != 0) || !pi.primitive.
IsOpaque
))
977
if (!pi.primitive.
IsOpaque
)
1024
if ((pi != null) && ((pi.overlapHasTransparency != 0) || !pi.primitive.
IsOpaque
))
1028
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))