Searched defs:ady (Results 1 - 6 of 6) 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
240 ady=abs(dy);
245 ady-=abs(base*adx);
253 * Previously we'd have added 1 (100*ady/adx)% of the time. Now we want
254 * to do so (100*(adx-ady)/adx)% of the time.
258 ady = adx-ady;
[all...]
/external/freetype/src/psaux/
H A Dt1decode.c175 /* ady :: The vertical offset of the accent. */
188 FT_Pos ady,
283 subg->arg2 = (FT_Int)FIXED_TO_INT( ady );
316 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/pdfium/third_party/freetype/src/psaux/
H A Dt1decode.c175 /* ady :: The vertical offset of the accent. */
188 FT_Pos ady,
283 subg->arg2 = (FT_Int)FIXED_TO_INT( ady );
316 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.c733 FT_Pos ady,
754 ady += decoder->builder.left_bearing.y;
809 subg->arg2 = (FT_Int)( ady >> 16 );
849 builder->pos_y = ady;
730 cff_operator_seac( CFF_Decoder* decoder, FT_Pos asb, FT_Pos adx, FT_Pos ady, FT_Int bchar, FT_Int achar ) argument
/external/pdfium/third_party/freetype/src/cff/
H A Dcffgload.c733 FT_Pos ady,
754 ady += decoder->builder.left_bearing.y;
809 subg->arg2 = (FT_Int)( ady >> 16 );
849 builder->pos_y = ady;
730 cff_operator_seac( CFF_Decoder* decoder, FT_Pos asb, FT_Pos adx, FT_Pos ady, FT_Int bchar, FT_Int achar ) argument

Completed in 4967 milliseconds