Lines Matching refs:fHalfWidth
425 float fHalfWidth = fWidth / 2.0f; in GetCircleBorderAppStream() local
426 CFX_FloatRect rect_by_2 = rect.GetDeflated(fHalfWidth, fHalfWidth); in GetCircleBorderAppStream()
428 float div = fHalfWidth * 0.75f; in GetCircleBorderAppStream()
457 sAppStream << fHalfWidth << " " << kSetLineWidthOperator << "\n" in GetCircleBorderAppStream()
465 sAppStream << fHalfWidth << " " << kSetLineWidthOperator << "\n" in GetCircleBorderAppStream()
473 sAppStream << fHalfWidth << " " << kSetLineWidthOperator << "\n" in GetCircleBorderAppStream()
482 sAppStream << fHalfWidth << " " << kSetLineWidthOperator << "\n" in GetCircleBorderAppStream()
490 sAppStream << fHalfWidth << " " << kSetLineWidthOperator << "\n" in GetCircleBorderAppStream()
498 sAppStream << fHalfWidth << " " << kSetLineWidthOperator << "\n" in GetCircleBorderAppStream()
946 float fHalfWidth = fWidth / 2.0f; in GetBorderAppStreamInternal() local
988 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth << " " in GetBorderAppStreamInternal()
990 sAppStream << fLeft + fHalfWidth << " " << fTop - fHalfWidth << " " in GetBorderAppStreamInternal()
992 sAppStream << fRight - fHalfWidth << " " << fTop - fHalfWidth << " " in GetBorderAppStreamInternal()
994 sAppStream << fRight - fHalfWidth * 2 << " " << fTop - fHalfWidth * 2 in GetBorderAppStreamInternal()
996 sAppStream << fLeft + fHalfWidth * 2 << " " << fTop - fHalfWidth * 2 in GetBorderAppStreamInternal()
998 sAppStream << fLeft + fHalfWidth * 2 << " " in GetBorderAppStreamInternal()
999 << fBottom + fHalfWidth * 2 << " " << kLineToOperator in GetBorderAppStreamInternal()
1006 sAppStream << fRight - fHalfWidth << " " << fTop - fHalfWidth << " " in GetBorderAppStreamInternal()
1008 sAppStream << fRight - fHalfWidth << " " << fBottom + fHalfWidth in GetBorderAppStreamInternal()
1010 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth << " " in GetBorderAppStreamInternal()
1012 sAppStream << fLeft + fHalfWidth * 2 << " " in GetBorderAppStreamInternal()
1013 << fBottom + fHalfWidth * 2 << " " << kLineToOperator in GetBorderAppStreamInternal()
1015 sAppStream << fRight - fHalfWidth * 2 << " " in GetBorderAppStreamInternal()
1016 << fBottom + fHalfWidth * 2 << " " << kLineToOperator in GetBorderAppStreamInternal()
1018 sAppStream << fRight - fHalfWidth * 2 << " " << fTop - fHalfWidth * 2 in GetBorderAppStreamInternal()
1027 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth << " " in GetBorderAppStreamInternal()
1028 << fRight - fLeft - fHalfWidth * 2 << " " in GetBorderAppStreamInternal()
1029 << fTop - fBottom - fHalfWidth * 2 << " " in GetBorderAppStreamInternal()