Searched refs:cifOp (Results 1 – 1 of 1) sorted by relevance
/dports/cad/magic/magic-8.3.245/cif/ |
H A D | CIFgen.c | 3795 cifSrTiles(cifOp, area, cellDef, temps, func, cdArg) in cifSrTiles() argument 3796 CIFOp *cifOp; /* Geometric operation being processed. */ in cifSrTiles() 3819 switch (cifOp->co_opcode) { 3823 bloats = (BloatData *)cifOp->co_client; 3826 TTMaskAndMask(&maskBits, &cifOp->co_paintMask); 3829 area, &cifOp->co_paintMask, func, cdArg); 3836 TTMaskAndMask(&maskBits, &cifOp->co_paintMask); 3839 area, &cifOp->co_paintMask, func, cdArg); 3848 if (TTMaskHasType(&cifOp->co_cifMask, t))
|