Lines Matching refs:phase

118     const char      *phase;  in draw()  local
135 phase = "No path"; in draw()
136 errors += !check_extents (ctx, phase, cr2, FILL, EQUALS, 0, 0, 0, 0); in draw()
137 errors += !check_extents (ctx, phase, cr2, STROKE, EQUALS, 0, 0, 0, 0); in draw()
138 errors += !check_extents (ctx, phase, cr2, PATH, EQUALS, 0, 0, 0, 0); in draw()
145 phase = "Degenerate closed path"; in draw()
146 errors += !check_extents (ctx, phase, cr2, FILL, EQUALS, 0, 0, 0, 0); in draw()
147 errors += !check_extents (ctx, phase, cr2, STROKE, EQUALS, 0, 0, 0, 0); in draw()
148 errors += !check_extents (ctx, phase, cr2, PATH, EQUALS, 200, 400, 0, 0); in draw()
153 phase = "Degenerate line"; in draw()
154 errors += !check_extents (ctx, phase, cr2, FILL, EQUALS, 0, 0, 0, 0); in draw()
155 errors += !check_extents (ctx, phase, cr2, STROKE, EQUALS, 0, 0, 0, 0); in draw()
156 errors += !check_extents (ctx, phase, cr2, PATH, EQUALS, 200, 400, 0, 0); in draw()
161 phase = "Degenerate curve"; in draw()
162 errors += !check_extents (ctx, phase, cr2, FILL, EQUALS, 0, 0, 0, 0); in draw()
163 errors += !check_extents (ctx, phase, cr2, STROKE, EQUALS, 0, 0, 0, 0); in draw()
164 errors += !check_extents (ctx, phase, cr2, PATH, EQUALS, 200, 400, 0, 0); in draw()
168 phase = "Degenerate arc (R=0)"; in draw()
169 errors += !check_extents (ctx, phase, cr2, FILL, EQUALS, 0, 0, 0, 0); in draw()
170 errors += !check_extents (ctx, phase, cr2, STROKE, EQUALS, 0, 0, 0, 0); in draw()
171 errors += !check_extents (ctx, phase, cr2, PATH, EQUALS, 200, 400, 0, 0); in draw()
175 phase = "Degenerate negative arc (R=0)"; in draw()
176 errors += !check_extents (ctx, phase, cr2, FILL, EQUALS, 0, 0, 0, 0); in draw()
177 errors += !check_extents (ctx, phase, cr2, STROKE, EQUALS, 0, 0, 0, 0); in draw()
178 errors += !check_extents (ctx, phase, cr2, PATH, EQUALS, 200, 400, 0, 0); in draw()
182 phase = "Degenerate arc (Θ=0)"; in draw()
183 errors += !check_extents (ctx, phase, cr2, FILL, EQUALS, 0, 0, 0, 0); in draw()
184 errors += !check_extents (ctx, phase, cr2, STROKE, EQUALS, 0, 0, 0, 0); in draw()
185 errors += !check_extents (ctx, phase, cr2, PATH, EQUALS, 210, 400, 0, 0); in draw()
189 phase = "Degenerate negative arc (Θ=0)"; in draw()
190 errors += !check_extents (ctx, phase, cr2, FILL, EQUALS, 0, 0, 0, 0); in draw()
191 errors += !check_extents (ctx, phase, cr2, STROKE, EQUALS, 0, 0, 0, 0); in draw()
192 errors += !check_extents (ctx, phase, cr2, PATH, EQUALS, 210, 400, 0, 0); in draw()
206 phase = "Single 'dot'"; in draw()
207 errors += !check_extents (ctx, phase, cr2, FILL, EQUALS, 0, 0, 0, 0); in draw()
208 errors += !check_extents (ctx, phase, cr2, STROKE, EQUALS, 190, 390, 20, 20); in draw()
209 errors += !check_extents (ctx, phase, cr2, PATH, EQUALS, 200, 400, 0, 0); in draw()
214 phase = "Multiple 'dots'"; in draw()
215 errors += !check_extents (ctx, phase, cr2, FILL, EQUALS, 0, 0, 0, 0); in draw()
216 errors += !check_extents (ctx, phase, cr2, STROKE, EQUALS, 90, 390, 120, 120); in draw()
217 errors += !check_extents (ctx, phase, cr2, PATH, EQUALS, 100, 400, 100, 100); in draw()
224 phase = "A horizontal, open path"; in draw()
230 errors += !check_extents (ctx, phase, cr2, FILL, EQUALS, 0, 0, 0, 0); in draw()
231 errors += !check_extents (ctx, phase, cr2, STROKE, EQUALS, -5, 175, 760, 10); in draw()
232 errors += !check_extents (ctx, phase, cr2, PATH, EQUALS, 0, 180, 750, 0); in draw()
236 phase = "A vertical, open path"; in draw()
243 errors += !check_extents (ctx, phase, cr2, FILL, EQUALS, 0, 0, 0, 0); in draw()
244 errors += !check_extents (ctx, phase, cr2, STROKE, EQUALS, 175, -5, 10, 760); in draw()
245 errors += !check_extents (ctx, phase, cr2, PATH, EQUALS, 180, 0, 0, 750); in draw()
249 phase = "A degenerate open path"; in draw()
256 errors += !check_extents (ctx, phase, cr2, FILL, EQUALS, 0, 0, 0, 0); in draw()
257 errors += !check_extents (ctx, phase, cr2, STROKE, EQUALS, 175, -5, 10, 10); in draw()
258 errors += !check_extents (ctx, phase, cr2, PATH, EQUALS, 180, 0, 0, 0); in draw()
262 phase = "Simple rect"; in draw()
265 errors += !check_extents (ctx, phase, cr2, FILL, EQUALS, 10, 10, 80, 80); in draw()
266 errors += !check_extents (ctx, phase, cr2, STROKE, EQUALS, 5, 5, 90, 90); in draw()
267 errors += !check_extents (ctx, phase, cr2, PATH, EQUALS, 10, 10, 80, 80); in draw()
271 phase = "Two rects"; in draw()
275 errors += !check_extents (ctx, phase, cr2, FILL, EQUALS, 10, 10, 20, 20); in draw()
276 errors += !check_extents (ctx, phase, cr2, STROKE, EQUALS, 5, 5, 30, 30); in draw()
277 errors += !check_extents (ctx, phase, cr2, PATH, EQUALS, 10, 10, 20, 20); in draw()
281 phase = "Triangle"; in draw()
289 errors += !check_extents (ctx, phase, cr2, FILL, EQUALS, 10, 10, 80, 80); in draw()
290 errors += !check_extents (ctx, phase, cr2, STROKE, CONTAINS, 0, 5, 95, 95); in draw()
291 errors += !check_extents (ctx, phase, cr2, PATH, CONTAINS, 10, 10, 80, 80); in draw()
303 phase = "EVEN_ODD overlapping rectangles"; in draw()
304 errors += !check_extents (ctx, phase, cr2, FILL, EQUALS, 10, 10, 15, 30); in draw()
305 errors += !check_extents (ctx, phase, cr2, STROKE, EQUALS, 8, 8, 34, 34); in draw()
306 errors += !check_extents (ctx, phase, cr2, PATH, EQUALS, 10, 10, 30, 30); in draw()
311 phase = "WINDING overlapping rectangles"; in draw()
312 errors += !check_extents (ctx, phase, cr2, FILL, EQUALS, 10, 10, 30, 30); in draw()
313 errors += !check_extents (ctx, phase, cr2, STROKE, EQUALS, 8, 8, 34, 34); in draw()
314 errors += !check_extents (ctx, phase, cr2, PATH, EQUALS, 10, 10, 30, 30); in draw()
323 phase = "EVEN_ODD overlapping rectangles"; in draw()
324 errors += !check_extents (ctx, phase, cr2, FILL, EQUALS, 10, 10, 15, 30); in draw()
325 errors += !check_extents (ctx, phase, cr2, STROKE, EQUALS, 8, 8, 34, 34); in draw()
326 errors += !check_extents (ctx, phase, cr2, PATH, EQUALS, 10, 10, 30, 30); in draw()
331 phase = "WINDING overlapping rectangles"; in draw()
332 errors += !check_extents (ctx, phase, cr2, FILL, EQUALS, 10, 10, 15, 30); in draw()
333 errors += !check_extents (ctx, phase, cr2, STROKE, EQUALS, 8, 8, 34, 34); in draw()
334 errors += !check_extents (ctx, phase, cr2, PATH, EQUALS, 10, 10, 30, 30); in draw()
341 phase = "Arc"; in draw()
345 errors += !check_extents (ctx, phase, cr2, STROKE, APPROX_EQUALS, 16, 38, 468, 446); in draw()
349 phase = "Text"; in draw()
379 errors += !check_extents (ctx, phase, cr2, FILL, APPROX_EQUALS, in draw()
381 errors += !check_extents (ctx, phase, cr2, STROKE, APPROX_EQUALS, in draw()
383 errors += !check_extents (ctx, phase, cr2, PATH, APPROX_EQUALS, in draw()
388 phase = "User space, simple scale, getting extents with same transform"; in draw()
392 errors += !check_extents (ctx, phase, cr2, FILL, EQUALS, 5, 5, 40, 40); in draw()
393 errors += !check_extents (ctx, phase, cr2, STROKE, EQUALS, 0, 0, 50, 50); in draw()
394 errors += !check_extents (ctx, phase, cr2, PATH, EQUALS, 5, 5, 40, 40); in draw()
398 phase = "User space, simple scale, getting extents with no transform"; in draw()
404 errors += !check_extents (ctx, phase, cr2, FILL, EQUALS, 10, 10, 80, 80); in draw()
405 errors += !check_extents (ctx, phase, cr2, STROKE, EQUALS, 5, 5, 90, 90); in draw()
406 errors += !check_extents (ctx, phase, cr2, PATH, EQUALS, 10, 10, 80, 80); in draw()
410 phase = "User space, rotation, getting extents with transform"; in draw()
423 errors += !check_extents (ctx, phase, cr2, FILL, CONTAINS, -35, -35, 35, 35); in draw()
424 errors += !check_extents (ctx, phase, cr2, STROKE, CONTAINS, -38, -38, 38, 38); in draw()
425 errors += !check_extents (ctx, phase, cr2, PATH, CONTAINS, -35, -35, 35, 35); in draw()