Home | History | Annotate | Download | only in gfx

Lines Matching refs:CenterPoint

323 TEST(RectTest, CenterPoint) {
327 center = Rect(0, 0, 20, 20).CenterPoint();
331 center = Rect(10, 10, 20, 20).CenterPoint();
335 center = Rect(11, 11, 20, 20).CenterPoint();
339 center = Rect(10, 10, 0, 20).CenterPoint();
341 center = Rect(10, 10, 20, 0).CenterPoint();
345 center = Rect(10, 10, 21, 21).CenterPoint();
349 center = Rect(11, 11, 21, 21).CenterPoint();
357 center = RectF(0, 0, 20, 20).CenterPoint();
361 center = RectF(10, 10, 20, 20).CenterPoint();
365 center = RectF(11, 11, 20, 20).CenterPoint();
369 center = RectF(10, 10, 0, 20).CenterPoint();
371 center = RectF(10, 10, 20, 0).CenterPoint();
375 center = RectF(10, 10, 21, 21).CenterPoint();
379 center = RectF(11, 11, 21, 21).CenterPoint();