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

  /external/chromium_org/ui/gfx/
transform_util.cc 130 double scaleb = 1.0 - progress; local
131 Combine<3>(out->translate, to.translate, from.translate, scalea, scaleb);
132 Combine<3>(out->scale, to.scale, from.scale, scalea, scaleb);
133 Combine<3>(out->skew, to.skew, from.skew, scalea, scaleb);
135 out->perspective, to.perspective, from.perspective, scalea, scaleb);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py 81 # Skip implementation-specific scaleb tests.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py 81 # Skip implementation-specific scaleb tests.
    [all...]
  /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...]

Completed in 69 milliseconds