HomeSort by relevance Sort by last modified time
    Searched refs:ady (Results 1 - 7 of 7) sorted by null

  /packages/apps/Browser/src/com/android/browser/
UrlBarAutoShowManager.java 121 float ady = Math.abs(dy); local
123 if (ady > mSlop) {
125 float angle = (float) Math.atan2(ady, adx);
  /external/tremolo/Tremolo/
floor1.c 212 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...]
floor1LARM.s 46 @ <> = ady
51 @ r14 = ady
55 SUBS r11,r11,r14 @ err -= ady
floor1ARM.s 46 @ <> = ady
51 @ r14 = ady
55 SUBS r11,r11,r14 @ err -= ady
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Delaunay.cpp 475 double adx, ady, bdx, bdy, cdx, cdy, dx, dy, nad, nbd, ncd; local
479 ady = sa[a].Y() - dy;
484 nad = adx*adx+ady*ady;
488 + nbd * (cdx * ady - cdy * adx)
489 + ncd * (adx * bdy - ady * bdx))) ? TRUE : FALSE );
  /external/freetype/src/psaux/
t1decode.c 175 /* 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;
    [all...]
  /external/freetype/src/cff/
cffgload.c 714 FT_Pos ady,
735 ady += decoder->builder.left_bearing.y;
790 subg->arg2 = (FT_Int)( ady >> 16 );
830 builder->pos_y = ady;
    [all...]

Completed in 637 milliseconds