Home
last modified time | relevance | path

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

/external/pdfium/third_party/agg23/
Dagg_path_storage.cpp86 FX_FLOAT x_to, FX_FLOAT y_to) in curve4() argument
90 add_vertex(x_to, y_to, path_cmd_curve4); in curve4()
Dagg_rasterizer_scanline_aa.cpp240 int x_from, x_to; in render_line() local
315 x_to = x_from + delta; in render_line()
316 render_hline(ey1, x_from, poly_base_size - first, x_to, first); in render_line()
317 x_from = x_to; in render_line()
D0003-ubsan-render-line-error.patch16 int x_from, x_to;
Dagg_path_storage.h57 FX_FLOAT x_to, FX_FLOAT y_to);