3 writes to id
ReachFramework (3)
AlphaFlattener\Primitive.cs (1)
2173
id
= i.ToString(CultureInfo.InvariantCulture);
AlphaFlattener\PrimitiveRenderer.cs (2)
278
topPI.
id
= Oper(topPI.id, '-', Oper(desp, '.', "bounds"));
536
topPI.
id
= Oper(topPI.id, '-', Oper(desp, '*', Oper(desp, '.', "c")));
10 references to id
ReachFramework (10)
AlphaFlattener\Flattener.cs (1)
392
desp = info.
id
;
AlphaFlattener\PrimitiveRenderer.cs (9)
269
RenderImage(image, dest, diff, true, start + 1, trans, Oper(desp, '-', topPI.
id
));
278
topPI.id = Oper(topPI.
id
, '-', Oper(desp, '.', "bounds"));
285
RenderImage(imageBlend, dest, inter, true, start + 1, trans, Oper(desp, '*', topPI.
id
));
426
FillGeometry(diff, Oper(desp, '-', topPI.
id
), null, null, start + 1);
439
FillGeometry(diff, Oper(desp, '-', topPI.
id
), curAlt, despAlt, start + 1);
447
FillGeometry(diff, Oper(desp, '-', topPI.
id
), cur, desp, start + 1);
492
RenderImage(image, drawBounds, clip, true, start + 1, ip.Transform, Oper(desp, '*', topPI.
id
));
516
FillGeometry(inter, Oper(desp, '*', topPI.
id
), null, null, start + 1);
536
topPI.id = Oper(topPI.
id
, '-', Oper(desp, '*', Oper(desp, '.', "c")));