/external/pdfium/third_party/agg23/ |
agg_rasterizer_scanline_aa.cpp | 41 // ideas. Two functions - render_line and render_hline are the core of 224 void outline_aa::render_line(int x1, int y1, int x2, int y2) function in class:agg::outline_aa 231 render_line(x1, y1, cx, cy); 232 render_line(cx, cy, x2, y2); 325 render_line(m_cur_x, m_cur_y, x, y);
|
agg_rasterizer_scanline_aa.h | 120 void render_line(int x1, int y1, int x2, int y2);
|
/external/libvorbis/doc/ |
09-helper.tex | 125 \subsubsection{render_line} \label{vorbis:spec:render:line} 128 "render_line(x0, y0, x1, y1, v)" to construct an integer floor
|
07-floor1.tex | 367 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/ |
floor1.c | 225 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/ |
floor1.c | 362 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);
|
/external/libgdx/backends/gdx-backend-lwjgl/libs/ |
jorbis.jar | |
/external/libgdx/backends/gdx-backend-lwjgl3/libs/ |
jorbis.jar | |