Searched defs:ady (Results 1 - 4 of 4) sorted by relevance

/external/tremolo/Tremolo/
H A Dfloor1.c212 int ady=abs(dy); local
213 int err=ady*(x-x0);
222 void render_lineARM(int n, ogg_int32_t *d,const ogg_int32_t *floor, int base, int err, int adx, int ady);
228 int ady; local
239 ady=abs(dy);
244 ady-=abs(base*adx);
252 * Previously we'd have added 1 (100*ady/adx)% of the time. Now we want
253 * to do so (100*(adx-ady)/adx)% of the time.
257 ady = adx-ady;
[all...]
/external/freetype/src/psaux/
H A Dt1decode.c175 /* ady :: The vertical offset of the accent. */
188 FT_Pos ady,
277 subg->arg2 = (FT_Int)FIXED_TO_INT( ady );
310 decoder->builder.pos_y = ady;
185 t1operator_seac( T1_Decoder decoder, FT_Pos asb, FT_Pos adx, FT_Pos ady, FT_Int bchar, FT_Int achar ) argument
/external/libvorbis/lib/
H A Dfloor1.c279 int ady=abs(dy); local
280 int err=ady*(x-x0);
365 int ady=abs(dy); local
372 ady-=abs(base*adx);
380 err=err+ady;
394 int ady=abs(dy); local
401 ady-=abs(base*adx);
409 err=err+ady;
536 int ady=abs(dy); local
546 ady
[all...]
/external/freetype/src/cff/
H A Dcffgload.c714 FT_Pos ady,
735 ady += decoder->builder.left_bearing.y;
790 subg->arg2 = (FT_Int)( ady >> 16 );
830 builder->pos_y = ady;
711 cff_operator_seac( CFF_Decoder* decoder, FT_Pos asb, FT_Pos adx, FT_Pos ady, FT_Int bchar, FT_Int achar ) argument

Completed in 92 milliseconds