Searched refs:getV (Results 1 – 11 of 11) sorted by relevance
111 … let getV: number = fpsBeanStructX2 - fpsBeanStructX1 <= 1 ? 1 : fpsBeanStructX2 - fpsBeanStructX1;115 Math.ceil(getV),
148 let getV: number = x2 - x1 < 1 ? 1 : x2 - x1;151 sysEventNode.frame.width = Math.ceil(getV);
156 let getV: number = x2 - x1 < 1 ? 1 : x2 - x1;159 logNode.frame!.width = Math.ceil(getV);
159 let getV: number = fpsRightPointX - fpsLeftPointX <= 1 ? 1 : fpsRightPointX - fpsLeftPointX;163 Math.ceil(getV),
153 let getV: number = x2 - x1 < 1 ? 1 : x2 - x1;156 soNode.frame.width = Math.ceil(getV);
176 let getV: number = x2 - x1 <= 1 ? 1 : x2 - x1;180 Math.ceil(getV),
240 let getV: number = x2 - x1 < 1 ? 1 : x2 - x1;243 jsCpuProfilerNode.frame.width = Math.ceil(getV);
180 let getV: number = x2 - x1 < 1 ? 1 : x2 - x1;183 jankNode.frame.width = Math.ceil(getV);
177 let getV: number = x2 - x1 < 1 ? 1 : x2 - x1;180 funcNode.frame.width = Math.ceil(getV);
1709 let getV: number = x2 - x1 <= 1 ? 1 : x2 - x1;1715 node.frame.width = Math.ceil(getV);
117 let getV: number = x2 - x1 < 1 ? 1 : x2 - x1; variable120 hiPerfNode.frame.width = Math.ceil(getV);