Home
last modified time | relevance | path

Searched defs:translate3d (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/starbase/
H A Dsbutils.c.h30 #define translate3d c_translate3d macro
/dports/finance/prestashop/prestashop/admin/themes/default/scss/vendor/bootstrap-sass/mixins/
H A D_vendor-prefixes.scss145 @mixin translate3d($x, $y, $z) { mixin
/dports/www/opencart/opencart-3.0.3.8/upload/admin/view/stylesheet/sass/bootstrap/mixins/
H A D_vendor-prefixes.scss143 @mixin translate3d($x, $y, $z) { mixin
/dports/devel/py-xstatic-bootstrap-scss/XStatic-Bootstrap-SCSS-3.4.1.0/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/mixins/
H A D_vendor-prefixes.scss143 @mixin translate3d($x, $y, $z) { mixin
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/polymer2/bower_components/polymer/types/lib/legacy/
H A Dlegacy-element-mixin.d.ts576 translate3d(x: number, y: number, z: number, node?: _Element|null): void; method
/dports/www/R-cran-bslib/bslib/inst/lib/bs3/assets/stylesheets/bootstrap/mixins/
H A D_vendor-prefixes.scss143 @mixin translate3d($x, $y, $z) { mixin
/dports/www/thirtybees/thirtybees-1.1.0/themes/niara/sass/vendor/bootstrap/bootstrap/mixins/
H A D_vendor-prefixes.scss143 @mixin translate3d($x, $y, $z) { mixin
/dports/www/thirtybees/thirtybees-1.1.0/themes/community-theme-default/sass/vendor/bootstrap/bootstrap/mixins/
H A D_vendor-prefixes.scss143 @mixin translate3d($x, $y, $z) { mixin
/dports/www/thirtybees/thirtybees-1.1.0/admin/themes/default/sass/vendor/bootstrap-sass/mixins/
H A D_vendor-prefixes.scss145 @mixin translate3d($x, $y, $z) { mixin
/dports/www/grafana8/grafana-8.3.6/public/sass/mixins/
H A D_mixins.scss197 @mixin translate3d($x, $y, $z) { mixin
/dports/databases/powa-web/powa-web-4.0.2/powa/static/bower_components/foundation/scss/foundation/components/
H A D_offcanvas.scss95 @mixin translate3d($tx, $ty, $tz) { mixin
/dports/www/uchiwa/uchiwa-0.18.2/public/bower_components/bootstrap-sass-official/vendor/assets/stylesheets/bootstrap/
H A D_mixins.scss171 @mixin translate3d($x, $y, $z) { mixin
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/transforms/
H A DTransformationMatrix.cpp817 TransformationMatrix& TransformationMatrix::translate3d(double tx, double ty, double tz) in translate3d() function in WebCore::TransformationMatrix