Lines Matching refs:fBottom
100 float fBottom = pRtSign->bottom(); in DrawSignCross() local
101 path.AddLine(pRtSign->TopLeft(), CFX_PointF(fRight, fBottom)); in DrawSignCross()
102 path.AddLine(CFX_PointF(pRtSign->left, fBottom), in DrawSignCross()
119 float fBottom = pRtSign->bottom(); in DrawSignDiamond() local
122 path.LineTo(CFX_PointF(pRtSign->left + fWidth / 2, fBottom)); in DrawSignDiamond()
150 float fBottom = pRtSign->bottom(); in DrawSignStar() local
152 (pRtSign->top - fBottom) / (1 + static_cast<float>(cos(FX_PI / 5.0f))); in DrawSignStar()
154 (pRtSign->top + fBottom) / 2.0f); in DrawSignStar()
224 float fBottom = kSignPath; in InitCheckPath() local
225 CFX_PointF pt1(fWidth / 15.0f, fBottom + fHeight * 2 / 5.0f); in InitCheckPath()
226 CFX_PointF pt2(fWidth / 4.5f, fBottom + fHeight / 16.0f); in InitCheckPath()
227 CFX_PointF pt3(fWidth / 3.0f, fBottom); in InitCheckPath()
228 CFX_PointF pt4(fWidth * 14 / 15.0f, fBottom + fHeight * 15 / 16.0f); in InitCheckPath()
229 CFX_PointF pt5(fWidth / 3.6f, fBottom + fHeight / 3.5f); in InitCheckPath()
230 CFX_PointF pt12(fWidth / 7.0f, fBottom + fHeight * 2 / 7.0f); in InitCheckPath()
231 CFX_PointF pt21(fWidth / 5.0f, fBottom + fHeight / 5.0f); in InitCheckPath()
232 CFX_PointF pt23(fWidth / 4.4f, fBottom + fHeight * 0 / 16.0f); in InitCheckPath()
233 CFX_PointF pt32(fWidth / 4.0f, fBottom); in InitCheckPath()
235 fBottom + fHeight * 4 / 5.0f); in InitCheckPath()
237 fBottom + fHeight * 4 / 5.0f); in InitCheckPath()
238 CFX_PointF pt45(fWidth * 7 / 15.0f, fBottom + fHeight * 8 / 7.0f); in InitCheckPath()
239 CFX_PointF pt54(fWidth / 3.4f, fBottom + fHeight / 3.5f); in InitCheckPath()
240 CFX_PointF pt51(fWidth / 3.6f, fBottom + fHeight / 4.0f); in InitCheckPath()
241 CFX_PointF pt15(fWidth / 3.5f, fBottom + fHeight * 3.5f / 5.0f); in InitCheckPath()