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

  /external/chromium_org/third_party/polymer/components-chromium/core-animated-pages/transitions/
hero-transition-extracted.js 101 // h.scaley = h.h0.hasAttribute('scaley');
102 // if (!h.scaley && (sw !== 1 || sh !== 1)) {
  /external/fonttools/Lib/fontTools/ttLib/tables/
_g_l_y_f.py 910 ("scale10", transform[1][0]), ("scaley", transform[1][1]),
914 ("scalex", transform[0][0]), ("scaley", transform[1][1]),
934 scaley = safeEval(attrs["scaley"])
935 self.transform = [[scalex, scale01], [scale10, scaley]]
938 scaley = safeEval(attrs["scaley"])
939 self.transform = [[scalex, 0], [0, scaley]]

Completed in 379 milliseconds