HomeSort by relevance Sort by last modified time
    Searched defs:Fa (Results 1 - 3 of 3) sorted by null

  /external/pixman/pixman/
pixman-combine32.c 1199 * Fa Fb Fa Fb
1308 uint16_t Fa, Fb, t, u, v;
1315 Fa = 0;
1319 Fa = combine_disjoint_out_part (sa, da);
1323 Fa = combine_disjoint_in_part (sa, da);
1327 Fa = MASK;
1349 m = GENERIC (s, d, 0, Fa, Fb, t, u, v);
1350 n = GENERIC (s, d, G_SHIFT, Fa, Fb, t, u, v);
1351 o = GENERIC (s, d, R_SHIFT, Fa, Fb, t, u, v)
    [all...]
  /external/pixman/test/
utils.c 1038 #define mult_chan(src, dst, Fa, Fb) MIN ((src) * (Fa) + (dst) * (Fb), 1.0)
1040 double Fa, Fb;
1092 Fa = 1.0;
1094 Fa = MIN (1.0, (1.0 - dsta) / srca);
1095 return mult_chan (src, dst, Fa, 1.0);
1106 Fa = 0.0;
1108 Fa = MAX (0.0, 1.0 - (1.0 - dsta) / srca);
1109 return mult_chan (src, dst, Fa, 0.0);
1120 Fa = 1.0
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js 33 this.constructor===ba&&this.b2Fixture.apply(this,arguments)}function ca(){ca.b2FixtureDef.apply(this,arguments);this.constructor===ca&&this.b2FixtureDef.apply(this,arguments)}function da(){da.b2Island.apply(this,arguments);this.constructor===da&&this.b2Island.apply(this,arguments)}function Fa(){Fa.b2TimeStep.apply(this,arguments)}function ea(){ea.b2World.apply(this,arguments);this.constructor===ea&&this.b2World.apply(this,arguments)}function Ga(){Ga.b2CircleContact.apply(this,arguments)}function fa(){fa.b2Contact.apply(this,
34 arguments);this.constructor===fa&&this.b2Contact.apply(this,arguments)}function ga(){ga.b2ContactConstraint.apply(this,arguments);this.constructor===ga&&this.b2ContactConstraint.apply(this,arguments)}function Ha(){Ha.b2ContactConstraintPoint.apply(this,arguments)}function Ia(){Ia.b2ContactEdge.apply(this,arguments)}function ha(){ha.b2ContactFactory.apply(this,arguments);this.constructor===ha&&this.b2ContactFactory.apply(this,arguments)}function Ja(){Ja.b2ContactRegister.apply(this,arguments)}function Ka(){Ka.b2ContactResult.apply(this,
45 J;Box2D.Dynamics.b2ContactManager=T;Box2D.Dynamics.b2DebugDraw=P;Box2D.Dynamics.b2DestructionListener=X;Box2D.Dynamics.b2FilterData=$;Box2D.Dynamics.b2Fixture=ba;Box2D.Dynamics.b2FixtureDef=ca;Box2D.Dynamics.b2Island=da;Box2D.Dynamics.b2TimeStep=Fa;Box2D.Dynamics.b2World=ea;Box2D.Dynamics.Contacts.b2CircleContact=Ga;Box2D.Dynamics.Contacts.b2Contact=fa;Box2D.Dynamics.Contacts.b2ContactConstraint=ga;Box2D.Dynamics.Contacts.b2ContactConstraintPoint=Ha;Box2D.Dynamics.Contacts.b2ContactEdge=Ia;Box2D.Dynamics.Contacts.b2ContactFactory=
    [all...]

Completed in 194 milliseconds