Searched refs:cpProps (Results 1 – 2 of 2) sorted by relevance
246 cpProps=blockProps; in getProps()250 cpProps=defaultProps; in getProps()254 cpProps.intProps[blkIndex]=blockProps.intProps[blkIndex]; in getProps()259 cpProps=defaultProps; in getProps()269 props=&cpProps; in getProps()286 if(newValues.contains(prop) && cpProps.binProps[prop]==blockProps.binProps[prop]) { in getProps()292 if(newValues.contains(prop) && cpProps.intProps[index]==blockProps.intProps[index]) { in getProps()
172 UniProps defaultProps, blockProps, cpProps; variable