Searched refs:getV (Results 1 – 12 of 12) sorted by relevance
81 … let getV: number = fpsBeanStructX2 - fpsBeanStructX1 <= 1 ? 1 : fpsBeanStructX2 - fpsBeanStructX1;85 Math.ceil(getV),
150 let getV: number = x2 - x1 < 1 ? 1 : x2 - x1;153 sysEventNode.frame.width = Math.ceil(getV);
157 let getV: number = x2 - x1 < 1 ? 1 : x2 - x1;160 logNode.frame!.width = Math.ceil(getV);
169 let getV: number = fpsRightPointX - fpsLeftPointX <= 1 ? 1 : fpsRightPointX - fpsLeftPointX;173 Math.ceil(getV),
180 let getV: number = x2 - x1 < 1 ? 1 : x2 - x1;183 soNode.frame.width = Math.ceil(getV);
184 let getV: number = x2 - x1 < 1 ? 1 : x2 - x1;187 sampleNode.frame!.width = Math.ceil(getV);
191 let getV: number = x2 - x1 <= 1 ? 1 : x2 - x1;195 Math.ceil(getV),
257 let getV: number = x2 - x1 < 1 ? 1 : x2 - x1;260 jsCpuProfilerNode.frame.width = Math.ceil(getV);
193 let getV: number = x2 - x1 < 1 ? 1 : x2 - x1;196 jankNode.frame.width = Math.ceil(getV);
198 let getV: number = x2 - x1 < 1 ? 1 : x2 - x1;201 funcNode.frame.width = Math.ceil(getV);
1813 let getV: number = x2 - x1 <= 1 ? 1 : x2 - x1;1819 node.frame.width = Math.ceil(getV);
127 let getV: number = x2 - x1 < 1 ? 1 : x2 - x1; variable130 hiPerfNode.frame.width = Math.ceil(getV);