Lines Matching refs:it
23 const layers = protos.map(it => Layer.fromProto(it));
24 const displays = (displayProtos || []).map(it => newDisplay(it));
39 .map(it => it.rect);
45 protos.forEach(it =>
46 entryIds[it.id] = `\nparent=${it.parent}\ntype=${it.type}\nname=${it.name}`
55 entry.flattenedLayers.forEach(it => {
56 if (it.isVisible) {
57 it.chips.push(VISIBLE_CHIP);
59 if (it.zOrderRelativeOf) {
60 it.chips.push(RELATIVE_Z_PARENT_CHIP);
62 if (it.isMissing) {
63 it.chips.push(MISSING_LAYER);