Searched refs:clip_liang_barsky (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fxge/agg/agg23/ |
D | agg_clip_liang_barsky.h | 34 inline unsigned clip_liang_barsky(T x1, T y1, T x2, T y2, in clip_liang_barsky() function
|
D | agg_rasterizer_scanline_aa.h | 438 unsigned n = clip_liang_barsky(m_prev_x, m_prev_y, in clip_segment()
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_device.cpp | 734 int np = agg::clip_liang_barsky<FX_FLOAT>(x1, y1, x2, y2, rect, x, y); in DrawLine()
|