Searched defs:clip_liang_barsky (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/third_party/agg23/
H A Dagg_clip_liang_barsky.h35 inline unsigned clip_liang_barsky(T x1, T y1, T x2, T y2, function in namespace:agg
/external/pdfium/core/fxge/win32/
H A Dfx_win32_device.cpp226 unsigned clip_liang_barsky(float x1, function in namespace:__anon17846
940 np = clip_liang_barsky(x1, y1, x2, y2, rect, x, y);
944 np = agg::clip_liang_barsky<float>(x1, y1, x2, y2, rect, x, y);

Completed in 920 milliseconds