Home
last modified time | relevance | path

Searched refs:vertices_y (Results 1 – 1 of 1) sorted by relevance

/third_party/weston/tests/
Dvertex-clip-test.c64 float *vertices_y) in clip_polygon() argument
67 return clip_transformed(ctx, polygon, vertices_x, vertices_y); in clip_polygon()
189 float vertices_y[8]; in TEST_P() local
191 int emitted = clip_polygon(&ctx, &polygon, vertices_x, vertices_y); in TEST_P()
202 float vertices_y[8]; in TEST_P() local
204 int emitted = clip_polygon(&ctx, &polygon, vertices_x, vertices_y); in TEST_P()
210 assert(vertices_y[i] == tdata->expected.y[i]); in TEST_P()