Searched refs:render_line (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/core/src/fxge/agg/agg23/
H A Dfx_agg_rasterizer_scanline_aa.cpp41 // ideas. Two functions - render_line and render_hline are the core of
225 void outline_aa::render_line(int x1, int y1, int x2, int y2) function in class:agg::outline_aa
232 render_line(x1, y1, cx, cy);
233 render_line(cx, cy, x2, y2);
326 render_line(m_cur_x, m_cur_y, x, y);
H A Dagg_rasterizer_scanline_aa.h117 void render_line(int x1, int y1, int x2, int y2);
/external/libvorbis/doc/
H A D09-helper.tex125 \subsubsection{render_line} \label{vorbis:spec:render:line}
128 "render_line(x0, y0, x1, y1, v)" to construct an integer floor
H A D07-floor1.tex367 8) \link{vorbis:spec:render:line}{render_line}( [lx], [ly], [hx], [hy], [floor] )
375 12) \link{vorbis:spec:render:line}{render_line}( [hx], [hy], [n], [hy], [floor] )
/external/tremolo/Tremolo/
H A Dfloor1.c225 static void render_line(int n,int x0,int x1,int y0,int y1,ogg_int32_t *d){ function
396 render_line(n,lx,hx,ly,hy,out);
/external/libvorbis/lib/
H A Dfloor1.c362 static void render_line(int n, int x0,int x1,int y0,int y1,float *d){ function
1077 render_line(n,lx,hx,ly,hy,out);

Completed in 844 milliseconds