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

  /external/qemu/android/skin/
scaler.c 19 double invscale; member in struct:SkinScaler
31 _scaler0.invscale = 1.0;
49 scaler->invscale = 1/scale;
138 op.sx = (int)((op.rd.x - scaler->xdisp) * scaler->invscale * 65536);
139 op.sy = (int)((op.rd.y - scaler->ydisp) * scaler->invscale * 65536);
141 op.ix = (int)( scaler->invscale * 65536 );
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
TransformationMatrix.cpp 481 double th, invth, scale, invscale; local
499 invscale = sin (th * t) * invth;
502 invscale = t;
510 invscale = sin (piDouble * t);
513 cx = ax * scale + bx * invscale;
514 cy = ay * scale + by * invscale;
515 cz = az * scale + bz * invscale;
516 cw = aw * scale + bw * invscale;
    [all...]

Completed in 294 milliseconds