Lines Matching refs:frame
31 if (fpsBeanStructData.frame) {
32 let fpsBeanWidth = fpsBeanStructData.frame.width || 0;
39 … ((fpsBeanStructData.fps || 0) * (fpsBeanStructData.frame.height || 0) * 1.0) / FpsStruct.maxFps;
41 fpsBeanStructData.frame.x,
42 fpsBeanStructData.frame.y + fpsBeanStructData.frame.height - drawHeight,
48 fpsBeanStructData.frame.x,
49 fpsBeanStructData.frame.y + fpsBeanStructData.frame.height - drawHeight,
60 fpsBeanStructData.frame.x + 3,
61 fpsBeanStructData.frame.y + fpsBeanStructData.frame.height - drawHeight
65 fpsBeanStructData.frame.x + fpsBeanWidth,
66 fpsBeanStructData.frame.y + fpsBeanStructData.frame.height - drawHeight
73 … ((fpsBeanStructData.fps || 0) * (fpsBeanStructData.frame.height || 0) * 1.0) / FpsStruct.maxFps;
75 fpsBeanStructData.frame.x,
76 fpsBeanStructData.frame.y + fpsBeanStructData.frame.height - drawHeight,
92 frame: Rect
98 fpsBeanStructX1 = ns2x(fpsBeanStructNode.startNS || 0, startNS, endNS, totalNS, frame);
101 fpsBeanStructX2 = frame.width;
108 frame
114 Math.ceil(frame.y + fpsBeanFramePadding),
116 Math.floor(frame.height - fpsBeanFramePadding * 2)
118 fpsBeanStructNode.frame = rectangle;