Lines Matching refs:miss
65 float miss = GrOctoBounds::Get_x(l45,t45) - l; in test_octagon() local
66 if (miss > 0) { in test_octagon()
68 l45 -= miss; in test_octagon()
73 t45 -= miss; in test_octagon()
81 float miss = GrOctoBounds::Get_y(r45,t45) - t; in test_octagon() local
82 if (miss > 0) { in test_octagon()
84 r45 += miss; in test_octagon()
89 t45 -= miss; in test_octagon()
97 float miss = r - GrOctoBounds::Get_x(r45,b45); in test_octagon() local
98 if (miss > 0) { in test_octagon()
100 r45 += miss; in test_octagon()
105 b45 += miss; in test_octagon()
113 float miss = b - GrOctoBounds::Get_y(l45,b45); in test_octagon() local
114 if (miss > 0) { in test_octagon()
116 l45 -= miss; in test_octagon()
121 b45 += miss; in test_octagon()