OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:render_line
(Results
1 - 4
of
4
) sorted by null
/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
395
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);
Completed in 67 milliseconds