/external/chromium_org/ui/gfx/ |
transform_util.cc | 299 double scaleb = 1.0 - progress; local 300 Combine<3>(out->translate, to.translate, from.translate, scalea, scaleb); 301 Combine<3>(out->scale, to.scale, from.scale, scalea, scaleb); 302 Combine<3>(out->skew, to.skew, from.skew, scalea, scaleb); 304 out->perspective, to.perspective, from.perspective, scalea, scaleb);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
decimal.py | 3565 def scaleb(self, other, context=None): member in class:Decimal 5236 def scaleb (self, a, b): member in class:Context [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
decimal.py | 3565 def scaleb(self, other, context=None): member in class:Decimal 5236 def scaleb (self, a, b): member in class:Context [all...] |