Lines Matching refs:fHeight
100 float fHeight = rtSign.height; in DrawSignDiamond() local
103 path.LineTo(CFX_PointF(rtSign.left, rtSign.top + fHeight / 2)); in DrawSignDiamond()
105 path.LineTo(CFX_PointF(rtSign.right(), rtSign.top + fHeight / 2)); in DrawSignDiamond()
166 float fHeight = -kSignPath; in InitCheckPath() local
168 CFX_PointF pt1(fWidth / 15.0f, fBottom + fHeight * 2 / 5.0f); in InitCheckPath()
169 CFX_PointF pt2(fWidth / 4.5f, fBottom + fHeight / 16.0f); in InitCheckPath()
171 CFX_PointF pt4(fWidth * 14 / 15.0f, fBottom + fHeight * 15 / 16.0f); in InitCheckPath()
172 CFX_PointF pt5(fWidth / 3.6f, fBottom + fHeight / 3.5f); in InitCheckPath()
173 CFX_PointF pt12(fWidth / 7.0f, fBottom + fHeight * 2 / 7.0f); in InitCheckPath()
174 CFX_PointF pt21(fWidth / 5.0f, fBottom + fHeight / 5.0f); in InitCheckPath()
175 CFX_PointF pt23(fWidth / 4.4f, fBottom + fHeight * 0 / 16.0f); in InitCheckPath()
178 fBottom + fHeight * 4 / 5.0f); in InitCheckPath()
180 fBottom + fHeight * 4 / 5.0f); in InitCheckPath()
181 CFX_PointF pt45(fWidth * 7 / 15.0f, fBottom + fHeight * 8 / 7.0f); in InitCheckPath()
182 CFX_PointF pt54(fWidth / 3.4f, fBottom + fHeight / 3.5f); in InitCheckPath()
183 CFX_PointF pt51(fWidth / 3.6f, fBottom + fHeight / 4.0f); in InitCheckPath()
184 CFX_PointF pt15(fWidth / 3.5f, fBottom + fHeight * 3.5f / 5.0f); in InitCheckPath()