Searched refs:blend_hline (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/agg23/ |
D | agg_renderer_base.h | 104 void blend_hline(int x1, int y, int x2, in blend_hline() function 130 m_ren->blend_hline(x1, y, x2 - x1 + 1, c, cover); in blend_hline()
|
D | agg_pixfmt_gray.h | 131 void blend_hline(int x, int y, in blend_hline() function
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.cpp | 1044 m_ren->blend_hline(x - m_left, y - m_top, (unsigned)(x - span->len - 1), in render()
|